Christmas
Christmas regardless of the month!
Total Downloads: 1,245 - First Release: Apr 7, 2017 - Last Update: May 7, 2017
- 5/5, 7 likes
-
-
I don't get how to get this working on an interval. anyone who joins the server can just type gift in the console and get presents, but I just want it to drop presants around players every 2 minutes without them being able to just type it in the console.
-
-
each time type in console presents spawns - how fix it ?
-
-
Rdy updated
-
Code:#region Commands [ChatCommand("gifts")] void GiftsCommand(BasePlayer player, string command, string[] args) { if(!permission.UserHasPermission(player.userID.ToString(), "christmas.use")) return; RefillPresents(); if(messagesEnabled) PrintToChat(lang.GetMessage("Christmas Message", this)); } #endregion
Last edited by a moderator: May 8, 2017 -
works perfect i needed to change groups permissions
-
i have tried editing the christmas message in the cs, but when the event runs the message still says "happy holidays"
anyone else have this issue -
-
-
my presents are empty, but my stockings get refilled
-
request to make it so that presents spawn only if certain amount of players are online. think fancydrop for reference.
-
Can you please update this mod to incorporate the ResourceID like the example below:
[Info("AutoBroadcast", "Wulf/lukespragg", "1.0.8", ResourceId = 684)]
so that the mod will work with mods like Updater - Updater | Oxide
This would really help admins keep your mod updated. -
i saw on the todo list says that it'll add a loot table for presents? is that true? how long as that been.
-
can someone help me with this plugin?
-
-
im new to setting up rust servers and coding. I want to know how I can spawn presents after install the plugin.....any help is appreciated
-