Posts: 117
Threads: 30
Joined: Jul 2012
Hello. How spawn train trailer?
AddStaticVehicle and AddStaticVehicleEx no spawn.
I need spawn 570 and 569 ID
Posts: 867
Threads: 104
Joined: Jul 2010
Reputation:
0
can you show us code of spawning ?
Posts: 117
Threads: 30
Joined: Jul 2012
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;
}