http://gyazo.com/2e06e7b192180d6acc488f46ee64b082

Sign Artist
Load custom images to signs from a remote URL
Total Downloads: 39,154 - First Release: Apr 29, 2015 - Last Update: Jan 19, 2018
- 4.88966/5, 145 likes
-
Wulf Community Admin
-
I see, did not know there was no inheritance. this solved my issue thanks
-
So I set the permissions for admins (oxide.grant group admin cancustomimage in console) and went to add a test image but when I typed /sil http://i.imgur.com/QNLY5yK.png nothing happened. No message in chat, nothing.
Further, I can't type anything else in chat - no comments, no commands, nothing works - and eventually get kicked for being unresponsive.
I have to fully close the game and reload to be able to chat/use commands again (and stop it kicking me for being unresponsive).Last edited by a moderator: May 4, 2015 -
Wulf Community Admin
-
i cant find the right groupname in the overview...
-
Wulf Community Admin
-
yeah.
{
"admin": {
"Title": "admin",
"Rank": 0,
"Perms": [
"cancustomimage"
]
},
i still get error "you dont have permission" since update to sign artist -
Wulf Community Admin
-
Code:
}, "admins": { "Title": "", "Rank": 0, "Perms": [ "sil_storage" "sil_url" "sil_owner" "sil_cd" "canwolf" ] }
-
Wulf Community Admin
-
Yea we are in the correct group
-
Wulf Community Admin
-
And once again, it made me go unresponsive to the point where the game kicked me for unresponsiveness and I had to exit the client and reload before I could type in chat again.
It absolutely IS this plugin causing the unresponsiveness. No other plugins are causing this, and everything works fine when I'm not trying to use this plugin. -
Thats the group file
Code:{ "admin": { "Title": "admin", "Rank": 0, "Perms": [ "sil_storage" "sil_url" "sil_owner" "sil_cd" "canwolf" "canchicken" "canbear" "canboar" "cannpc" "canstag" ] }, "moderator": { "Title": "moderator", "Rank": 1, "Perms": [] }, "player": { "Title": "player", "Rank": 2, "Perms": [ "canchicken" "canbear" "canboar" "cannpc" "canstag"] }, "vip": { "Title": "V.I.P.", "Rank": 0, "Perms": [ "color_vip" ] }, "admins": { "Title": "", "Rank": 0, "Perms": [ "sil_storage" "sil_url" "sil_owner" "sil_cd" "canwolf" "canchicken" "canbear" "canboar" "cannpc" "canstag" ] }
Attached Files:
-
-
Hi,
thanx for the update.
How about an addition which logs the user, the arguments and maybe the texture-id from a request? That would be great - thx keep it up! -
I have noticed that the plugin stops working after a server restart (or over time), but once I reload it it works fine.
I have a similar issue with my vipname plugin, not sure why. Once reloaded all back to normal.
Any ideas? -
Wulf Community Admin
-
-
So I've been going at this for a couple days and to no end can get it working.
So I'm trying to use SignArtist and it requires to add permissions to groups.
So doing so after adding it
oxide.grant group admin cancustomimage
It does nothing and looking into oxide.groups it shows that this permission did not go through even though on rusty and console it says permission has been added.
help would be great!