will this work if i use sqlite browser?
You will have to use queries that are native to sqlite. You can convert queries with online apps, find them with google.
will this work if i use sqlite browser?
No. If you use SQLite database you should change it to MySQL. It's really simple.will this work if i use sqlite browser?
Remove that table from database and just execute this ('SQL' in phpmyadmin):when i try to add this i create the table and name it Lottery Sytem, and then it asks for a field name and a field type what does this mean?
CREATE TABLE IF NOT EXISTS `lottery_system` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`player_id` int(11) NOT NULL DEFAULT '0',
`date` int(10) unsigned NOT NULL DEFAULT '0',
`item_id` int(11) NOT NULL DEFAULT '0',
`item_name` varchar(50) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;
Every 'globalevent' must 'return true' or TFS will show in server console error 'Could not execute event "event name"!'.What does this do?
LUA:if (#list == 0) then return true end
copy it againok i used this script and now i get this error
Loading Lottery System.xml...[Error - ScriptingManager::loadFromXml] Cannot load mod mods/Lottery System.xml
[11/09/2014 19:15:27] Line: 19, Info: Extra content at the end of the document
i cant find what is missing..