if statement problem with enum value
#2

Only booleans can be 'true' or 'false.

Try this
pawn Код:
enum pMenu
{
    bool:inVip = false,
    bool:inAdmin = false
}
new pInMenu[MAX_PLAYERS][pMenu];
Reply


Messages In This Thread
if statement problem with enum value - by LeetModz - 30.04.2012, 05:10
Re: if statement problem with enum value - by ReneG - 30.04.2012, 05:13
Re: if statement problem with enum value - by LeetModz - 30.04.2012, 05:22
Re: if statement problem with enum value - by warcodes_ - 30.04.2012, 05:28
Re: if statement problem with enum value - by LeetModz - 30.04.2012, 05:39
Re: if statement problem with enum value - by warcodes_ - 30.04.2012, 05:51
Re: if statement problem with enum value - by LeetModz - 30.04.2012, 06:57
Re: if statement problem with enum value - by warcodes_ - 30.04.2012, 07:19
Re: if statement problem with enum value - by LeetModz - 30.04.2012, 07:43

Forum Jump:


Users browsing this thread: 1 Guest(s)