Pawn: enum type in enum
#7

Quote:
Originally Posted by BenzoAMG
View Post
??

pawn Code:
enum AnimationProperties
{
    aId,
    aLib,
    aName

};

enum AnimationsInfo
{
    walk,
    walkHand,
    run,
    biss
};
new aInfo[AnimationsInfo][AnimationProperties];

forward SetAnimations();
public SetAnimations()
{
    aInfo[walkHand][aId] = 0; // line 244
}
WOW! I do not believe that I asked so stupid question. massive[enumType][enumType] is it)
Guys, please sleep more than 3 hours a day

Thanks all.
Reply


Messages In This Thread
Pawn: enum type in enum - by sagosagi1 - 19.05.2014, 07:39
Re: Pawn: enum type in enum - by CoaPsyFactor - 19.05.2014, 07:40
Re: Pawn: enum type in enum - by sagosagi1 - 19.05.2014, 07:45
Re: Pawn: enum type in enum - by Threshold - 19.05.2014, 07:52
Re: Pawn: enum type in enum - by AndySedeyn - 19.05.2014, 08:04
Re: Pawn: enum type in enum - by jihadmeneer - 19.05.2014, 08:32
Re: Pawn: enum type in enum - by sagosagi1 - 19.05.2014, 08:34

Forum Jump:


Users browsing this thread: 1 Guest(s)