Post: How do I set prestige?
03-09-2015, 02:57 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Whenever I try to set prestige or anything like that it dosen't do anything ?
(adsbygoogle = window.adsbygoogle || []).push({});
03-09-2015, 03:17 PM #2
TAZBXIV
Bounty hunter
I wouldn't recommend using gsc to set prestige (because it doesn't stick) but you can try something like this

Prestige(num)
{
self iPrintln("Prestige Set To " + num);
self.pres["prestige"] = num;
self setdstat("playerstatslist", "plevel", "StatValue", num);
rank = getrank();
self setrank(rank,num);
}



self add_option("SubMenu2", "Prestige 1", ::Prestige, 1);
self add_option("SubMenu2", "Prestige 2", ::Prestige, 2);
self add_option("SubMenu2", "Prestige 3", ::Prestige, 3);

etc
03-09-2015, 04:37 PM #3
SyGnUs
Give a F*** About Your Lifestyle
Originally posted by 115 View Post
I wouldn't recommend using gsc to set prestige (because it doesn't stick) but you can try something like this

Prestige(num)
{
self iPrintln("Prestige Set To " + num);
self.pres["prestige"] = num;
self setdstat("playerstatslist", "plevel", "StatValue", num);
rank = getrank();
self setrank(rank,num);
}



self add_option("SubMenu2", "Prestige 1", ::Prestige, 1);
self add_option("SubMenu2", "Prestige 2", ::Prestige, 2);
self add_option("SubMenu2", "Prestige 3", ::Prestige, 3);

etc


Stats in GSC do stick your probably not doing it right though.
03-09-2015, 06:28 PM #4
Originally posted by MrCexModderz View Post
Whenever I try to set prestige or anything like that it dosen't do anything ?


Just use a rtm tool
03-09-2015, 08:00 PM #5
TAZBXIV
Bounty hunter
Originally posted by SyGnUs View Post
Stats in GSC do stick your probably not doing it right though.


ok well in every single menu I've ever used the stats do not stick so.
03-09-2015, 08:04 PM #6
SyGnUs
Give a F*** About Your Lifestyle
Originally posted by 115 View Post
ok well in every single menu I've ever used the stats do not stick so.


Basically like I said they are not doing it right and I doubt many will figure out to do it right. So yeah don't expect to see it in any public menus.
03-12-2015, 12:50 PM #7
Exelo
Banned
Originally posted by SyGnUs View Post
Basically like I said they are not doing it right and I doubt many will figure out to do it right. So yeah don't expect to see it in any public menus.


You sure about that ? Smile
03-13-2015, 01:28 PM #8
Im_YouViolateMe
NextGenUpdate Elite
Originally posted by SyGnUs View Post
Basically like I said they are not doing it right and I doubt many will figure out to do it right. So yeah don't expect to see it in any public menus.


Yeah, I would of but now I'm just too lazy lol. Plus I don't mod anymore :p

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo