[HELP]Filterscript/Commands seem to be working only for ID 0
#2

pawn Код:
if (playerid == ispassenger)
What in the world is that line?
ispassenger's value is 0 if the player is not a passenger, therefore it checks if(playerid == 0).

pawn Код:
if(ispassenger == 1)
That'd be a proper usage.
Reply


Messages In This Thread
[HELP]Filterscript/Commands seem to be working only for ID 0 - by Airpilot - 31.01.2012, 16:16
Re: [HELP]Filterscript/Commands seem to be working only for ID 0 - by [XST]O_x - 31.01.2012, 16:27
Re: [HELP]Filterscript/Commands seem to be working only for ID 0 - by Airpilot - 31.01.2012, 16:37

Forum Jump:


Users browsing this thread: 1 Guest(s)