[FilterScript] [FS] Anti-Modshop Jack
#9

Quote:
Originally Posted by MJφ
That's good , but i think :

pawn Код:
if (!IsPlayerConnected(playerid))
            continue;
must be
pawn Код:
if (IsPlayerConnected(playerid))
            continue;
isn't ?
Continue will skip the code below it, so it the player is not connected it will go to the next player and check.
Reply


Messages In This Thread
[FS] Anti-Modshop Jack - by Slice - 28.03.2009, 21:29
Re: [FS] Anti-Modshop Jack - by edit - 28.03.2009, 21:39
Re: [FS] Anti-Modshop Jack - by Karlip - 28.03.2009, 21:45
Re: [FS] Anti-Modshop Jack - by CroAtTheTop - 28.03.2009, 21:48
Re: [FS] Anti-Modshop Jack - by Slice - 28.03.2009, 21:50
Re: [FS] Anti-Modshop Jack - by Shadow_ - 28.03.2009, 22:36
Re: [FS] Anti-Modshop Jack - by Slice - 29.03.2009, 19:59
Re: [FS] Anti-Modshop Jack - by UsaBoy91 - 09.07.2009, 15:45
Re: [FS] Anti-Modshop Jack - by Slice - 09.07.2009, 20:06
Re: [FS] Anti-Modshop Jack - by UsaBoy91 - 10.07.2009, 13:25

Forum Jump:


Users browsing this thread: 1 Guest(s)