Help With Set admin level
#4

Quote:
Originally Posted by Speedpro
Посмотреть сообщение
you could use it as well
Код:
#define MaxAdminLevel 5
No, that wouldn't work.
He could do that, but this way:

Код:
#define MaxAdminLevel 5
if (level > MaxAdminLevel)
But the reason yours doesn't work, is because ServerInfo is an enum, and MaxAdminLevel is a part of it (an index)
Reply


Messages In This Thread
Help With Set admin level - by CarRamper - 03.10.2016, 11:15
Re: Help With Set admin level - by oMa37 - 03.10.2016, 11:51
Re: Help With Set admin level - by BrianFaria - 03.10.2016, 11:56
Re: Help With Set admin level - by Stinged - 03.10.2016, 12:09
Re: Help With Set admin level - by CarRamper - 03.10.2016, 12:29
Re: Help With Set admin level - by Gotham - 03.10.2016, 12:48
Re: Help With Set admin level - by BrianFaria - 03.10.2016, 14:50

Forum Jump:


Users browsing this thread: 1 Guest(s)