[SOLVED] a little help :P
hey does anyone know a 11th prestige mod?
Try to change this on _rank.gsc:
prestige = player getPrestigeLevel();
player setRank( rankId, prestige );
player.pers["prestige"] = prestige;
to this:
prestige = 11
player setRank( rankId, prestige );
player.pers["prestige"] = 11
Haven't tested this yet though.
Or just use Abstract's Trainer or House's Trainer they both work fine. (i house's gives it to the whole game so an easy replacement for gsc mod)
/Marked as Solved