-
Posts
3,406 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Steenamaroo
-
They’ll only throw if you’ve given them grenades in their belt.
-
I doubt that's an issue at my end. I print player display name in a loop. There's no condition where I'd print SteamID instead. Is that putting online at the bottom now?
-
Suggestion: Spawn a custom bot after a certain number of other bots have been killed?
Steenamaroo replied to Rynki's Support Request in Support
Hi, Honestly this was forgotten about. Sorry about that. I'll get a look at it soon, though. My to-do list is a lot shorter now. -
Oh, ok. I've just done the two sorts in the wrong order. If the attached works as expected I'll include that in the next update. PermissionsManager.cs
-
Hi, Can you show me a screen shot of what you see? it's meant to be doing what you describe - Sort by online/offline, and by displayname.
-
- 424 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
Hi, The advice would have been to ensure that nav_wait is true. If it's false then the server starts up fully before navmesh generation is complete, so then there's nowhere for the npcs to spawn at first. It wouldn't apply to any profiles where Stationary is set true, as those npcs don't move and don't need navmesh.
-
Dont shoot in safezone when hostile
Steenamaroo replied to mark bergervoet's Support Request in Support
Thanks for reporting. I got this one last night so it'll be in the next update. -
Hi, It changes whether clicking the > or < arrows in the ui move the value by 1, 5 or 10. You probably don't want to adjust npc health in increments of one, for example..
-
Compatibility with Loot Table & Stacksize GUI 1.0.25
Steenamaroo replied to tftserver's Support Request in Support
Hi, I don't know anything about that particular plugin, I'm afraid, but I do have API allowing other plugins to get the profile name of any given BotReSpawn npc. BotReSpawn has a built in option to let you choose a preferred container type, to change the loot that will appear on the npc corpse, but these are all vanilla options. For non vanilla my free CustomLoot plugin can recognise every BotReSpawn npc profile by name. It's not the most intuitive loot plugin out there, but it has that option where most others do not. -
Looking at your first edit, it sounds like oxide isn't installed. When you drag a plugin into the plugins folder the server will immediately try to compile it and will give you confirmation or an error. If that isn't happening, you need to shut down and install oxide.
-
Hi, oxide.reload PermissionsManager and watch console for confirmation that the plugin loaded. If you get an error instead, delete the associated config file and try again. If you're still getting an error, re download the plugin from Codefling to rule out corruption or something like that.
-
Hi, If you do /pr chat in-game, was it set to false? Users have the option of setting this to false to disable messages like that for themselves.