How to make race spawns?
#7

I've scripted it somewhat, but I don't spawn in a vehicle.
pawn Код:
public OnPlayerSpawn(playerid)
{
    new RaceStarted;
    RaceStarted = 1;
    new vehid = GetPlayerVehicleID(playerid);
    new ran = random(sizeof(Race1Spawns));
    SetPlayerPos(playerid,Race1Spawns[ran][0],Race1Spawns[ran][1],Race1Spawns[ran][2]);
    SetVehiclePos(vehid,Race1Spawns[ran][0],Race1Spawns[ran][1],Race1Spawns[ran][2]);
    PutPlayerInVehicle(playerid,vehid,434);
    return 1;
}
How can I get it so all players spawn in the vehicle ID 434?
Reply


Messages In This Thread
How to make race spawns? - by rangerxxll - 10.03.2012, 02:08
Re: How to make race spawns? - by SnG.Scot_MisCuDI - 10.03.2012, 02:32
Re: How to make race spawns? - by rangerxxll - 10.03.2012, 02:34
Re: How to make race spawns? - by Shabi RoxX - 10.03.2012, 02:44
Re: How to make race spawns? - by SnG.Scot_MisCuDI - 10.03.2012, 02:44
Re: How to make race spawns? - by rangerxxll - 10.03.2012, 02:46
Re: How to make race spawns? - by rangerxxll - 10.03.2012, 03:11
Re: How to make race spawns? - by Reklez - 10.03.2012, 03:18
Re: How to make race spawns? - by rangerxxll - 10.03.2012, 03:26
Re: How to make race spawns? - by SnG.Scot_MisCuDI - 10.03.2012, 03:31

Forum Jump:


Users browsing this thread: 4 Guest(s)