Help this error
#10

If gPlayeralogged is a variable the where is the check ? You cannot use it as a function!
pawn Код:
if(gPlayerLogged[i] == 1&& PlayerInfo[i][BizID] != 0)
If its a stock you can
pawn Код:
stock IsgPlayerLogged(playerid)
{
     if(some_variable) == 1 return 1;
     return 0;
}
Then you check it with the "()" method !
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)