random things i need help with
#3

pawn Код:
stock IsVehicleOccupied(vehicleid)
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(GetPlayerState(i) == PLAYER_STATE_DRIVER || GetPlayerState(i) == PLAYER_STATE_PASSENGER)
        {
            if(GetPlayerVehicleID(i) == vehicleid)
            {
                return 1;
            }
        }
    }
    return 0;
}
https://sampwiki.blast.hk/wiki/IsPlayerInAnyVehicle


Search.
Reply


Messages In This Thread
random things i need help with - by WillyP - 01.11.2010, 15:37
Re: random things i need help with - by SampStunta - 01.11.2010, 15:47
Re: random things i need help with - by Bessensap - 01.11.2010, 15:49

Forum Jump:


Users browsing this thread: 1 Guest(s)