Help ERROR
#1

Hello

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.
code
Код:
   	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);
	}
this line of error :
Код:
format(string, sizeof(string), "<ALogin Off> %s[%d] вышел из игры [lvl:%d]",pNormalName(playerid),playerid,PlayerInfo[playerid][pAdmin]);
Was before,in other gm compile norm:
Код:
format(string, sizeof(string), "<ALogin Off> %s[%d] вышел из игры [lvl:%d]",Name(playerid),playerid,PlayerInfo[playerid][pAdmin]);
Reply


Messages In This Thread
Help ERROR - by SHFaCeBook - 03.05.2015, 21:13
Re: Help ERROR - by Konstantinos - 03.05.2015, 21:22
Re: Help ERROR - by SHFaCeBook - 03.05.2015, 21:35
Re: Help ERROR - by SHFaCeBook - 03.05.2015, 22:08
Re: Help ERROR - by Joe Staff - 03.05.2015, 22:16
Re: Help ERROR - by SHFaCeBook - 03.05.2015, 22:27

Forum Jump:


Users browsing this thread: 1 Guest(s)