Ping [Replaced]
Discussion in 'Plugin Support' started by Wulf, Jan 22, 2014.
-
Wulf Community Admin
Wulf updated Ping with a new update entry:
Updated for Oxide 2.0 and more
-
error on function HasPermission(steamId), invalid arguments to method call at NLua.... and bla bla...
Oxide 2.0 LegacyLast edited by a moderator: May 18, 2015 -
Wulf Community Admin
-
-
Wulf Community Admin
-
Also do you know where this message comes from?
"(22:16:27) | [Oxide] 10:14 PM [Info] 0"
Seems like from the Ping plugin as well. -
Wulf Community Admin
-
Wulf Community Admin
Wulf updated Ping with a new update entry:
Fixed command permission check
-
Wulf Community Admin
Wulf updated Ping with a new update entry:
A few fixes and ping.bypass
-
Wulf Community Admin
Wulf updated Ping with a new update entry:
Fixed a few bugs and errors
-
Wulf Community Admin
Wulf updated Ping with a new update entry:
Fixed /help text permission check
-
Wulf, there still have a problem with the Help Function.
Fix from:
Code:function PLUGIN:SendHelpText(player) if HasPermission(steamId, "ping.check") then rust.SendChatMessage(player, self.Config.Messages.ChatHelp) end end
Code:function PLUGIN:SendHelpText(player) if HasPermission(rust.UserIDFromPlayer(player), "ping.check") then rust.SendChatMessage(player, self.Config.Messages.ChatHelp) end end
Last edited by a moderator: Jun 11, 2015 -
Wulf Community Admin
Yeah, I missed the steamId lookup in all of my recent changes. -
I edited my previous message to put your name -
Wulf Community Admin
Wulf updated Ping with a new update entry:
Fixed steamId not being checked in help
-
Wulf Community Admin
Wulf updated Ping with a new update entry:
Combined commands in config
-
Wulf Community Admin
-
seems like /ping is not working, i have installed the plugin on a new server with the new oxide
-
I can confirm that /ping doesn't work.