Speed Boost is bugged
#1

Hey Guys,
i made a Speed boost, but if i press the Key ingame, nothing happens.
Can anyone correct it, please? =)

Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
  	if (IsPlayerInAnyVehicle(playerid) && GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
 	{
  		if (newkeys & KEY_SUBMISSION)
		{
			new Float:xx, Float:xy, Float:xz;
			GetVehicleVelocity(GetPlayerVehicleID(playerid),xx, xy, xz);
			SetVehicleVelocity(GetPlayerVehicleID(playerid),x*5,y*5,z*5);
			return 1;
		}
		return 1;
	}
	return 1;
}
Reply


Messages In This Thread
Speed Boost is bugged - by HardstylerNiko - 03.09.2010, 15:40
Re: Speed Boost is bugged - by CyNiC - 03.09.2010, 15:42
Re: Speed Boost is bugged - by HardstylerNiko - 03.09.2010, 15:47
Re: Speed Boost is bugged - by CyNiC - 03.09.2010, 15:52
Re: Speed Boost is bugged - by HardstylerNiko - 03.09.2010, 16:09
Re: Speed Boost is bugged - by R@ger - 03.09.2010, 16:13
Re: Speed Boost is bugged - by Jochemd - 03.09.2010, 16:14
Re: Speed Boost is bugged - by HardstylerNiko - 03.09.2010, 16:20

Forum Jump:


Users browsing this thread: 1 Guest(s)