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

PHP код:
for(new i=0i<MAX_PLAYERSi++)
{
    if(
GetPlayerVehicleID(i) == GetPlayerVehicleID(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)