OnPlayerEnterVehicle
#5

Youcan also add.
pawn Код:
stock IsATaxi(vehicleid) {
    switch(GetVehicleModel(vehicleid)) {
        case 420, 438, 437: return 1;  
    }
    return 0;
}

pawn Код:
if(IsATaxi(GetPlayerVehicleID(playerid))) {
Reply


Messages In This Thread
OnPlayerEnterVehicle - by thefatshizms - 06.10.2012, 15:16
Re: OnPlayerEnterVehicle - by ikbenremco - 06.10.2012, 15:19
Re: OnPlayerEnterVehicle - by Lordzy - 06.10.2012, 15:19
Re: OnPlayerEnterVehicle - by thefatshizms - 06.10.2012, 15:23
Re: OnPlayerEnterVehicle - by ikbenremco - 06.10.2012, 15:27
Re: OnPlayerEnterVehicle - by thefatshizms - 06.10.2012, 15:51
Re: OnPlayerEnterVehicle - by Unfriendly - 06.10.2012, 16:05
Re: OnPlayerEnterVehicle - by Faisal_khan - 06.10.2012, 16:28

Forum Jump:


Users browsing this thread: 1 Guest(s)