[AJUDA]Restringir Veiculos
#4

Usa esto

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid)
{
    if(GetVehicleMode(vehicleid) == 402)
    {
        new Float:X, Float:Y, Float:Z;
        GetPlayerPos(playerid, X, Y, Z);
        SetPlayerPos(playerid, X, Y, Z+5);
    }
    return 1;
}
esto no dejaria nadien entrar el caro, nomas cambia 402 con qual quier caro no quieres que usen.
Reply


Messages In This Thread
[AJUDA]Restringir Veiculos - by Manoloww - 31.03.2012, 19:58
Respuesta: [AJUDA]Restringir Veiculos - by Chis - 31.03.2012, 20:16
Re: [AJUDA]Restringir Veiculos - by Manoloww - 31.03.2012, 20:31
Re: [AJUDA]Restringir Veiculos - by DeathTone - 31.03.2012, 20:35
Re: [AJUDA]Restringir Veiculos - by Manoloww - 31.03.2012, 20:39
Re: [AJUDA]Restringir Veiculos - by Jason` - 31.03.2012, 21:44

Forum Jump:


Users browsing this thread: 1 Guest(s)