Command Problem
#3

Your problem is here:
pawn Код:
if(GetPlayerState(playerid != 1)
You missed a ) after playerid..so simply change it to this:
pawn Код:
if(GetPlayerState(playerid) != 1)
Reply


Messages In This Thread
Command Problem - by Jay_Dixon - 04.11.2012, 03:47
Re: Command Problem - by Swyft™ - 04.11.2012, 03:55
Re: Command Problem - by s0nic - 04.11.2012, 03:56
Re: Command Problem - by KevinPRINCE - 04.11.2012, 03:57
Re: Command Problem - by Swyft™ - 04.11.2012, 03:59
Re: Command Problem - by Jay_Dixon - 04.11.2012, 18:01
Re: Command Problem - by Swyft™ - 04.11.2012, 18:11

Forum Jump:


Users browsing this thread: 4 Guest(s)