View Single Post
Stylee32
AlliedModders Donor
Join Date: Nov 2014
Old 02-25-2015 , 11:13   Re: SourceMod 1.7 released!
#71

I appear to be having problems with funcommands.
I have a plugin that ignites players if they type rtd/tp etc etc, however after updating to 1.7 (using stable and experimental), when someone types RTD, it often doesn't burn them. But instead, burns someone else. I'm igniting the players using their userID
I've tried 2 different plugins, and both have the same problem.

Quote:
L 02/25/2015 - 16:58:17: "tinosermc<1265><[U:1:241944632]><Blue>" say "rtd"
Quote:
L 02/25/2015 - 16:58:17: [funcommands.smx] "Console<0><Console><Console>" ignited "Freez_Man<1260><[U:1:152770613]><>" (seconds "20.000000")
L 02/25/2015 - 16:58:17: [basechat.smx] "Console<0><Console><Console>" triggered sm_psay to "tinosermc<1265><[U:1:241944632]><>" (text This server doesn't have RTD)
As you can see it ignites the wrong person. If someone else types RTD, it burns the first player who typed it.

And from these error logs a few days ago, you can see it's still trying to burn the player who left the server
Quote:
L 02/19/2015 - 21:26:35: [SM] Native "IgniteEntity" reported: Client 1 is not in game
L 02/19/2015 - 21:26:35: [SM] Displaying call stack trace for plugin "funcommands.smx":
L 02/19/2015 - 21:26:35: [SM] [0] Line 69, /home/builds/sourcemod/linux-1.7/build/plugins/funcommands/fire.sp::PerformBurn()
L 02/19/2015 - 21:26:35: [SM] [1] Line 411, /home/builds/sourcemod/linux-1.7/build/plugins/funcommands/fire.sp::Command_Burn()
L 02/19/2015 - 21:27:16: [SM] Native "IgniteEntity" reported: Client 1 is not in game
L 02/19/2015 - 21:27:16: [SM] Displaying call stack trace for plugin "funcommands.smx":
L 02/19/2015 - 21:27:16: [SM] [0] Line 69, /home/builds/sourcemod/linux-1.7/build/plugins/funcommands/fire.sp::PerformBurn()
L 02/19/2015 - 21:27:16: [SM] [1] Line 411, /home/builds/sourcemod/linux-1.7/build/plugins/funcommands/fire.sp::Command_Burn()
L 02/19/2015 - 22:59:55: [SM] Native "IgniteEntity" reported: Client 1 is not in game
L 02/19/2015 - 22:59:55: [SM] Displaying call stack trace for plugin "funcommands.smx":
L 02/19/2015 - 22:59:55: [SM] [0] Line 69, /home/builds/sourcemod/linux-1.7/build/plugins/funcommands/fire.sp::PerformBurn()
L 02/19/2015 - 22:59:55: [SM] [1] Line 411, /home/builds/sourcemod/linux-1.7/build/plugins/funcommands/fire.sp::Command_Burn()
Stylee32 is offline