Help with Teleporting
#5

Yw, just thinking about it you might want to use this to prevent vehicle pileups.
pawn Код:
if(IsPlayerInAnyVehicle(playerid))
{
    new
        vehicleid = GetPlayerVehicleID(playerid);
    RemovePlayerFromVehicle(playerid);
    SetVehicleToRespawn(vehicleid);
}
Reply


Messages In This Thread
Help with Teleporting - by yoan103 - 03.03.2011, 16:24
Re: Help with Teleporting - by yoan103 - 03.03.2011, 16:43
Re: Help with Teleporting - by iggy1 - 03.03.2011, 16:44
Re: Help with Teleporting - by yoan103 - 03.03.2011, 16:46
Re: Help with Teleporting - by iggy1 - 03.03.2011, 16:51

Forum Jump:


Users browsing this thread: 1 Guest(s)