[FilterScript] Dynamic spawns
#1

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 ;

Reply
#2

Nice and useful
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)