Checking seats in vehicle
#3

pawn Код:
foreach(Player, i)
                {
                    for( new j = 0; j < MAX_VEHICLES; j ++ )
                    {
                        if( GetPlayerVehicleID( i ) == pVehicle[j] )
                        {

                        }
                    }
                }
How would i know if the player is in 'pVehicle[1]' or in 'pVehicle[5]' for example?
Reply


Messages In This Thread
Checking seats in vehicle - by Wesley221 - 23.10.2011, 19:07
Re: Checking seats in vehicle - by =WoR=Varth - 23.10.2011, 19:16
Re: Checking seats in vehicle - by Wesley221 - 23.10.2011, 19:21
Re: Checking seats in vehicle - by =WoR=Varth - 23.10.2011, 19:26
Re: Checking seats in vehicle - by Wesley221 - 23.10.2011, 19:32
Re: Checking seats in vehicle - by =WoR=Varth - 23.10.2011, 19:46
Re: Checking seats in vehicle - by Wesley221 - 24.10.2011, 11:18
Re: Checking seats in vehicle - by =WoR=Varth - 24.10.2011, 12:07
Re: Checking seats in vehicle - by Wesley221 - 24.10.2011, 12:10
Re: Checking seats in vehicle - by =WoR=Varth - 24.10.2011, 12:14

Forum Jump:


Users browsing this thread: 1 Guest(s)