Problem on assignment
#2

Do not use values in enum. Those you see are indexes of it and not initialized values.

pawn Код:
enum vInfo
{
    cOwner[30],
    cModel,
    cPrice,
    cCol1,
    cCol2
};
Also use stock instead of forward/public.
Reply


Messages In This Thread
Problem on assignment - by Sk1lleD - 22.12.2013, 15:52
Re: Problem on assignment - by Konstantinos - 22.12.2013, 15:57
Re: Problem on assignment - by Sk1lleD - 22.12.2013, 16:01
Re: Problem on assignment - by Sk1lleD - 24.12.2013, 10:38
Re: Problem on assignment - by Konstantinos - 24.12.2013, 10:57
Re: Problem on assignment - by Sk1lleD - 24.12.2013, 11:12

Forum Jump:


Users browsing this thread: 1 Guest(s)