Help this error
#6

Quote:
Originally Posted by Dwane
Посмотреть сообщение
Are you using gPlayerLogged as a function or variable?
pawn Код:
// function:
gPlayerLogged(playerid)
{
    // code;
}

// which is..
if(gPlayerLogged(i) && PlayerInfo[i][BizID] != 0)

// --

// variable:
new
    gPlayerLogged[ MAX_PLAYERS ]
;
// which is..
if(gPlayerLogged[i] && PlayerInfo[i][BizID] != 0)
I use it as variable, then how is the PlayerInfo[i][BizID] != 0) ?
Reply


Messages In This Thread
Help this error - by RenovanZ - 05.12.2012, 06:29
Re: Help this error - by LarzI - 05.12.2012, 06:34
Re: Help this error - by Konstantinos - 05.12.2012, 06:35
Re: Help this error - by RenovanZ - 05.12.2012, 06:35
Re: Help this error - by Konstantinos - 05.12.2012, 06:37
Re: Help this error - by RenovanZ - 05.12.2012, 06:37
Re: Help this error - by Konstantinos - 05.12.2012, 06:39
Re: Help this error - by LarzI - 05.12.2012, 06:41
Re: Help this error - by RenovanZ - 05.12.2012, 06:42
Re: Help this error - by park4bmx - 05.12.2012, 06:47

Forum Jump:


Users browsing this thread: 1 Guest(s)