OnPlayerEnterVehicle bug
#3

Ah yes, It's about two different type of working/not working CAR functions :
IsACopCar (Working) :
PHP код:
stock IsACopCar(vehicleid)
{
    for(new 
ii<33i++)
    {
        if(
vehicleid == PoliceVeh[i]) return 1;
    }
    return 
0;

IsANGCar (Not Working) :
PHP код:
stock IsANGCar(vehicleid)
{
    for(new 
ii<65i++)
    {
        if(
vehicleid == NGVeh[i]) return 1;
    }
    return 
0;

And about player's Membership , There's not any problem.
And also about Array sizes , There's not any problem again ... (As I said on Skype)
Reply


Messages In This Thread
OnPlayerEnterVehicle bug - by Alpay0098 - 01.05.2015, 08:08
Re: OnPlayerEnterVehicle bug - by Dragony92 - 01.05.2015, 14:09
Re: OnPlayerEnterVehicle bug - by Alpay0098 - 01.05.2015, 14:12
Re: OnPlayerEnterVehicle bug - by Vince - 01.05.2015, 14:43
Re: OnPlayerEnterVehicle bug - by Alpay0098 - 01.05.2015, 16:03
Re: OnPlayerEnterVehicle bug - by Alpay0098 - 01.05.2015, 19:11
Re: OnPlayerEnterVehicle bug - by Alpay0098 - 02.05.2015, 10:53
Re: OnPlayerEnterVehicle bug - by Alpay0098 - 06.05.2015, 16:48
Re: OnPlayerEnterVehicle bug - by Pottus - 06.05.2015, 16:52
Re: OnPlayerEnterVehicle bug - by Alpay0098 - 06.05.2015, 18:52

Forum Jump:


Users browsing this thread: 1 Guest(s)