03.05.2015, 21:13
Hello
what wrong here?
Error:
code
this line of error :
Was before,in other gm compile norm:
what wrong here?
Error:
Код:
(6602) : error 012: invalid function call, not a valid address (6602) : warning 215: expression has no effect 6602) : error 001: expected token: ";", but found ")" (6602) : error 029: invalid expression, assumed zero (6602) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Код:
if(PlayerInfo[playerid][pAdmin] > 0 && dostup[playerid] == 1) { dostup[playerid] = 0; format(string, sizeof(string), "<ALogin Off> %s[%d] вышел из игры [lvl:%d]",pNormalName(playerid),playerid,PlayerInfo[playerid][pAdmin]); ABroadCast(0xF4B800AA, string, 1); }
Код:
format(string, sizeof(string), "<ALogin Off> %s[%d] вышел из игры [lvl:%d]",pNormalName(playerid),playerid,PlayerInfo[playerid][pAdmin]);
Код:
format(string, sizeof(string), "<ALogin Off> %s[%d] вышел из игры [lvl:%d]",Name(playerid),playerid,PlayerInfo[playerid][pAdmin]);