How to check for everyone who is in my car?
#3

pawn Код:
for(new i=0; i<MAX_PLAYERS; i++)
{
    if(GetPlayerVehicle(i) == GetPlayerVehicle(playerid))
    {
        // player 'i' is in the vehicle.
    }
}
Reply


Messages In This Thread
How to check for everyone who is in my car? - by HondaCBR - 29.11.2011, 19:08
Re: How to check for everyone who is in my car? - by MP2 - 29.11.2011, 19:20
Re: How to check for everyone who is in my car? - by MP2 - 29.11.2011, 19:20
Re: How to check for everyone who is in my car? - by HondaCBR - 29.11.2011, 19:39
Re: How to check for everyone who is in my car? - by [MG]Dimi - 29.11.2011, 19:40
Re: How to check for everyone who is in my car? - by MP2 - 29.11.2011, 19:42

Forum Jump:


Users browsing this thread: 2 Guest(s)