0 Members and 1 Guest are viewing this topic.
I add a small addition in the script?
Holy f**k, what will be next, script to get player's ID?Scripts larger than 1 KB and more useful would be appreciated.
@Silnikos there is nothing wrong with posting little minor scripts like this; some random dude might want specifically something like this, without any other fancy dancy features and stuff.
Quote from: dominikkk26 on April 07, 2010, 12:50:16 pmI add a small addition in the script? Go ahead, what is it ?
Procedure OnJoinTeam(ID, Team: Byte); Begin WriteConsole(ID,'Welcome back, '+GetPlayerStat(ID,'Name')+'!',Color); WriteConsole(ID,'Your IP is '+IDToIP(ID),Color);end;