[AJUDA]Blockeio de veнculo
#2

Usa o OnVehicleSpawn

https://sampwiki.blast.hk/wiki/OnVehicleSpawn


estuda isto:


pawn Код:
stock LockVehicle(vehicleid, bool:lock) {
    for(new i; i<MAX_PLAYERS; i++) {
        if(lock == true) {
        SetVehicleParamsForPlayer(vehicleid, i, 0, 1);
        }
        else if(lock == false) {
        SetVehicleParamsForPlayer(vehicleid, i, 0, 0);
        }
    }
    return 1;
}

Usa tb:

pawn Код:
forward coiso(playerid);
SetTimmer

https://sampwiki.blast.hk/wiki/SetTimer
Reply


Messages In This Thread
[AJUDA]Blockeio de veнculo - by trindade02 - 23.04.2010, 18:26
Re: [AJUDA]Blockeio de veнculo - by andmeida10 - 23.04.2010, 18:28
Re: [AJUDA]Blockeio de veнculo - by trindade02 - 23.04.2010, 18:30
Re: [AJUDA]Blockeio de veнculo - by trindade02 - 23.04.2010, 18:36
Re: [AJUDA]Blockeio de veнculo - by andmeida10 - 23.04.2010, 18:54
Re: [AJUDA]Blockeio de veнculo - by trindade02 - 23.04.2010, 18:57
Re: [AJUDA]Blockeio de veнculo - by ipsBruno - 23.04.2010, 21:51

Forum Jump:


Users browsing this thread: 3 Guest(s)