21.10.2014, 12:19
Okay i got little prob with my stats, All is gewd but it won't save kills,deaths
PHP код:
CMD:stats(playerid,params[])
{
new string[128];
format(string,sizeof(string),"Password: %d | Money %d | Deaths %d | Kills %d | Score %d",PlayerInfo[playerid][pPass],GetPlayerMoney(playerid),PlayerInfo[playerid][pDeaths],PlayerInfo[playerid][pKills],GetPlayerScore(playerid));
SendClientMessage(playerid,-1,string);
return 1;
}