Variable Help
I have looked through the forums and I can't find anything that helps me, what i want to do is make a variable type thing like with amx_super's amx_godmode. I want to be able to type "amx_pred <name> X" and have X as 0 = off, 1 = on, and 2 = ON each round. could some tell me how to do this?
|
Re: Variable Help
This should tell you how to make a basic command:
http://wiki.amxmodx.org/index.php/In...od_X_Scripting To save a variable for each user on your server, the most common things to do is to create an array with 33 indexes and save to/read from it by passing the player id as the index. Example: Code:
|
Re: Variable Help
Incase you don't know how to script and thus avalanche's response confused you, here is the full script:
Code:
|
Re: Variable Help
Using ResetHUD in conjunction with a small task would be better.
|
Re: Variable Help
Quote:
Code:
Code:
|
Re: Variable Help
and then:
Code:
|
Re: Variable Help
o, i forgot to add the 6.2 second time delay till next round eh? GG for me.
|
Re: Variable Help
Code:
|
Re: Variable Help
ok im still confused haha but thanks Chronic :)
|
| All times are GMT -4. The time now is 07:58. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.