switch problems
i would like to "rename" all weapons from CSW_*** to "***"...
i was thinking of something like this: Code:
help, please :) |
What's your question?
If you're looking to use give_item, those won't work, you'll need to use weapon_<name>. |
sorry.
here's the code: Code:
|
That is not how switches work. Switches are essentially a bunch of if statments.
Code:
is the same as doing Code:
But switches are faster when using a lot of cases. |
Code:
|
| All times are GMT -4. The time now is 16:30. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.