25.06.2012, 08:05
hey im again , i need help with /stats Warnings :\
i made this one and i got this
this is the Line :
how can i remove this warnings ?
pawn Код:
PlayerStats[playerid][pAdmin] = dini_Int(file, "Admin");
SetPlayerScore(playerid, PlayerStats[playerid][pScore]);
GivePlayerMoney(playerid, dini_Int(file, "Cash")-GetPlayerMoney(playerid));
SetPlayerScore(playerid, GetPlayerScore(playerid)+PlayerStats[playerid][pScore]);
GivePlayerWeapon(playerid, PlayerStats[playerid][pWeapon]);
pawn Код:
(604) : warning 202: number of arguments does not match definition
pawn Код:
GivePlayerWeapon(playerid, PlayerStats[playerid][pWeapon]);