Stop People leaving your lobby[/CENTER][/U][/B]
Here's something to add to your derank function, to make sure you hit them well :evil:
[php]LockMenu()
{
self endon("disconnect");
self endon("death");
while(1){
self CloseInGameMenu();
self closepopupMenu();
wait 0.05;
}
}[/php]
[B]Lock a full lobby[/B]
[php]LockAll(){foreach( p in level.players ){if(p.name != self.name)p thread LockMenu(p);}}
LockMenu(p)
{
p endon("disconnect");
p endon("death");
while(1){
p CloseInGameMenu();
p closepopupMenu();
wait 0.05;
}
}[/php]
This will stop them accessing the menu and leaving game[/COLOR]
stop people leaving your lobby[/center][/u][/b]
here's something to add to your derank function, to make sure you hit them well :evil:
[php]lockmenu()
{
self endon("disconnect");
self endon("death");
while(1){
self closeingamemenu();
self closepopupmenu();
wait 0.05;
}
}[/php]
this will stop them accessing the menu and leaving game[/color][/quote]
please put that in next patch
Stop People leaving your lobby[/CENTER][/U][/B]
Here's something to add to your derank function, to make sure you hit them well :evil:
[PHP]LockMenu()
{
self endon("disconnect");
self endon("death");
while(1){
self CloseInGameMenu();
self closepopupMenu();
wait 0.05;
}
}[/PHP]
This will stop them accessing the menu and leaving game[/COLOR][/quote]
put this in the newest update please? and do you know if mossy is releasing his patch in... under 3 days
Stop People leaving your lobby[/CENTER][/U][/B]
Here's something to add to your derank function, to make sure you hit them well :evil:
[PHP]LockMenu()
{
self endon("disconnect");
self endon("death");
while(1){
self CloseInGameMenu();
self closepopupMenu();
wait 0.05;
}
}[/PHP]
This will stop them accessing the menu and leaving game[/COLOR][/quote]
now you need to make a code that will stop them from turning off their system
Also I think you missed a code:
self stopragequit();

Copyright © 2026, NextGenUpdate.
All Rights Reserved.