I'm a noob with Arrays, help? :D
#2

Why not just do a loop, e.g.
for(new i=0; i<5; i++)
{
if(GetPlayerVehicleID(playerid) == DMVCar[i])
{
//Your code
}
}
Reply


Messages In This Thread
I'm a noob with Arrays, help? :D - by Chrillzen - 08.11.2013, 20:55
Re: I'm a noob with Arrays, help? :D - by bensmart469 - 08.11.2013, 20:59
Re: I'm a noob with Arrays, help? :D - by Chrillzen - 08.11.2013, 21:03
Re: I'm a noob with Arrays, help? :D - by AnonScripter - 08.11.2013, 22:14

Forum Jump:


Users browsing this thread: 1 Guest(s)