variable question ?!
#8

In your case:
pawn Код:
new bla[] = {
444,
546,
490, //vehicle ids
547,
546,
};
for(new a = 0 ; a < 5 ; a++)
{
    if(bla[a] == GetPlayerVehicleID(playerid))
    {
        RemovePlayerFromVehicle(playerid);
    }
}
Reply


Messages In This Thread
variable question ?! - by SEC - 30.06.2009, 12:46
Re: variable question ?! - by Gamer_Z - 30.06.2009, 12:50
Re: variable question ?! - by dice7 - 30.06.2009, 12:53
Re: variable question ?! - by SEC - 30.06.2009, 13:00
Re: variable question ?! - by Grim_ - 30.06.2009, 13:00
Re: variable question ?! - by SEC - 30.06.2009, 13:02
Re: variable question ?! - by Grim_ - 30.06.2009, 13:03
Re: variable question ?! - by dice7 - 30.06.2009, 13:05
Re: variable question ?! - by SEC - 30.06.2009, 13:10

Forum Jump:


Users browsing this thread: 2 Guest(s)