Cant figure out where is the error...
#1

I get this error messages:

PHP код:
D:\test\gamemodes\test.pwn(109) : error 001expected token"-string end-"but found "-identifier-"
D:\test\gamemodes\test.pwn(109) : warning 215expression has no effect
D
:\test\gamemodes\test.pwn(109) : error 001expected token";"but found ")"
D:\test\gamemodes\test.pwn(109) : error 029invalid expressionassumed zero
D
:\test\gamemodes\test.pwn(109) : fatal error 107too many error messages on one line
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
4 Errors

And this is the code:

PHP код:
forward LoginTimer(playerid);
public 
LoginTimer(playerid)
{
    new 
string[50];
    
format(stringsizeof(string), "%s"PlayerInfo[playerid][pLozinka]);
    
INFO(playeridstring); // line 109
    
format(stringsizeof(string), "%d"PlayerInfo[playerid][pID]);
    
INFO(playeridstring);

This is macro for INFO
PHP код:
#define INFO(%1,%2) SendClientMessage(%1,-1,"{0080FF}INFO:{FFFFFF}"%2) 
Reply


Messages In This Thread
Cant figure out where is the error... - by ilijap - 21.05.2016, 20:16
Re: Cant figure out where is the error... - by BloodyRP - 21.05.2016, 20:43
Re: Cant figure out where is the error... - by ilijap - 21.05.2016, 20:45
Re: Cant figure out where is the error... - by BloodyRP - 21.05.2016, 20:47
Re: Cant figure out where is the error... - by ilijap - 21.05.2016, 20:50
Re: Cant figure out where is the error... - by BloodyRP - 21.05.2016, 20:51
Re: Cant figure out where is the error... - by Konstantinos - 21.05.2016, 20:53
Re: Cant figure out where is the error... - by ilijap - 21.05.2016, 21:01

Forum Jump:


Users browsing this thread: 2 Guest(s)