Okay...for the first one, there must be a different escape character to allow the space to parse correctly. for the second, I see my mistake.
Instead of "callheli pos $player.x, $player.y, $player.z 1" or "callheli pos '$player.x, $player.y, $player.z' 1" we should probably use "callheli pos $player.x $player.y $player.z 1" without the quotes or the commas since the numbers will be substituted and there should be no commas, and we don't want to combine all three values of xyz into one argument.
ServerRewards
Moved
Total Downloads: 14,033 - First Release: Mar 2, 2016 - Last Update: Jun 9, 2018
- 5/5, 61 likes
-
-
Is there an automatic way to give VIP players RP? example if they redeem a kit, they get the items + RP? or do you have to do /sr add (name) (amount) every time
please help, think this would be a cool feature -
k1lly0u updated ServerRewards with a new update entry:
0.3.25
-
cooldown add plz!!!
-
@k1lly0u Still getting this with latest version
Code:(17:50:30) | [Oxide] 09:50 [Error] Failed to call hook 'GetKitContents' on plugin 'Kits v3.1.10' (NullReferenceException: Object reference not set to an instance of an object) (17:50:30) | [Oxide] 09:50 [Debug] at Oxide.Plugins.Kits.GetKitContents (System.String kitname) [0x00000] in <filename unknown>:0 at Oxide.Plugins.Kits.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
-
-
Pm me all your data files, also your humannpc and kits datafiles
-
-
I'll load yours in when I get home and see what happens
-
Having an issue with the plugin. Here's my error log from RCON
[Oxide] 16:11 [Info] Unloaded plugin ServerRewards v0.3.25 by k1lly0u
[Oxide] 16:11 [Info] Loaded plugin ServerRewards v0.3.25 by k1lly0u
[Oxide] 16:11 [Warning] [ServerRewards] Playtime Tracker could not be found! Unable to monitor user playtime
[Oxide] 16:11 [Warning] [ServerRewards] Creating and storing all UI elements to cache
[Oxide] 16:11 [Warning] [ServerRewards] All UI elements created successfully!
[Oxide] 16:11 [Error] Failed to call hook 'OnServerInitialized' on plugin 'ServerRewards v0.3.25' (NullReferenceException: Object reference not set to an instance of an object)
[Oxide] 16:11 [Debug] at Oxide.Plugins.ServerRewards.OnPlayerInit (.BasePlayer player) [0x00000] in <filename unknown>:0
at Oxide.Plugins.ServerRewards.OnServerInitialized () [0x00000] in <filename unknown>:0
at Oxide.Plugins.ServerRewards.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
[Oxide] 16:11 [Info] [MagicDescription] Server description updated!
[Oxide] 16:11 [Info] [ServerRewards] Saved reward data -
-
loadimages dont work whit new version
-
Im sorry if its asked before, but how do I make a kit / item reward only for the winner of the game?
-
k1lly0u updated ServerRewards with a new update entry:
0.3.27
-
Hello, I have set up a few items and they're printing in console of what they are, but they do not show up on the page, am I doing something weird that would cause that or do i have to restart the server?
-
You need to reload the plugin after adding/changing store objects because the UI is generated when the plugin loads.
[DOUBLEPOST=1475104776][/DOUBLEPOST] -
Seems like kits won't load images at all and can't reload image on single items anymore. I can load images once on a single item but if I try to change the pic it goes to a white box and won't load anything anymore.
-
Same here