Commander Status - API Author: Ex1ne
Version: 2.3
Description:
- At the start of the round, a vote menu with all the CT's listed will be displayed to everyone.
- The winner of the vote will then receive the commander stats
- However, if there is only 1 CT, he get's the commander status immediately
How to instal:<a href="#top">[top]
- The sma file must be compiled locally and the output .amxx file will go in 'addonsamxmodxplugins' folder.
To do:[top]
- Nothing, so far
How to use api:[top]
- At the top of your plugin add :
PHP Code:
native is_user_commander(const client)
PHP Code:
if(is_user_commander[id])
Customization:[top]
- This also allows prefixes to the names at the vote, so if you have the TAG_ADMIN flag, you name at the vote will be: [Admin] *name*
- The same with "member", if you have the TAG_MEMBER flag, your name will be: [Member] *name*
- And with TAG_VIP, if you have that your name will be: [VIP] *name*
- The TAG_* can be changed at the top if the plugin.

Credit's to: [top]
- Emp for the new menus tut
- ShadowZ for testing
- DownXx for testing
Attached Files

Wyświetl pełny artykuł