[FilterScript] PlacerFS - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] PlacerFS (
/showthread.php?tid=181516)
PlacerFS -
Pghpunkid - 06.10.2010
This is a very simple script but i use it a lot for testing scripts etc.
Basically its a spawn/destroy vehicle script that allows you to spawn a car and remove it as necessary.
Commands:
/place [vehicle model] - Spawns a vehicle of that model.
/delete ([spawn id]) - The script keeps track of how many vehicles spawned. Theres a little bug with ID 0/1 but it doesn't affect much. Either /delete inside a vehicle and it will destroy it, or /delete [spawn id] and it will destroy it as well.
/findid [vehicle name] - if you don't know a vehicle model number, do a search (minimum 3 characters for name) and it will return matching results. Example: /findid NRG returns 522 with name and Model Numbers. If there is more than one, more will be returned.
I made this ages ago, never thought to put it up until now.
Download:
http://files.pghnetwork.net/sa-mp/placer.pwn
Let me know if there is any questions.
Enjoy!
EDIT: Link Fixed June 8th 2016
Re: PlacerFS -
zack3021 - 06.10.2010
Nice, the only thing the fsdebug FS does not have it the feature to delete vehicles.
10/10
Re: PlacerFS -
Pghpunkid - 06.10.2010
Yeah this is completely separately controlled from gamemode's as far as spawning/deleting goes.