22.12.2013, 15:57
Do not use values in enum. Those you see are indexes of it and not initialized values.
Also use stock instead of forward/public.
pawn Код:
enum vInfo
{
cOwner[30],
cModel,
cPrice,
cCol1,
cCol2
};