Bug? No spawned Trailer - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Bug? No spawned Trailer (
/showthread.php?tid=418796)
Bug? No spawned Trailer -
Manowar - 26.02.2013
Hello. How spawn train trailer?
AddStaticVehicle and AddStaticVehicleEx no spawn.
I need spawn 570 and 569 ID
Re: Bug? No spawned Trailer -
CoaPsyFactor - 26.02.2013
can you show us code of spawning ?
Re: Bug? No spawned Trailer -
Manowar - 26.02.2013
Quote:
Originally Posted by CoaPsyFactor
can you show us code of spawning ?
|
PHP код:
new VehTrallerTrain;
public OnGameModeInit()
{
VehTrallerTrain = AddStaticVehicle(570, 2288.9355,2690.1250,11.2473,270.0000, 0,1);
return 1;
}