SA-MP Forums Archive
Strange Error! - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Strange Error! (/showthread.php?tid=636382)



Strange Error! - Matthew57 - 26.06.2017

i Tried to run server on my windows Everything Load successfully when i join the server the Login Menue or spawn Doesn't appear while the server shows Connected. Server Logs :

MySQL] Failed

[08:06:44] -mSelection- WARNING: Failed to load list: "objects.txt


i'm using this game mode : https://sampforum.blast.hk/showthread.php?tid=630616
This is the mysql code
Код:
mysql_tquery(mysql, "CREATE TABLE IF NOT EXISTS `playersdata` (\
        `ID` int(11) NOT NULL AUTO_INCREMENT,\
        `PlayerName` varchar(25) NOT NULL,\

Please any help would be appericated


Re: Strange Error! - Matthew57 - 27.06.2017

Bump!!! Please Help


Re: Strange Error! - Abagail - 27.06.2017

That MySQL code has literally nothing to do with the warning you're being shown (which easily googling likely would've already gotten you an answer).

It's likely that "objects.txt" doesn't exist in scriptfiles, while your script/the mSelection include needs to read from it.


Re: Strange Error! - Matthew57 - 27.06.2017

However i've Fixed the Login /register But because of this manys features are MissingWhere i can find that objects.txt? or i've to create it?