Hello, can anyone make a plugin for players alerts with permissions?
Example permission: cannotice
Example command: /notice "Event Started! [ /warp to event ] for Start!"
I think it is easy to write on .lua
Screenshot
Rust Legacy Notices on command
Discussion in 'Plugin Requests' started by EkzoSquad, Jun 7, 2016.
-
Wulf Community Admin
-
Rust Legacy
-
Wulf Community Admin
-
@Spicy codded this,
Code:def cmdPop(self, netuser, command, args): netusersteamid = rust.UserIDFromPlayer(netuser) if permission.UserHasPermission(netusersteamid, "canpop"): message = args new_message = '' for i in message: new_message = new_message + ' ' + i rust.RunServerCommand("notice.popupall \"%s\"" % (new_message)) print "%s sent popup message: %s" % (netuser.displayName, new_message) else: rust.Notice(netuser, "You do not have permission to use this command!", "✘", 4)
-
Code:
[Error] Assembly referenced by GUIAnnouncements plugin does not exist: Oxide.Game.Rust.dll
-
Wulf Community Admin
-