How to add Grade ID for new staff grade id
I am using 2007 Client and Server.
How can I add a Grade that can use admin commands..
255 = admin
252 = developer
I want to add UGradeID = 251 for Game Moderator and 250 for Forum Moderator
do there are codecave tut for it? any released?
please help.
Re: How to add Grade ID for new staff grade id
for 2007 u can use the ugrade tool..
Re: How to add Grade ID for new staff grade id
Quote:
Originally Posted by
jur13n
for 2007 u can use the ugrade tool..
I know what you mean, gunz 2007 patcher
..
the things I want is to add grade that can use admin commands...
like admin_wall command.
Re: How to add Grade ID for new staff grade id
You have to create a whole new command and add functions to it, it'll require alot of time and hard shit, or you could write it down in c++ and hook it up the client.
Re: How to add Grade ID for new staff grade id
Yeah just make a server DLL to handle the commands and if the ugrade returns 255/252/251/250 allow the command to work o-o;
Re: How to add Grade ID for new staff grade id
Oh my Server,
ok..
it is really hard..
sorry for my question.