03.01.2016, 09:05
(
Последний раз редактировалось coolmark1995; 03.01.2016 в 23:21.
)
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

