17.04.2014, 03:49
You can simply add a train in by AddStaticVehicle
https://sampwiki.blast.hk/wiki/AddStaticVehicle
Example:
You have to set the cords your self.
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; } |