How to make race spawns?
#8

make sure you create the vehicle OnGameModeInit

put the vehicles on the position you want then do this

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++) //replace this with PutPlayerInVehicle | Explanation: Loop through all players
{
    if(IsPlayerConnected(i)) //checks if the player is connected
    {
          PutPlayerInVehicle(i,vehid,434); //all players will be put at 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)