29.05.2012, 02:36
Quote:
Place it on the ping kicker
pawn Код:
|
pawn Код:
//at the top of your script
#define BotName "Your_Bot_Name"
//then just add this to his format/the rest of the ones you want with the bot name in it.
format(string, sizeof(string), "%s has kicked %s - Ping Limit reached", BotName, playername);
//only reason for it this way is to change your bot name on 1 line instead of a bunch
![Cheesy](images/smilies/biggrin.png)