23.06.2010, 16:55
Quote:
Originally Posted by zeli
I have a question:
If i have a message, which needs to show variables, how can i add it? (so, its not a constant message, i have to format it.) |
pawn Код:
if(automessage == id)
{
format(string,sizeof(string),"Our random failure is %s",pName):
SendClientMessageToAll(color_dude,string);
return 1;
}