Jump to content

Recommended Posts

Hello guys,

 

I have a proplem with CHAT PM and ENABLE CHAT SPAM  , it s kicking me off the server if I type in PM, I want to disable it ... I tried to put  //  in service.h , but it s still not solved

 

Video

//#define ENABLE_CHAT_PM // usage in chat: @charactername message
//#define ENABLE_CHAT_SPAM_PROTECTION // settings in length.h

 

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Active Member

Check if you created the "game.core" file inside the channel, if so, just do the following to see where the problem is:

 

Putty:

gdb
set gnutarget i386-marcel-freebsd
file /home/svfiles/share/bin/game
core /home/svfiles/channel1/game1/game.core
bt full

file -- your game location

core -- game.core location, created inside the channel (core)

 

It only works if the game is in its normal size, if it has been "strip -s game", it will not work.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.