27.10.2017, 18:04
Try this.
Код:
sPlayer[playerid][Wanteds] += wid;
Код:
ocmd:mywtds(playerid,params[]) { new wid; new string[128]; format(string, sizeof(string), "You have %d Wanteds!", sPlayer[playerid][Wanteds]); SendClientMessage(playerid, -1, string); }