CMD: Error +Rep
#3

if(PlayerInfo[playerid][pAdmin] >= 1338) || IsPlayerAdmin(playerid))

Clearly noticable from above, red one doesn't have pair. So use
pawn Код:
if((PlayerInfo[playerid][pAdmin] >= 1338) || IsPlayerAdmin(playerid))
//or
if(PlayerInfo[playerid][pAdmin] >= 1338 || IsPlayerAdmin(playerid))
Have fun.
Reply


Messages In This Thread
CMD: Error +Rep - by Meinstad - 17.04.2012, 14:44
Re: CMD: Error +Rep - by Phyrunx - 17.04.2012, 14:45
Re: CMD: Error +Rep - by [MG]Dimi - 17.04.2012, 14:47
Re: CMD: Error +Rep - by [Diablo] - 17.04.2012, 14:47
Re: CMD: Error +Rep - by Meinstad - 17.04.2012, 14:53

Forum Jump:


Users browsing this thread: 1 Guest(s)