23.06.2010, 06:01
new string[128];
format(string,sizeof(string),"%s(%d) Says: %s",GetPlayerName(playerid), playerid, text);
I don't understand... make sure you don't have string defined anywhere in the CMD or the callback or it'll give u warning.
format(string,sizeof(string),"%s(%d) Says: %s",GetPlayerName(playerid), playerid, text);
I don't understand... make sure you don't have string defined anywhere in the CMD or the callback or it'll give u warning.

