little issue w/ my disco ball...

User avatar
SourceSDKenny
50+ Posts
50+ Posts
Posts: 58
Joined: Fri Aug 06, 2010 11:55 pm

little issue w/ my disco ball...

Post by SourceSDKenny »

yeah, my disco ball script (which used to work before the update) is just doing the thing "sending reliable stream overflow <ip here>..." which usually happens when the wait commands mess-up (too few of them). and i converted the script to use the *new* wait command. i will post the script but what it does is just execute others so its kinda pointless to try and copy...

Code: Select all

wait 100;exec disco1
wait 100
wait 100;exec disco2
wait 100
wait 100;exec disco3
wait 100
wait 100;exec disco4
wait 100
wait 100;exec disco5
wait 100
wait 100;exec disco6
wait 100
wait 100;exec disco7
wait 100
wait 100;exec disco8
wait 100
wait 100;exec disco9
wait 100
wait 100;exec disco12
wait 100
wait 100;exec disco13
wait 100
wait 100;exec disco14
wait 100
wait 100;exec disco10
wait 100
wait 100;exec disco11

Source:SDKenny
FTW
User avatar
ant_8490
Site Admin
Posts: 4390
Joined: Fri Apr 09, 2010 3:20 pm
Location: United States

Re: little issue w/ my disco ball...

Post by ant_8490 »

thats all being executed at the same time...
you need to have it as a timeline:

wait 0;exec disco1
wait 100;exec disco2
wait 200;exec disco3
....

The gap between the waits is determined by the length of each "disco" script.
[GR]Ant_8490{A}
Area 51 Servers - Owner
Image
Image
Image
Image

MSI GE76 Raider
i9-11980HK 2.6GHz 8-Core Processor
32GB 3200Mhz DDR4 RAM
NVIDIA GeForce RTX 3080 Laptop GPU 16GB
2TB Samsung 980 Pro SSD
Windows 10
User avatar
SourceSDKenny
50+ Posts
50+ Posts
Posts: 58
Joined: Fri Aug 06, 2010 11:55 pm

Re: little issue w/ my disco ball...

Post by SourceSDKenny »

ant_8490 wrote:thats all being executed at the same time...
you need to have it as a timeline:

wait 0;exec disco1
wait 100;exec disco2
wait 200;exec disco3
....

The gap between the waits is determined by the length of each "disco" script.

oh thats how the wait system works now...

thought the numbers were just for the miliseconds of the pause
Source:SDKenny
FTW
User avatar
shadowslayer
1000+ Posts
1000+ Posts
Posts: 1280
Joined: Fri Sep 03, 2010 8:51 pm

Re: little issue w/ my disco ball...

Post by shadowslayer »

SourceSDKenny wrote:
ant_8490 wrote:thats all being executed at the same time...
you need to have it as a timeline:

wait 0;exec disco1
wait 100;exec disco2
wait 200;exec disco3
....

The gap between the waits is determined by the length of each "disco" script.

oh thats how the wait system works now...

thought the numbers were just for the miliseconds of the pause
dosent the wait command go by 1/1000th seconds?
Spoiler
Show
Saying "Your lucky i'm peaceful" is pretty much like saying "when i grow up i wanna be an arms race!"-HL2shadowslayer, Area 51 Minecraft
Imagethe only reason you shouldnt mess with me