A weird bug?!
#10

pawn Код:
stock IsCamionneurVeh(vehicleid)
{
    for(new i=0; i<MAX_VEHICLES; i++)
    {
        if(vehicleid == CamionneurVeh[i]) return true;
    }
    return false;
}
stock IsAmbulancierVeh(vehicleid)
{
    for(new i=0; i<MAX_VEHICLES; i++)
    {
        if(vehicleid == Ambulances[i]) return true;
    }
    return false;
}
stock IsPoliceVeh(vehicleid)
{
    for(new i=0; i<MAX_VEHICLES; i++)
    {
        if(vehicleid == LSPDVoiture[i]) return true;
    }
    return false;
}
Reply


Messages In This Thread
A weird bug?! - by streetpeace - 27.11.2014, 11:03
Re: A weird bug?! - by DaniceMcHarley - 27.11.2014, 11:05
Re : A weird bug?! - by streetpeace - 27.11.2014, 12:38
Re: A weird bug?! - by CalvinC - 27.11.2014, 12:59
Re: Re : A weird bug?! - by Runn3R - 27.11.2014, 13:46
Re : A weird bug?! - by streetpeace - 27.11.2014, 15:32
Re: A weird bug?! - by Abagail - 27.11.2014, 15:34
Re : A weird bug?! - by streetpeace - 27.11.2014, 15:38
Re : A weird bug?! - by streetpeace - 27.11.2014, 18:39
Re: Re : A weird bug?! - by Runn3R - 27.11.2014, 21:02

Forum Jump:


Users browsing this thread: 4 Guest(s)