22.04.2012, 16:28
Код:
error 001: expected token: ",", but found ";"
Код:
if(strcmp("/stats", cmdtext, true, 10) == 0) //players ingame stats
{
new string[128];
format(string, sizeof(string), "SCORE: %d DEATHS: %d KILLS: %d", GetPlayerScore(playerid), deaths[playerid], kills[playerid];
SendClientMessage(playerid, WHITE, string);
return 1;
Код:
format(string, sizeof(string), "SCORE: %d DEATHS: %d KILLS: %d", GetPlayerScore(playerid), deaths[playerid], kills[playerid];

