massa2a
Member-
Posts
185 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Reels
Everything posted by massa2a
-
Any idea how i could running a command through the website connected to the server and make sure once the player pay for a service, the command is running well by itself ? As i don't want to spend much time to run the command by myself to be honest...
-
Hi , on the command i put the name of the flare and not the skinID, does it matter ? Because when i run the command (the one you provide) and try it on me with my steamid it s working.
-
Hi ! first at all i would like to thanks you for tyhis amazing plugin !!! Very powerfull and so usefull !!! Everything is running smoothly and very well until i face a problem. Inded, i've set an economic system trough an online shop to get some monuments and when the website i running the command "givemonument PresetName userID" nothing happened. I've seen that on the website (tip4serv) the userID is different than in game. I've tried to run this command too "givemonument PresetName steamID", it's 100% working when i do it on my console but not working through the website, do you have a solution please ? I've tried also "SteamID" - "steam64ID" - "{steam_id}" none of them are working. Or maybe i can change something in the plugin file ?? " [ConsoleCommand("givemonument")] private void GiveMonumentConsoleCommand(ConsoleSystem.Arg arg) { if (arg.Player() != null || arg.Args.Length < 2) return; string presetName = arg.Args[0]; SiteConfig siteConfig = SiteSpawnInfo.GetSiteConfig(presetName, out LocationType _); if (siteConfig == null) { NotifyManagerLite.PrintError(null, "ConfigNotFound_Exeption", presetName); return; } ulong targetUserId = Convert.ToUInt64(arg.Args[1]); BasePlayer targetPlayer = BasePlayer.FindByID(targetUserId); if (targetPlayer == null) { NotifyManagerLite.PrintError(null, "PlayerNotFound_Exeption", arg.Args[1]); return; } ItemController.GiveItemToPLayer(targetPlayer, siteConfig.SummonConfig, 1); NotifyManagerLite.SendMessageToPlayer(targetPlayer, "GotMonument");" I'm lost at the moment ^^' Is there is any other solution to make sure when a player pay to get the flare/monument he receives it in his inventory please ? Thank you !
-
ok thanks, i 've tried that and we'll see
-
Do you have an idea where the problem might be from ? @ninco90
-
This a pvp server with war mode. PvE and PvP players are facing the problem. I've turned off on config files : Damage to wallpaper : false I can't really you about vanilla to be honest
-
Hi there ! I permit myself to write this as i'm using this plugin for few weeks now (fantastic plugin by the way !!!!!) Everything is working well except when my players (VIP or Casual) are using "wallpaper" features it (the wallpaper) stay just for few hours and disappear.... Is that normal or there is a setting to do on config file or a problem with an other plugin ? Even if it s a base from copypaste or 100% custom build base my players are facing the same problem Thanks for your help
-
It s working like this. Thanks for your help. Problemo resoluto
-
- 22 comments
-
- 1
-
-
- #f1 grenade
- #raid base
-
(and 2 more)
Tagged with:
-
Hi there ! This plugin is very interesting for me, i'm actually looking for a system for my server where the player can buy base from a shop website connected to the server (the player check on the website what he wants, once he pays the player receive the grenade in his inventory) the website can run a command directly in server console, you think your plugin could be compatible with this system ? For exemple running a command "give.player grenade"model" "steamID" "quantity" ?? Thanks a lot !
- 22 comments
-
- #f1 grenade
- #raid base
-
(and 2 more)
Tagged with:
-
@Bear Grillsyou haven't idea how you are tox1c and stup1d with this attitude... If you aren't happy about how long can take a plugin to be programmed and running correctly, just propose your skills (no the toxic one... you do it well enough) or just shut up and wait I'm pretty sure you're this kind of person crying everytime a video game is delayed because developpers need more time to finish them. I prefer to wait longer but to be sure my money will no be spending for nothing and buying a 100% working well plugin. May the life not be too long/hard for you
-
yeah make sense, i ll ask one of my player to do a test and see if it works like this
-
Like this ??
-
@Monster i'm facing a new problem, when i run a command with tip4serv the command on server is not running. level_give_xp <SteamID> 500 It's working when i do it manually in game but nothing happened when the command is sent with tips server.. ? 11/12 11:04:09 AM [Info] [Tip4serv] Tip4serv execute command: level_give_xp <SteamID> 500 11/12 11:04:09 AM [Info] Failed to call hook 'ccmdGiveXP' on plugin 'XLevels v1.1.13' (FormatException: Input string was not in a correct format.) Any idea ?
-
i solved it, thank you
-
Thank the problem, 1 "}" was missing
-
Ok thank you !
-
Hi, just bought the plugin and put a limit of 25lvl but when i add for the rewards 10+ nothing change on screen, can you help me please ? Here is the .json Thank you XLevels(1).json
-
change all config document, it's working, thank you !
-
Hi ! Thank you for your plugin. It's working very well from my side, i'm using it only for the stone grave. But all of my players are getting totally random effects. From my UI i've choose ONLY stone grave but they got totally random effect happening, how can we make sure everyone are getting same effect please ? Thank you !
-
10/5 11:34:02 AM [Info] [VoteSystem] Check Vote Routine (Top serveurs) 10/5 11:34:02 AM [Info] [VoteSystem] Check Vote Routine (RustServers.net) 10/5 11:34:02 AM [Info] Web request callback raised an exception (NullReferenceException: Object reference not set to an instance of an object) 10/5 11:34:02 AM [Info] at Oxide.Plugins.VoteSystem+TopServeurCheckManager+<>c__DisplayClass4_0.<CheckRoutine>b__0 (System.Int32 code, System.String response) [0x00069] in <2c0d72c393284778a9d9d162b8b8e60c>:0 10/5 11:34:02 AM [Info] at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>b__46_0 () [0x00034] in <112d89ea5d3348c8b949af0ab1a866d2>:0
-
Hi ! i would to change rewards to economics plugin by adding some $ to my players when they vote. I did this command but i don t think it s actually working... "Rewards": { "@": [ "giveto {playerid} economics 25" ] }, "Reward Descriptions": { "@": "25 $", Thanks for help !