How to create spawns, when players join a race?
#1

Hi.
I'm trying to create a small game mode, so when a player spawns they'll be lined up. I don't just want to do this:
pawn Код:
public OnPlayerSpawn(playerid)
{
        SetPlayerPos(playerid, x y x);
        return 1;
}
Because I don't want the cars stacked on each other. How could I create it, so they'd line up right next to each other? And spawn in a certain vehicle? I've tried PutPlayerInVehicle, for my derby script, but they never appear in the vehicle.

Thanks for the help.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)