Using vehicle controls outside of the vehicle with range point.
#3

pawn Код:
new P_LastVeh[MAX_PLAYERS] = (-1);
Public on enter vehicle and exit:
pawn Код:
if(GetPlayerState(playerid) == 2)
    {
    P_LastVeh[playerid] = GetPlayerVehicleID(playerid);
    return 1;
    }
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)