Fast array question
#6

*sigh* Dumb_answers_of_the_day++;
Edit: I'm slow again. That was directed at Wesley221

pawn Код:
if(PlayerInfo[playerid][pJob] != 1)
    {
        for(new i; i < sizeof(mechanicvehicles); i++)
        {
            if(mechanicvehicles[i] == vehicleid)
            {
                RemovePlayerFromVehicle(playerid);
                SendClientMessage(playerid, COLOR_NORMALRED, "( ! ) Only Mechanics can use This Vehicle");
                break;
            }
        }
    }
Reply


Messages In This Thread
Fast array question - by sim_sima - 17.05.2011, 17:29
Re: Fast array question - by sim_sima - 17.05.2011, 17:33
Re: Fast array question - by Wesley221 - 17.05.2011, 17:40
Re: Fast array question - by sim_sima - 17.05.2011, 17:42
Re: Fast array question - by Dreftas - 17.05.2011, 17:43
Re: Fast array question - by Vince - 17.05.2011, 17:46
Re: Fast array question - by sim_sima - 17.05.2011, 17:47

Forum Jump:


Users browsing this thread: 1 Guest(s)