[Resolved] Random client_cmd help please!
Hi, I need to run a random client_cmd on a client, I have no clue how to randomize it though.
Here is what needs to be randomly chosen... client_cmd(id,"+jump") client_cmd(id,"+duck") client_cmd(id,"+attack") Can anyone help me please? |
Code:
Code:
|
Ok thanks alot, it works :D
|
Re: [Resolved] Random client_cmd help please!
how about random "wait" in client_cmd(wait;wait;wait;wait;snapshot) ? anyone?
|
Re: [Resolved] Random client_cmd help please!
Code:
|
Re: [Resolved] Random client_cmd help please!
Excellent work jim !
Now I can make every user take screenshot in random time (not simultaneous) by waiting n times / waiting x times. I would like to experiment using player id to make wait x times. typo: for (i = 0; i <= random, i++) { // must not use , but ; for (i = 0; i <= random; i++) { // correct |
| All times are GMT -4. The time now is 20:23. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.