Getting id of vehicle
#4

make a for loop

i.e:

pawn Код:
for(new i = 0; i < 100; i++)
{
    if(GetPlayerVehicleID(playerid) == vInfo[i][Vehicle])
    {
        // Here it is
    }
}
Reply


Messages In This Thread
Getting id of vehicle - by Yako - 15.09.2013, 23:15
Re: Getting id of vehicle - by Eyce - 15.09.2013, 23:30
Re: Getting id of vehicle - by Yako - 15.09.2013, 23:45
Re: Getting id of vehicle - by Kirollos - 15.09.2013, 23:46
Re: Getting id of vehicle - by Yako - 16.09.2013, 09:35

Forum Jump:


Users browsing this thread: 1 Guest(s)