16.09.2011, 00:30
Nenhum de vocкs conhecem a funзгo GetPlayerScore?
GetPlayerScore(playerid);
https://sampwiki.blast.hk/wiki/GetPlayerScore
GetPlayerScore(playerid);
https://sampwiki.blast.hk/wiki/GetPlayerScore
pawn Код:
if(strcmp(cmd, "/stats", true) == 0)
{
new string[128];
format(string, sizeof(string),"Matou: %i", GetPlayerScore(playerid));
SendClientMessage(playerid, COLOR_RED, string);
return 1;
}