Samp CreateVehicle rotation
#1

How might I fix vehicle rotation as it appears to spawn backwards my rotation currently is 0

Код:
#define FILTERSCRIPT

#include <a_samp>

#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
	print("\n--------------------------------------");
	print(" Busses spawn locations by coolmark1995");
	print("--------------------------------------\n");
	
    CreateVehicle(431, -94.95, -1118.03,    1.37, 0, -1, -1, 0);

	return 1;
}

public OnFilterScriptExit()
{
	return 1;
}
#endif
Reply


Messages In This Thread
{Solved}Samp CreateVehicle rotation - by coolmark1995 - 03.01.2016, 09:05
Re: Samp CreateVehicle rotation - by Tamy - 03.01.2016, 10:11
Re: Samp CreateVehicle rotation - by CodeStyle175 - 03.01.2016, 10:28
Re: Samp CreateVehicle rotation - by coolmark1995 - 03.01.2016, 11:21
Re: Samp CreateVehicle rotation - by IceBilizard - 03.01.2016, 12:21
Re: Samp CreateVehicle rotation - by coolmark1995 - 03.01.2016, 21:09

Forum Jump:


Users browsing this thread: 1 Guest(s)