steam-76561198088513750
Members-
Content Count
7 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout steam-76561198088513750
-
Rank
On the Coast
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
I'm going to play role-playing in my LAN server, i can only add batteries to my flashlight.but I don't know how to add medical supplies to the first aid kit, This is an example; ItemBase flashlight = player.GetInventory().CreateInInventory("Flashlight"); flashlight.GetInventory().CreateAttachment("Battery9V"); Here is an example of my own imitation, which is wrong (XD) 👇 ItemBase FirstAidKit = player.GetInventory().CreateInInventory("FirstAidKit"); FirstAidKit.GetInventory().CreateAttachment("BandageDressing"); FirstAidKit.GetInventory().CreateAttachment("SalineBagIV"); FirstAidKit.GetInventory().CreateAttachment("Epinephrine"); FirstAidKit.GetInventory().CreateAttachment("BloodTestKit"); Which can I modify to make bat pass the verification and start the server? 👆 Forgive me for being a rookie. Thanks ☺️
-
How does the flashlight of the reborn player come with batteries
steam-76561198088513750 replied to steam-76561198088513750's topic in Servers
EntityAI itemTop = player.GetInventory().CreateInInventory("FlashLight"); itemTop.GetInventory().CreateAttachment("Battery9V"); -
For example, the magazine inventory grid is now 1x3.How do change it to 2x3???
-
How does the flashlight of the reborn player come with batteries
steam-76561198088513750 replied to steam-76561198088513750's topic in Servers
I solved the problem myself.everybody don't have to reply. -
How does the flashlight of the reborn player come with batteries
steam-76561198088513750 posted a topic in Servers
This is my spawn code.(init.c) player.GetInventory().CreateInInventory("FlashLight"); How to attach batteries to flashlight↑ I tried to write like this, but it didn't work↓ Please help me. I am a rookie. :) player.GetInventory().CreateInInventory("FlashLight"); player.GetInventory().CreateAttachment("Batery9v"); -
how to respawn the heli crash when I restart the server
steam-76561198088513750 replied to steam-76561198088513750's topic in Servers
This change is invalid :( -
how to respawn the heli crash when I restart the server
steam-76561198088513750 posted a topic in Servers
how to respawn the heli crash when I restart the server?