Please check,undefined symbol errors!
#8

Put this at the top of your script
pawn Код:
enum vehicle_stats
{
    vehicle_dealership,
    vehicle_model,
    vehicle_price,
    Float:vehicle_position[5],
    Text3D:vehicle_label,
    vehicle_onsale
};

new VehicleStatistics[MAX_VEHICLES][vehicle_stats];
I'm guessing this might help?

It's from this:

https://sampforum.blast.hk/showthread.php?tid=299738

and has the same function and names as yours, so im guessing this is what your using?
Reply


Messages In This Thread
Please check,undefined symbol errors! - by LuckyPlaya` - 21.01.2013, 19:45
Re: Please check,undefined symbol errors! - by azzerking - 21.01.2013, 19:51
Re: Please check,undefined symbol errors! - by LuckyPlaya` - 21.01.2013, 20:01
Re: Please check,undefined symbol errors! - by azzerking - 21.01.2013, 20:08
Re: Please check,undefined symbol errors! - by LuckyPlaya` - 21.01.2013, 20:11
Re: Please check,undefined symbol errors! - by azzerking - 21.01.2013, 20:15
Re: Please check,undefined symbol errors! - by LuckyPlaya` - 21.01.2013, 20:20
Re: Please check,undefined symbol errors! - by azzerking - 21.01.2013, 20:45
Re: Please check,undefined symbol errors! - by LuckyPlaya` - 22.01.2013, 09:21

Forum Jump:


Users browsing this thread: 2 Guest(s)