Search found 4 matches

by dancer
Tue Jan 24, 2012 2:10 pm
Forum: General Discussion
Topic: Chameleon available only to user with flags
Replies: 2
Views: 12515

Re: Chameleon available only to user with flags

Thanks a lot.
Now there is no errors when compile but it doesn't give any effects. I uploaded the recompiled plugin (war3ft.amxx) on the server but it doesn't work :/ Still all players can choose chameleon race. Have you any ideas how to change it?
by dancer
Sun Jan 22, 2012 1:25 pm
Forum: General Discussion
Topic: Chameleon available only to user with flags
Replies: 2
Views: 12515

Chameleon available only to user with flags

I am wondering how to make chameleon restricted only for VIP/admin? I tested the way recommended by whosyourdaddy but it seems to that isn't working :? When I try to compile war3ft.sma in local compiler I have errors like that http://img215.imageshack.us/img215/4786/erroreyl.png And that is my menus...
by dancer
Sat Jan 21, 2012 10:15 am
Forum: Help/Support
Topic: Chameleon available only to user with flags
Replies: 0
Views: 25941

Chameleon available only to user with flags

I am wondering how to make chameleon restricted only for VIP/admin? I tested the way recommended by whosyourdaddy but it seems to that isn't working :? When I try to compile war3ft.sma in local compiler I have errors like that http://img215.imageshack.us/img215/4786/erroreyl.png And that is my menus...
by dancer
Thu Jan 19, 2012 3:23 pm
Forum: Help/Support
Topic: /changerace help...limiting access to a race
Replies: 4
Views: 16877

Re: /changerace help...limiting access to a race

I tested it and it isn't working. When I try to compile war3ft.sma I have errors like that : http://img215.imageshack.us/img215/4786/erroreyl.png And that is my menus.inl ' s part : // All other cases else { new bool:bAllowRace = true; if(i == 9 && !(get_user_flags( id ) & ADMIN_LEVEL_A) ) bAllowRac...