OMG! ADDING A TRAIN [HELP NEEDED]
#3

You can simply add a train in by AddStaticVehicle
https://sampwiki.blast.hk/wiki/AddStaticVehicle
Example:
You have to set the cords your self.
Quote:

public OnGameModeInit()
{
// Add a train to the game
AddStaticVehicle(538, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1);
return 1;
}

Reply


Messages In This Thread
OMG! ADDING A TRAIN [HELP NEEDED] - by AmitRaj - 17.04.2014, 01:21
Re: OMG! ADDING A TRAIN [HELP NEEDED] - by ChuckyBabe - 17.04.2014, 01:27
Re: OMG! ADDING A TRAIN [HELP NEEDED] - by Crypto20 - 17.04.2014, 03:49
Re: OMG! ADDING A TRAIN [HELP NEEDED] - by ChuckyBabe - 17.04.2014, 04:03

Forum Jump:


Users browsing this thread: 2 Guest(s)