Jump to content

Reco

Inactive Member
  • Posts

    11
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Posts posted by Reco

  1. M2 Download Center

    This is the hidden content, please
    ( Internal )

    Hey Guys,

     

    i have this map release on another Forum. 

    some one will make money with the ice trade map so i release this map here to.

    and i have another map for you is always public but not here.

     

     

     

    Have Fun. 

     

    • Metin2 Dev 124
    • Eyes 6
    • Facepalm 1
    • Dislove 2
    • Angry 1
    • Not Good 3
    • Think 2
    • Confused 2
    • Lmao 1
    • Good 39
    • muscle 1
    • Love 11
    • Love 71
  2. Hi guys i have a Problem with this System: 

    Client Sysser

    0727 19:16:33089 :: AttributeError
    0727 19:16:33089 :: : 
    0727 19:16:33089 :: 'module' object has no attribute 'IsBlockByName'
    0727 19:16:33089 :: 

     

    I can`t remove blocked players. 

    and when i click on a player i cant see the bar with Whisper, Exchange Friend Duel and with Gm account i see the bar

    i dont understand Where I should insert that -.- 

    //In Server-Side:
    
    	if (MessengerManager::instance().IsBlocked(player1name, player2name))
    	{
    		ChatPacket(CHAT_TYPE_INFO, LC_TEXT("BLOKLANDIN"));
    		return;
    	}
    	if (MessengerManager::instance().IsFriend(player1name, player2name))
    	{
    		ChatPacket(CHAT_TYPE_INFO, "This is your friend.");
    		return;
    	}
    //In Client:
    	if messenger.IsBlockByName(player2name) or messenger.IsBlockByName(player1name):
    		return
    		
    //In Quest
    	if pc.is_blocked(targetname) == true then
    		say("This player blocked")
    		
    	if pc.is_friend(targetname) == true then
    		say("This is your friend")

     

×
×
  • 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.