Just because the releases section isn’t silly enough, here’s a great silly resource.
Commands
/tent spawns a tent in front of you, overriding any previously spawned tent.
/deltent deletes your previous tent.
/campfire spawns a campfire in front of you, overriding any previously spawned campfire.
/delcampfire deletes your previous campfire.
/delobject (only v1.1) deletes any object in front of you, in case your game crashes and you want to clean up after you re-join.
Download
camping v1.0.zip (1.2 KB)
camping v1.1.zip (1.4 KB)
camping v1.2.zip (1.6 KB)
camping v1.3.zip (1.6 KB)
Changelog
v1.0
Initial release.
v1.1
Never thought i’d have to release a new version of this, but this update is worth it. It adds a /delobject command to delete any object in front of you. Just in case your game crashes and you want to get rid of your tent or campfire after you re-joins. Note however that this command works for any object in front of you…
v1.2
Added chairs, thanks to @SPJESTER
v1.3
If you’re having issues with some of the objects spawning below the ground, download v1.3. Thanks to @DieselDave for reminding me of PlaceObjectOnGroundProperly()
.
Note
You must use an up to date chat resource that supports the RegisterCommand
native. If you use a custom chat resource that doesn’t support the use of RegisterCommand
this won’t work.
Gist link for those who prefer to create their own resource for this.