Make cars stay spawned in
#4

pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
    if(IsPlayerInAnyVehicle(playerid))
    {
        SetVehicleToRespawn(GetPlayerVehicleID(playerid));
    }
    return 1;
}
Reply


Messages In This Thread
Make cars stay spawned in - by MichaelWharton101 - 16.10.2013, 22:46
Re: Make cars stay spawned in - by arakuta - 17.10.2013, 02:40
Re: Make cars stay spawned in - by Pottus - 17.10.2013, 04:11
Re: Make cars stay spawned in - by xganyx - 17.10.2013, 05:11

Forum Jump:


Users browsing this thread: 1 Guest(s)