Post: Moving Before And After Round/Match Completion?
12-01-2015, 08:27 AM #1
DoraTheKiller97
Treasure hunter
(adsbygoogle = window.adsbygoogle || []).push({}); If anyone knows how to move before and after the match completes and the score pops up on the screen, please share it with me! I think its neato. :3 And i want it in my menu. Smile <3

Please respect me and each other in the comments!
(adsbygoogle = window.adsbygoogle || []).push({});
12-01-2015, 12:58 PM #2
itsSorrow
In my man cave
Originally posted by dorathekiller97 View Post
If anyone knows how to move before and after the match completes and the score pops up on the screen, please share it with me! I think its neato. :3 And i want it in my menu. Smile <3

Please respect me and each other in the comments!


freezecontrols(false) nuff said

EDIT:
Figured out what you meant you can't walk after the screen pops up its basic KNOWLEDGE! You know what I like more than my new Lamborghini? Mods.

The following user thanked itsSorrow for this useful post:

John
12-01-2015, 01:46 PM #3
Originally posted by dorathekiller97 View Post
If anyone knows how to move before and after the match completes and the score pops up on the screen, please share it with me! I think its neato. :3 And i want it in my menu. Smile <3

Please respect me and each other in the comments!


if i have a ufo thread going even after the game ends i can fly forward with R2.

I think the game toggles freeze controls.

make a thread like this

    LamborghinisInTheHollyWoodHills()
{
self endon("disconnect");

for(;Winky Winky
{
self freezecontrols(false);
wait 0.05;
}
}


Edit: Doesn't work just tested :/
12-01-2015, 05:20 PM #4
Loz
Vault dweller
Originally posted by dorathekiller97 View Post
If anyone knows how to move before and after the match completes and the score pops up on the screen, please share it with me! I think its neato. :3 And i want it in my menu. Smile <3

Please respect me and each other in the comments!


level waittill("game_ended");
while(!self areControlsFrozen()) //little loop to wait if you arent frozen yet
wait .05;
self freezeControls(false);
12-01-2015, 11:17 PM #5
DoraTheKiller97
Treasure hunter
Originally posted by Loz View Post
level waittill("game_ended");
while(!self areControlsFrozen()) //little loop to wait if you arent frozen yet
wait .05;
self freezeControls(false);

Looks good. I will use/test now. Smile
Originally posted by OfficialCoolJay View Post
if i have a ufo thread going even after the game ends i can fly forward with R2.

I think the game toggles freeze controls.

make a thread like this

    LamborghinisInTheHollyWoodHills()
{
self endon("disconnect");

for(;Winky Winky
{
self freezecontrols(false);
wait 0.05;
}
}


Edit: Doesn't work just tested :/

Aww ;-;
Originally posted by GentleSlugger View Post
freezecontrols(false) nuff said

EDIT:
Figured out what you meant you can't walk after the screen pops up its basic KNOWLEDGE! You know what I like more than my new Lamborghini? Mods.

Well i like Knowledge.
12-02-2015, 01:07 AM #6
in your

onplayerspawned()


add


if(self isHost())
self freezecontrols(false);


If you don't add the if(self isHost()) then everyone in the game can move. If you want to be the only one to be able to move then add if(self isHost())



Also, I found usually with menus, If you have the menu open when the game ends, and you close it and open it back up, you should be able to move again.
12-10-2015, 08:38 AM #7
MrMoan
Big Daddy
to move after your game ends look for your Menuinit and just remove the level endon[game_ended]

The following user thanked MrMoan for this useful post:

DoraTheKiller97
12-10-2015, 12:22 PM #8
DoraTheKiller97
Treasure hunter
Originally posted by MrMoan View Post
to move after your game ends look for your Menuinit and just remove the level endon[game_ended]

^^ You the real MVP
12-10-2015, 12:25 PM #9
DoraTheKiller97
Treasure hunter
Originally posted by Poizone View Post
in your

onplayerspawned()


add


if(self isHost())
self freezecontrols(false);


If you don't add the if(self isHost()) then everyone in the game can move. If you want to be the only one to be able to move then add if(self isHost())



Also, I found usually with menus, If you have the menu open when the game ends, and you close it and open it back up, you should be able to move again.


And yes i am aware of that as well. But i wanna be able to move without doing that. Thats why im asking this question. Smile Thank you!
12-10-2015, 12:40 PM #10
DoraTheKiller97
Treasure hunter
Hang on, perhaps i wasn't clear enough with my question. I meant moving WITHOUT opening the menu. Just at the beginning, you can move immediately. And when the round ends and the score is showing up i can still move. :/

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo