kmiles1990
Members-
Content Count
71 -
Joined
-
Last visited
Everything posted by kmiles1990
-
Where are the cars located? My server is fully updated but I don't see any cars anywhere? How do I make it so vehicles are just spawned on the coast, kind of everywhere?
-
I did not manually spawn the vehicle. I just added in another spawn point in the xml and found it.
-
Another question, where do vehicles save? I crashed it, and went looking for another radiator, found one and while running back the server restarted... Came back and the vehicle is gone.
-
I don't understand, I added all the parts to the vehicle, and it STILL WONT START. I hold down left click, then it just tells me to hold down left click again. I added the parts to the spawn of the vehicle like you said to do. https://imgur.com/a/tURaiAQ
-
How do I remove the currently spawned loot if I change the values in the types.xml? I want to do this without removing player bases or barrels buried stashes and so on..... For instance, if I change the nominal and min values of the AKM to a much higher spawn rate, but I lower those values for the beanie, How do I remove all the freaking 1000 beanies I have on the map without effecting players gear or bases?
-
Can anyone figure this out? I've even added coastal spawns for the hatchback, still no cars show up?
-
Can someone show me how to set up a safe zone? Or how I can check if a player is in the bounds of coordinates in an array. Incase I have multiple safe zones? I know it is possible, as many server right now have safe zones.
-
Can someone show me how to make a basic command for a server admin, like a TP command. Also, can someone show an example of opening a prompt on server login. I want to show a UI popup when a player logs in. Showing some basic info about the server. I just need to learn the basic of those both, then I can learn from there. Thank you.
-
How do I make barrels spawn ONLY in containers? Right now I have this. <type name="Barrel_Red"> <nominal>500</nominal> <lifetime>3888000</lifetime> <restock>0</restock> <min>10</min> <quantmin>-1</quantmin> <quantmax>-1</quantmax> <cost>100</cost> <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/> <category name="containers"/> <tag name="floor" /> <usage name="Village" /> </type> But it spawns the barrels EVERYWHERE. It's very annoying.
-
What event would I use to check user inputted chat messages. For instance, how would I go about checking if a player typed in the words "!players"
-
Is there a way to ONLY show the message in schedule from BEC? I don't want to to prefix the message with the GLOBAL ADMIN bec: message. I only want the message to appear.
-
Ok thanks.
-
What about an example of creating a UI popup? Like if someone join my server, a diaglog will pop up giving them server info. They would have to click a button to exit the dialog.
-
Can anyone show me how to setup a timer so the server restarts at certain times throughout the day?
-
Nevermind, got it to work.
-
've tried bec. It just constantly says Failed to login. It's very frustrating.
-
Question, where do I put this file, so it launches on server start? and what do I name this file?