L2Tower Discord Let's keep the community alive with discord. Discussions about plugins and scripts L2Tower Discord

Thread Closed 
 
Thread Rating:
  • 6 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OnChatUserMessage: crashes if multiple messages appear
Author Message
aclime Offline
Goblin Grave Robber
*

Posts: 12
Joined: May 2012
Reputation: 0
Version: 1.4.1.95
Post: #1
OnChatUserMessage: crashes if multiple messages appear

I created a little script that checks whether someone wrote on the chat. When I use it, it sometimes works, but I noticed that if several messages appear, the plugin crashes.

Code:
function OnChatUserMessage(chatTypechatType, nick, msg)
    if detection1 then
if GetUserByName(nick):IsPlayer() then
PlaySound(GetDir() .. "silent_beep.wav");
ShowToClient("PM Guard1", "///.");
end
    end
    if detection2 then
if GetUserByName(nick):IsPlayer() and chatType == 2 then
PlaySound(GetDir() .. "silent_beep.wav");
ShowToClient("PM Guard2", "///.");
end
    end
end;
detection1 and detection2 are two booleans that control whether I want to check for all messages or only for whispers. ShowToClient is used here just for debugging.
03-17-2013 08:33 AM
Find all posts by this user
Thread Closed 


Messages In This Thread
OnChatUserMessage: crashes if multiple messages appear - aclime - 03-17-2013 08:33 AM

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Script that read the chat messages carlosdiegao 7 7,402 12-10-2017 19:15 PM
Last Post: testforl2
  Please help, Tower kept on crashes.... ekin 5 3,702 10-31-2015 19:49 PM
Last Post: mode231
  LF Script for using SS when multiple mobs around olaszosan1 3 3,521 10-29-2014 17:33 PM
Last Post: TheQQmaster
  Multiple start points in goddard/shuttgart? Nertiz1 6 6,122 04-28-2014 12:25 PM
Last Post: knutoz
  running multiple tower accounts (1 VIP, other free)... Simiac 2 3,540 04-19-2014 12:25 PM
Last Post: TheBl4ckPhoenix
  multiple license files kerberos464 2 2,761 12-26-2013 12:50 PM
Last Post: kerberos464
  Best auto Clicker for multiple Windows? dev0 6 6,687 10-04-2013 12:12 PM
Last Post: devling
  buffer client crashes after some minutes oozaoru 7 4,818 08-01-2013 03:56 AM
Last Post: oozaoru
  Often Client Crashes immaxx 12 7,584 10-24-2012 16:41 PM
Last Post: immaxx
  Multiple Bots blabla 6 8,603 04-26-2012 07:39 AM
Last Post: Hebdzik



User(s) browsing this thread: