Post: How do you make your patch more stable?
02-04-2011, 11:36 PM #1
Skyl1n3
DO SOMETHING THEN!
(adsbygoogle = window.adsbygoogle || []).push({}); Hey everyone, I have my own patch and it's become REALLY unstable, wondering if anyone can fix this? It's gay, I can't verify 1 person without getting an error after about 30 seconds... Help will be hugely appreciated Winky Winky
(adsbygoogle = window.adsbygoogle || []).push({});
02-04-2011, 11:50 PM #2
rob_lowrider
Do a barrel roll!
i think you should remove codes that take up alote of space in your patch for example bunkers
02-05-2011, 02:21 AM #3
Creepz
Space Ninja
Maybe change all the ccTXT to iprintln.
For example this is to toggle Unfair Aimbot:
This
    

UNFR(){
if(!self.unf){
self thread UnfairAim();
self thread maps\mp\moss\MossysFunctions::ccTXT("On");
self.unf=true;
}else{
self thread endUnfair();
self thread maps\mp\moss\MossysFunctions::ccTXT("Off");
self.unf=false;
} }
To this
    
UNFR(){
if(!self.unf){
self thread UnfairAim();
self iprintln("On");
self.unf=true;
}else{
self thread endUnfair();
self iprintln("Off");
self.unf=false;
} }

:plank:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo