01.03.2018, 06:31
I resolve that error's and now I have new error's in another code.
Error's
Код:
if(PlayerInfo[playerid][pPaintBallG] > 0) { foreach(Player, iddd) { if(PlayerInfo[iddd][pPaintBallG] == PlayerInfo[playerid][pPaintBallG]) { SendDeathMessageToPlayer(iddd, killerid, playerid, reason); } } new string[64]; PlayerInfo[killerid][pPaintBallKills]++; Line 818 format(string, sizeof(string), "You have been killed by %s.", pName(killerid)); SendClientMessage(playerid, COLOR_GENANNOUNCE, string); format(string,sizeof(string),"You have killed %s. You now have %d kills.", GetName(playerid), PlayerInfo[killerid][pPaintBallKills]); SendClientMessage(killerid, COLOR_GENANNOUNCE, string);
Код:
(818) : error 012: invalid function call, not a valid address warning 215: expression has no effect error 001: expected token: ";", but found ")" error 029: invalid expression, assumed zero fatal error 107: too many error messages on one line