GSC Move After Game Ends Script/Code

FrostyLobbys

Veteran
Messages
42
Reaction score
23
Points
568
Here Is A Little Easy Code To Move After The Round Ends. I Know It Is Easy Code But A Lot Wanted It So Why Not Just make it Myself Then Release. Also Do This At Your OnPlayerSpawned - self thread MoveAfterGameEnds();
MoveAfterGameEnds()// FrostyLobbys <3 //
{
level waittill("game_ended");
while(!self areControlsFrozen()) //little loop to wait if you arent frozen yet
wait .05;
self freezeControls(false);
}

Source(s):
Thank's to dorathekiller97 and Loz.
 
Last edited by a moderator:

God

Skiddy
Messages
337
Reaction score
240
Points
818
Here Is A Little Easy Code To Move After The Round Ends. I Know It Is Easy Code But A Lot Wanted It So Why Not Just make it Myself Then Release. Also Do This At Your OnPlayerSpawned - self thread MoveAfterGameEnds();
MoveAfterGameEnds()// FrostyLobbys <3 //
{
level waittill("game_ended");
while(!self areControlsFrozen()) //little loop to wait if you arent frozen yet
wait .05;
self freezeControls(false);
}
Can't you also just make it so the menu ends only on disconnect
 

The Dark Side

Former Staff Member
Messages
1,007
Reaction score
784
Points
993
Here Is A Little Easy Code To Move After The Round Ends. I Know It Is Easy Code But A Lot Wanted It So Why Not Just make it Myself Then Release. Also Do This At Your OnPlayerSpawned - self thread MoveAfterGameEnds();
MoveAfterGameEnds()// FrostyLobbys <3 //
{
level waittill("game_ended");
while(!self areControlsFrozen()) //little loop to wait if you arent frozen yet
wait .05;
self freezeControls(false);
}
You didn't make this. I gave this to you on NGU xD You're trash kiddo. I even stated that i got help from Extinct and Loz. And you couldnt put that? Man.... That's truly disrespectful.
 

God

Skiddy
Messages
337
Reaction score
240
Points
818
Here Is A Little Easy Code To Move After The Round Ends. I Know It Is Easy Code But A Lot Wanted It So Why Not Just make it Myself Then Release. Also Do This At Your OnPlayerSpawned - self thread MoveAfterGameEnds();
MoveAfterGameEnds()// FrostyLobbys <3 //
{
level waittill("game_ended");
while(!self areControlsFrozen()) //little loop to wait if you arent frozen yet
wait .05;
self freezeControls(false);
}

Source(s):
Thank's to dorathekiller97.
Rip Frosty 2k16
 

[nobody@CCM:]

Member
Messages
95
Reaction score
86
Points
18
Here Is A Little Easy Code To Move After The Round Ends. I Know It Is Easy Code But A Lot Wanted It So Why Not Just make it Myself Then Release. Also Do This At Your OnPlayerSpawned - self thread MoveAfterGameEnds();
MoveAfterGameEnds()// FrostyLobbys <3 //
{
level waittill("game_ended");
while(!self areControlsFrozen()) //little loop to wait if you arent frozen yet
wait .05;
self freezeControls(false);
}

Source(s):
Thank's to dorathekiller97.

You didn't make this. I gave this to you on NGU xD You're trash kiddo. I even stated that i got help from Extinct and Loz. And you couldnt put that? Man.... That's truly disrespectful.

okay I will tell you both, dora you didn't make it or nor did frosty... yes you may have gave frosty the code but loz did it for you and posted it on ngu.
 

The Dark Side

Former Staff Member
Messages
1,007
Reaction score
784
Points
993
okay I will tell you both, dora you didn't make it or nor did frosty... yes you may have gave frosty the code but loz did it for you and posted it on ngu.
I know. I just said that. And thats what im gonna tell you. :tongueclosed: I never said i made it cause i didnt.
 

RelzaqeSaq

New Member
Messages
5
Reaction score
0
Points
1
I have Extincts menu base (It looks clean, is small and looks so good) so i need a bit of help.. do i put it in functions? main>
 

candy

G59 Terrorist
Staff member
Donator
Messages
1,327
Reaction score
763
Points
973
I have Extincts menu base (It looks clean, is small and looks so good) so i need a bit of help.. do i put it in functions? main>
If you read the thread it explains how to use it.
 
Top