12.09.2012, 15:47
When i compile i get
in the code of
Why is this coming?
Код:
I:\All\SA-MP Servers\0.3e Win\filterscripts\TD_playerstats.pwn(164) : error 035: argument type mismatch (argument 1) I:\All\SA-MP Servers\0.3e Win\filterscripts\TD_playerstats.pwn(164) : error 035: argument type mismatch (argument 1) I:\All\SA-MP Servers\0.3e Win\filterscripts\TD_playerstats.pwn(153) : warning 203: symbol is never used: "pingstring" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
pawn Код:
new ping[MAX_PLAYERS], pingstring;
ping[playerid] = GetPlayerPing(playerid);
format(pingstring, sizeof(pingstring),"%i", ping[playerid]);//Line 164