-
Posts
34 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by DiDreamer
-
- 56 comments
-
- #vehicle
- #buy
-
(and 25 more)
Tagged with:
- #vehicle
- #buy
- #gui
- #shop
- #vehiclebuy
- #vehicleshop
- #m&b-studios
- #vehiclebuy rust plugin
- #mevent team
- #rust vehicle purchase plugin
- #buy vehicles in rust
- #rust game vehicle management
- #vehicle buying system rust
- #rust vehicle gui
- #purchase vehicles rust plugin
- #rust admin vehicle commands
- #vehicle recall command rust
- #customizable vehicle prices rust
- #vehicle spawning plugin rust
- #rust game server plugins
- #user-friendly vehicle interface rust
- #vehicle rust
- #vehicles
- #cars
- #minicopter
- #motorbike
- #bike
-
- 63 comments
-
- #rust
- #real
-
(and 56 more)
Tagged with:
- #rust
- #real
- #pve
- #pvp
- #solo
- #build
- #friendly
- #raid
- #npc
- #monument
- #monuments
- #loot
- #looting
- #farm
- #newbie
- #custom
- #bar
- #ui
- #cui
- #panel
- #vehicle
- #claim
- #limit
- #limits
- #sleeping
- #bag
- #sleeping bag
- #bed
- #shelter
- #permission
- #permissions
- #vip
- #economy
- #economics
- #rad
- #town
- #radtown
- #queue
- #bypass
- #vehicles
- #raidable
- #base
- #bases
- #raidablebases
- #raider
- #raiders
- #humannpc
- #event
- #events
- #copy
- #paste
- #copypaste
- #plugin
- #plugins
- #umod
- #oxide
- #carbon
- #iiiaka
-
20:40 [Info] - Loaded 211 items from RaidableBases\Difficulty_Loot\Hard Loaded 192 items from RaidableBases\Difficulty_Loot\Expert Loaded 213 items from RaidableBases\Difficulty_Loot\Nightmare Loaded 4 items from RaidableBases\Base_Loot\Expert Bases Loaded 4 items from RaidableBases\Base_Loot\Hard Bases Loaded 4 items from RaidableBases\Base_Loot\Nightmare Bases 20:40 [Warning] Calling 'OnServerInitialized' on 'RaidableBases v2.4.7' took 492ms 20:40 [Info] Loaded plugin Raidable Bases v2.4.7 by nivex 20:41 [Info] [Raidable Bases] Grid initialization completed in 33 seconds and 964 milliseconds on a 4500 size map. 9512 locations are on the grid.
-
spam "SetDestination" can only be called on an active agent that has been placed on a NavMesh. "SetDestination" can only be called on an active agent that has been placed on a NavMesh. "SetDestination" can only be called on an active agent that has been placed on a NavMesh. "SetDestination" can only be called on an active agent that has been placed on a NavMesh. "SetDestination" can only be called on an active agent that has been placed on a NavMesh. "SetDestination" can only be called on an active agent that has been placed on a NavMesh.
-
[HookMethod("IsPremium")] public bool IsPremium() => true; private void UpdateUI() { if (config.UI.Enabled) { foreach (var player in BasePlayer.activePlayerList) { if (player.IsReallyValid()) { UI.UpdateLockoutUI(player); } } } } fix [HookMethod("isKit")] public bool isKit() => true; private void UpdateUI() { if (config.UI.Enabled) { foreach (var player in BasePlayer.activePlayerList) { if (player.IsReallyValid()) { UI.UpdateLockoutUI(player); } } } } result
-
I have everything for this, that is, plugins and databases, but I haven't figured out what the problem is yet