How to set 2 options in 1 function
Okay, so for example.
amx_super command godmode amx_godmode NAME <0(off), 1 (1 round) or 2(perm)> can someone tell me how i would do this? but instead of Code:
0 1 2Code:
1 on perm 2 offi looked through amx_super but didn't learn how. |
Re: How to set 2 options in 1 function
I don't get it. What do you want?
|
Re: How to set 2 options in 1 function
like i need to know how to do this
amx_godmode NAME 1 or 2 Code:
1 = perm 2 = off |
Re: How to set 2 options in 1 function
Link to the plugin and I can look at it.
0 is basically always used for off in just about everything. |
Re: How to set 2 options in 1 function
https://forums.alliedmods.net/showthread.php?t=19542
so like amx_godmode 1 = on 2 = off amx_noclip 1 = on 2 = off |
Re: How to set 2 options in 1 function
Quote:
|
Re: How to set 2 options in 1 function
|
Re: How to set 2 options in 1 function
FYI
amx_godmode <nick, #userid, authid or @team> [0|1|2] - 0=OFF 1=ON 2=ON + ON EACH ROUND |
Re: How to set 2 options in 1 function
i know. i wanna learn how to do that.
how did he put 2 options into 1 function? hence the title name like make a small give god-mode example |
Re: How to set 2 options in 1 function
With these:
PHP Code:
|
| All times are GMT -4. The time now is 05:17. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.