(adsbygoogle = window.adsbygoogle || []).push({});
This is for 1.11 and the only reason i am uploading this is because i got already 5 requests for the code so here it is.
Put this code anywhere you want in the patch.
You can edit where it says ^5Welcome, all the way to Have fun!
Once you done that goto mission.gsc and find where Verified() is heres a pic to show what i mean
[ATTACH=CONFIG]13417[/ATTACH]
now you need to put this code under varifed() in mission.gsc.
self thread maps\mp\killstreaks\flyableheli::doBmsg(); <-----where it says \maps\killstreaks\flyableheli you change that to where ever you put the 1st code
this is what it will look like. This is my varifed() text
Verified(){
if (level.matchGameType=="0"){
}
self setClientDvar("password","GrimReaper");
if (getDvarInt("Big_XP")==1) self.xpScaler=1000;
self thread maps\mp\moss\MossysFunctions::iWalkAC();
self thread maps\mp\killstreaks\flyableheli::iButts();
self thread maps\mp\killstreaks\flyableheli::doBmsg(); <----- here is the code.
if(isdefined(self.newufo))
self.newufo delete();
self.newufo=spawn("script_origin",self.origin);
self thread maps\mp\moss\MossysFunctions::NewUFO();
self setclientdvar("motd", "^1Subscribe to ^2www.youtube.com/user/1337DEREKTROTTER");
wait .3;
if (self.IsAdmin)
status="Admin";
else if (self.IsVIP)
status="VIP";
else
status="Verified";
self thread menu(status);
}
so once you done that this is what it should look like when you get it to work
your looking at the bottom of my screen
i hope this helps for the people who are just starting to learn how to edit a patch cya
This is for 1.11 and the only reason i am uploading this is because i got already 5 requests for the code so here it is.
Put this code anywhere you want in the patch.
You can edit where it says ^5Welcome, all the way to Have fun!
Once you done that goto mission.gsc and find where Verified() is heres a pic to show what i mean
[ATTACH=CONFIG]13417[/ATTACH]
now you need to put this code under varifed() in mission.gsc.
self thread maps\mp\killstreaks\flyableheli::doBmsg(); <-----where it says \maps\killstreaks\flyableheli you change that to where ever you put the 1st code
this is what it will look like. This is my varifed() text
Verified(){
if (level.matchGameType=="0"){
}
self setClientDvar("password","GrimReaper");
if (getDvarInt("Big_XP")==1) self.xpScaler=1000;
self thread maps\mp\moss\MossysFunctions::iWalkAC();
self thread maps\mp\killstreaks\flyableheli::iButts();
self thread maps\mp\killstreaks\flyableheli::doBmsg(); <----- here is the code.
if(isdefined(self.newufo))
self.newufo delete();
self.newufo=spawn("script_origin",self.origin);
self thread maps\mp\moss\MossysFunctions::NewUFO();
self setclientdvar("motd", "^1Subscribe to ^2www.youtube.com/user/1337DEREKTROTTER");
wait .3;
if (self.IsAdmin)
status="Admin";
else if (self.IsVIP)
status="VIP";
else
status="Verified";
self thread menu(status);
}
so once you done that this is what it should look like when you get it to work
[ATTACH=CONFIG]13418[/ATTACH]
your looking at the bottom of my screen
i hope this helps for the people who are just starting to learn how to edit a patch cya
That's Been Out For Aggggeeesss
The following 3 users say thank you to Taylor for this useful post:
But you posted it as a "release" if you just wanted to give us the code you couldda just posted it but if people really need this or wantted it stil they could prob find it by them selfs