function help
#2

pawn Код:
stock IsAnyPlayerInVehicle(vehicleid)
{
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            if(IsPlayerInVehicle(i, vehicleid))
            {
                return 1;
            }
        }
    }
    return 0;
}
Reply


Messages In This Thread
function help - by Dj_maryo1993 - 14.06.2010, 11:28
Re: function help - by MadeMan - 14.06.2010, 11:32
Re: function help - by Dj_maryo1993 - 14.06.2010, 11:35
Re: function help - by MadeMan - 14.06.2010, 11:38

Forum Jump:


Users browsing this thread: 1 Guest(s)