SA-MP Forums Archive
[FilterScript] Dynamic spawns - 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] Dynamic spawns (/showthread.php?tid=562743)



Dynamic spawns - NexuS18 - 11.02.2015

The author of the script: Nexus
Version: 1.0
libraries:
  • a_samp
  • cmd
  • sscanf2
  • mysql
How it works:
*
Fold the server, log in with used of / rcon password from serv.cfg logs. You go where you want to have spawn
You type / nowyspaw and everything is ready.
*
important:
*
If you do not have a database? So, the script will not work properly!
*
*
pictures:





Download:

http://pastebin.com/yvNt0y0J

mysql query:

Quote:

CREATE TABLE IF NOT EXISTS `bg_Spawn` (
`id` int(12) NOT NULL AUTO_INCREMENT,
`pos_X` float NOT NULL DEFAULT '0',
`pos_Y` float NOT NULL DEFAULT '0',
`pos_Z` float NOT NULL DEFAULT '0',
`pos_A` float NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin2 AUTO_INCREMENT=1 ;




Re: Dynamic spawns - Skully82 - 11.02.2015

Nice and useful