15.05.2009, 16:25
Also %s won't do anything unless it's in format(...);
example:
example:
pawn Код:
new tmpstring[MAX_PLAYER_NAME+50];
format(tmpstring,sizeof(tmpstring),"All on duty officers, arrest and incarcerate %s; he or she has an arrest warrant",whateverplayervariable);
SendClientMessageToAll(RED,tmpstring);

