Post: Menu code gsc help!!
03-27-2016, 11:13 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); i want to implement in my menu a fake master prestige and fake derank, but y cant find the codes :c Plis help me
(adsbygoogle = window.adsbygoogle || []).push({});
03-27-2016, 11:37 PM #2
Patrick
League Champion
    Derank()
{
self.pres["prestige"] = self.minprestige;
self setdstat("playerstatslist", "plevel", "StatValue", self.minprestige);
self setrank(self.minprestige);
self.pres["rank"] = self.minrank;
self setdstat("playerstatslist", "rank", "StatValue", self.minrank);
self setrank(self.minrank);
self iPrintlnbold("^3You are ^6Deranked!!");
}

doMaster()
{
self.pers["plevel"] = level.maxprestige;
self setdstat( "playerstatslist", "plevel", "StatValue", level.maxprestige );
self setrank(level.maxrank, level.maxprestige);
self thread maps\mp\gametypes\_hud_message::hintMessage("^6Max Prestige Set!");
}
03-27-2016, 11:52 PM #3
Originally posted by moroxeko View Post
i want to implement in my menu a fake master prestige and fake derank, but y cant find the codes :c Plis help me


You don't need two threads, I trashed the other one. And please post in the right section. Extinct may have answered your question.
03-28-2016, 11:28 AM #4
Thanks <3

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo