Assigning variables to vehicles
#2

When you create a vehicle, it returns the vehicle ID. Ex:

pawn Код:
new mySpawnedVehicle;

public OnGameModeInit()
{
    mySpawnedVehicle = CreateVehicle(411, ...);
    return 1;
}

DestroyVehicle(mySpawnedVehicle);
Reply


Messages In This Thread
Assigning variables to vehicles - by Gecko75 - 02.09.2013, 21:40
Re: Assigning variables to vehicles - by SuperViper - 02.09.2013, 22:40

Forum Jump:


Users browsing this thread: 1 Guest(s)