changing player statusicon
-
This post is deleted!
-
@birchy You can try to change player prestige
Nothing use full then
-
@Sorex said in changing player statusicon:
@birchy You can try to change player prestige
prestige(value) { self playsound("mp_level_up"); setDvar("scr_forcerankedmatch","1"); setdvar("xblive_privatematch","0"); setDvar("onlinegame","1"); wait 0.5; self Prestige1(value); } Prestige1(num) { self iPrintln("Prestige Set To ^2" + num); self.pres["prestige"] = num; self setdstat("playerstatslist", "plevel", "StatValue", num); rank = 20; self setrank(rank,num); }
This is the worst solution you can possibly come up with, don't set other players their stats...
-
This post is deleted!
-
@RektInator Then I didn't understand what he meant