Onforum.net - Web and gaming resource community

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members .

Metin2 Clear Banned Player Data C++

Vanilla

Elite
Elite
Credits
1,180
Add Service.h :
Code:
#define ENABLE_CLEAN_BANNED_PLAYER_DATA
Cmd.cpp
search
Code:
struct command_info cmd_info[] =
Add above:
Code:
#ifdef ENABLE_CLEAN_BANNED_PLAYER_DATA
ACMD(do_clean);
#endif
Search
Code:
};

void interpreter_set_privilege(const char* cmd, int lvl)
Add above:
Code:
#ifdef ENABLE_CLEAN_BANNED_PLAYER_DATA
    { "clean",        do_clean,        0,            POS_DEAD,    GM_IMPLEMENTOR    },
#endif
Add cmd_gm.cpp to an available location:


 
Thread starter Similar threads Forum Replies Date
Vanilla C++ / DIFF / Source 6

Similar threads


Top

Dear User!

We found that you are blocking the display of ads on our site.

Please add it to the exception list or disable AdBlock.

The advertises that you'll see aren't intrusive they just help us to keep the community alive

If you don't want to see those ads just buy an upgrade.

Thank you for understanding!

Baba2

Baba2 Purchase

User upgrade! at

🔥 Upgrade Now

Escanor25 Purchase

User upgrade! at

🔥 Upgrade Now
Tigrex

Tigrex Purchase

User upgrade! at

🔥 Upgrade Now