SA-MP Forums Archive
Problem with FS football! Who help REP+ - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problem with FS football! Who help REP+ (/showthread.php?tid=369214)



Problem with FS football! Who help REP+ - GHSFilip - 16.08.2012

I using this filterscript:
https://sampforum.blast.hk/showthread.php?tid=125566
and everething is ok but i can't kick bool anything! In gamemode has KeyChanges timer something like that and nothing work SPACE nothing I think 100 % that is some of that problem
that timer:
SetTimerEx("KeyChanges", 1000, 1, "i", playerid);
This timer is on onplayerconnect
please guys help!!!!


Re: Problem with FS football! Who help REP+ - GHSFilip - 16.08.2012

anyone help guys?


Re: Problem with FS football! Who help REP+ - bloodrocklee - 16.08.2012

have you tryed to comment it? put // in face of SetTimerEx("KeyChanges", 1000, 1, "i", playerid);

EX: //SetTimerEx("KeyChanges", 1000, 1, "i", playerid);
and see what happens