[FilterScript] Super Jump FS!
#6

PHP код:
public Jump0(playerid)
{
SJump[playerid][pJump] = 0;
SetTimer("Jump1"1false);
}
public 
Jump1(playeridSJump[playerid][pJump] = 1
WTH

why creating unnecessary 1mili sec timer?

PHP код:
 public Jump0(playerid)
{
   if(
SJump[playerid][pJump] = 0)
   {
       
SJump[playerid][pJump] = 1;
   }

Reply


Messages In This Thread
Super Jump FS! - by Compiler - 10.03.2016, 16:20
Re: Super Jump FS! - by Roozevelt - 16.03.2016, 10:01
Re: Super Jump FS! - by JamalMaddox - 16.03.2016, 13:49
Re: Super Jump FS! - by Compiler - 16.03.2016, 16:07
Re: Super Jump FS! - by Amunra - 19.03.2016, 11:19
Re: Super Jump FS! - by xTURBOx - 19.03.2016, 12:01
Re: Super Jump FS! - by K0P - 19.03.2016, 12:20
Re: Super Jump FS! - by RoDney - 22.03.2016, 14:55
Re: Super Jump FS! - by SyS - 22.03.2016, 15:44
Re: Super Jump FS! - by Markhoss - 15.07.2016, 03:35

Forum Jump:


Users browsing this thread: 1 Guest(s)