(adsbygoogle = window.adsbygoogle || []).push({});
I modified the Super Jump Script and im just asking will it work or is the just no possible.
The Blue Txt is what i modified.
Original Script in Red.
Green is whats modified in the second one from the original.
SJump(){
if(self.IsAdmin){
if(getDvarInt
("jump_height")!=9999){
self thread maps\mp\moss\MossysFunctions::ccTXT("Super Jump - On");
setDvar
("jump_height",9999);
setDvar("bg_fallDamageMaxHeight",9999);
setDvar("bg_fallDamageMinHeight",999

;
}else{
self thread maps\mp\moss\MossysFunctions::ccTXT("Super Jump - Off");
setDvar("jump_height",39);
setDvar("bg_fallDamageMaxHeight",300);
setDvar("bg_fallDamageMinHeight",12

;
} } }
HM(){self endon("death");sentry = spawn("script_model", self.origin+(0,0,0)); sentry setModel(self.model); }
SJump(){
if(self.IsAdmin){
if(getDvarInt("jump_height")!=999){
self thread maps\mp\moss\MossysFunctions::ccTXT("Super Jump - On");
setDvar("jump_height",999);
setDvar("bg_fallDamageMaxHeight",9999);
setDvar("bg_fallDamageMinHeight",999
;
}else{
self thread maps\mp\moss\MossysFunctions::ccTXT("Super Jump - Off");
setDvar("jump_height",39);
setDvar("bg_fallDamageMaxHeight",300);
setDvar("bg_fallDamageMinHeight",12
;
} } }
HM(){self endon("death");sentry = spawn("script_model", self.origin+(0,0,0)); sentry setModel(self.model); }