06.08.2013, 11:52
Still not working.
Yeah, I noticed this. Already fixed it :P
The line the error is coming from is:
Quote:
pawn Код:
|
The line the error is coming from is:
Код:
CMD:stats(playerid, params[]) { new wstring[238]; new health = pInfo[playerid][pHealth]; new armour = pInfo[playerid][pArmour]; new shots = pTotalFired[playerid]; new ammo = pAmmo[playerid]; format(wstring, sizeof(wstring), "Health:[%d] Armour:[%d] Shots[%d] Ammo:[%d]",health,armour,shots,ammo); SendClientMessage(playerid,COLOR_WHITE, wstring); return 1; }