Checking seats in vehicle
#6

pawn Код:
//Specific vehicle with iterator
Iter_Add(pVehicle,CreateVehicle(.....);


foreach(Player,i)
{
    new vid = GetPlayerVehicleID(i);
    foreach(pVehicle,a)
    {
        if(vid == a)
        {
            GetPlayerVehicleSeat(i);
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)