ItsMods

Full Version: Training mode prestige
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well, i found nothing on the site about that so
Prestige 15, level 50 in training mode ^^

Code:
Rainbow()
{
//Set Xp
self maps\mp\gametypes\_persistence::statSet( "rankxp", 1, false );
//Set Prestige
self maps\mp\gametypes\_persistence::statSet( "plevel", 15, false );
    
}
lol -.- old
Hold on a sec. I know nothing about coding, so instead I'll ask, where should I start to learn the basics of inserting this code? I am primarily a texture modder so if you could, put me in the right direction.

//edit. I found out what this is for. thanks
"self maps\mp\gametypes\_persistence:ConfusedtatSet( "rankxp", 1, false );"
What the balls?
don't know somethimes it work for me like this because it add negative xp
but for some reason it work like this too
Code:
self maps\mp\gametypes\_persistence::statSet( "rankxp", 99999999999, false );
self maps\mp\gametypes\_persistence::statSet( "plevel", 15, false );

oh and btw codpoints work too =)
Code:
self maps\mp\gametypes\_persistence::statSet( "codpoints", 999999999999999, false );
I can't find any folder called playermaps or maps or anything like that where is it lol
where do i put ocde cuz i dont know where too put it im new to this
(07-24-2011, 03:44)leecon Wrote: [ -> ]I can't find any folder called playermaps or maps or anything like that where is it lol
i think we have t omake a certain file then put it in mods

This has been patched sooo long time ago