Help me please, it'd be appreciated
#4

Well I basically want a timer between each jump, that's pretty much it.

Код:
	if(gTeam[playerid] == 2)
	{
		if(PRESSED(KEY_JUMP))
		{
			new Float:vx,Float:vy,Float:vz;
			GetPlayerVelocity(playerid,vx,vy,vz);
			SetPlayerVelocity(playerid,vx + 0.0,vy - 0.0 ,vz + 0.6);
			

		}
	}
	return 1; ////////////////YOU KEEP FUCKING FORGETTING THIS
Reply


Messages In This Thread
Help me please, it'd be appreciated - by Andregood - 29.04.2011, 11:31
Re: Help me please, it'd be appreciated - by Slash01 - 29.04.2011, 11:33
Re: Help me please, it'd be appreciated - by [DDC]Delight - 29.04.2011, 11:33
Re: Help me please, it'd be appreciated - by Andregood - 29.04.2011, 11:45
Re: Help me please, it'd be appreciated - by [DDC]Delight - 29.04.2011, 11:48
Re: Help me please, it'd be appreciated - by Andregood - 29.04.2011, 12:29
Re: Help me please, it'd be appreciated - by Vince - 29.04.2011, 12:34
Re: Help me please, it'd be appreciated - by Andregood - 29.04.2011, 14:28

Forum Jump:


Users browsing this thread: 2 Guest(s)