Error 008 : Please help !
PHP Code:
PHP Code:
HTML Code:
Welcome to the AMX Mod X 1.8.1-300 Compiler. |
Re: Error 008 : Please help !
As the error says, you cannot use non-constants in a switch.
Think about the logic behind the rule. When you set up a switch, you want react a particular way for a list of possible values. If you allow dynamic values as a case in the switch, you cannot execute a scenario on the value consistently. Should you may be doing this? I do not know enough about your code works to give you an educated answer. PHP Code:
|
Re: Error 008 : Please help !
nope I need to check for the value I put in switch only as I do something like this too
PHP Code:
|
| All times are GMT -4. The time now is 18:02. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.