Page 1 of 1

Automatic rank up

Posted: November 22nd, 2009, 4:02 pm
by kubiszon
Can some one give me done script with rank 55 when join the server or tell me how can i do that.

Re: Automatic rank up

Posted: November 22nd, 2009, 4:30 pm
by waywaaaard
For your own server? On CJ-Servers only admins can promote normal players!

Re: Automatic rank up

Posted: November 22nd, 2009, 4:47 pm
by kubiszon
on my own server. But i want to automatical lvl up when join the server

rankTable.csv and _rank.gsc is for ranks?

Re: Automatic rank up

Posted: November 22nd, 2009, 4:48 pm
by waywaaaard
you have to add your guid to the list

Re: Automatic rank up

Posted: November 22nd, 2009, 4:49 pm
by kubiszon
What list?

Re: Automatic rank up

Posted: November 22nd, 2009, 5:00 pm
by Pedsdude
Are you on about ranking up on a modded server (e.g. CJ mod) or a proper ranked server?

Are you talking about ranking up to level 55 permanently or just while on the server?

Re: Automatic rank up

Posted: November 22nd, 2009, 5:12 pm
by kubiszon
Its on CJ mod and its can permanently or just while on the server but i want to do custom rank to CJ mod 1 LVL Start Glitch: 2 LVL Good Glitcher and so on...
i must edeit this files?
rankTable.csv and _rank.gsc

Re: Automatic rank up

Posted: November 23rd, 2009, 2:10 am
by Drofder2004
The CJ mod auto updates based on GUIDs.

If you are HOSTING the server, you need to add your GUID and name to a dvar.
if you are playing alone, then its easier to simply join and do "/cj_promote 0" to get get Rank 55.

Re: Automatic rank up

Posted: November 23rd, 2009, 11:54 pm
by kubiszon
Its not work just i see green "You have been promoted!" and nothing (i use old version of CJ MOD)(its tested on local server)
But when i want this on HOSTED server i must write in server.cfg:

Code: Select all

set cj_promote <my_guid_here?>

Re: Automatic rank up

Posted: November 24th, 2009, 12:13 am
by kubiszon
How can i kill my self becouse punish kill::MYNUMBER dont work :mrgreen: when i set cj_promote 0 to me (CANT KILL MY SELF AFTER COMMAND...)

Re: Automatic rank up

Posted: November 24th, 2009, 12:43 am
by kubiszon
ok nvm its works but only for 1 round on next map agani have lvl 1 :-/

Re: Automatic rank up

Posted: November 24th, 2009, 5:14 am
by Drofder2004
On non-local you need to use a different DVAR.

Code: Select all

set cj_adminguids "02d326c7317ff3cda97685a690cf3340,Drof@CoDJumper"

Code: Select all

set cj_adminguids "<GUID>,<PLAYERNAME>,<GUID>,<PLAYERNAME>"
Also

Code: Select all

set cj_autoadmin 1

Re: Automatic rank up

Posted: November 24th, 2009, 6:34 pm
by kubiszon
THANKS MEN!