AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=109)
-   -   Item/ Entity Saving / Restore Tool (Furniture for example) (https://forums.alliedmods.net/showthread.php?t=81337)

Toobis 09-30-2009 07:02

Re: Item/ Entity Saving / Restore Tool (Furniture for example)
 
I installed this plugin, and I was able to get the commands working but only in German. Is there a compiled version that accepts the english !saveit and !removeit commands? If it's already in this package, how do I activate the english commands? Thanks!

Skorpion1976 09-30-2009 07:15

Re: Item/ Entity Saving / Restore Tool (Furniture for example)
 
Search for "sm_loeschen" and "sm_speichern" in the ".sp" file and simply replace it by "sm_delete" or "sm_remove" and "sm_save".
Then compile it. The corresponding commands you enter in the console: !delete (or !remove), !save.

Toobis 09-30-2009 21:57

Re: Item/ Entity Saving / Restore Tool (Furniture for example)
 
You're going to have to forgive me, I'm still pretty n00bish when it comes to these things. How do I compile an .sp file?

hommayudi 12-17-2009 22:05

Re: Item/ Entity Saving / Restore Tool (Furniture for example)
 
work in l4d2?

hommayudi 12-18-2009 06:46

Re: Item/ Entity Saving / Restore Tool (Furniture for example)
 
Could add support for l4d2?

Ugleh 01-04-2010 02:42

Re: Item/ Entity Saving / Restore Tool (Furniture for example)
 
It doesnt seam to want to load the stuff up. Does this work with survivial? because I have done the save command and this is what is in the furni.txt file

[QUOTE]["Vault"
{
"Furn"
{
"1" "1233 705 743 models/props_street\police_barricade_496in.mdl 87 90 54"
"2" "296 89 872 models/props_street\police_barricade_496in.mdl 0 0 0"
}
}
/QUOTE]

but when I load the map back up, its not there.

Skorpion1976 01-23-2010 15:12

Re: Item/ Entity Saving / Restore Tool (Furniture for example)
 
you need "/" instead of "\"

joshlete 06-01-2010 21:25

Re: Item/ Entity Saving / Restore Tool (Furniture for example)
 
How do I make it so that certain people are allowed to use this command other than admins?

Matthias Vance 06-08-2010 08:17

Quote:

Originally Posted by joshlete (Post 1197605)
How do I make it so that certain people are allowed to use this command other than admins?

This is possible for ANY command. You can find more information on the following wiki page: http://wiki.alliedmods.net/Overridin...28SourceMod%29.

Skorpion1976 06-09-2010 15:35

Re: Item/ Entity Saving / Restore Tool (Furniture for example)
 
1 Attachment(s)
The original version of this plugin is capable of dealing with 1 file "furni.txt" which gets loaded on every map. I thought I´d post this version as it reads items from mapname based files. i.e. current map = "l4d_vs_hospital01_apartment", then the plugin simply looks for a file that has this name "l4d_vs_hospital01_apartment.txt". If it´s there it loads everything that it contains. Directory of the txt files: /addons/sourcemod/data/maps.


All times are GMT -4. The time now is 22:22.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.