SA-MP Forums Archive
No text on connect, sql problem? - 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: No text on connect, sql problem? (/showthread.php?tid=320276)



No text on connect, sql problem? - falor - 22.02.2012

Hello guys,

First of all i tried this on my gamemode : https://sampforum.blast.hk/showthread.php?tid=160971

But when i'm connecting, i can spawn, and i have no message from the register/login system.
Then i tried to add the FS "Tkadmin", and same thing, filterscript loaded but no message, like if it was disabled

Any help?
Thanks


Re: No text on connect, sql problem? - Campbell- - 22.02.2012

Did you check if you got a stable connection to your database?


Re: No text on connect, sql problem? - coole210 - 22.02.2012

Could be a conflicting filterscript or something in the gamemode. (OnGameModeInit, OnFilterScriptInit is where you should look)


Re : No text on connect, sql problem? - falor - 22.02.2012

Thanks for your replies

The connexion is ok i tested it

About you proposition coole, my OnGameModeInit contains only the informations required by this script


Re: No text on connect, sql problem? - coole210 - 22.02.2012

If you don't mind, show us the OnGameModeInit's and OnFilterScriptInit's you have.


Re : No text on connect, sql problem? - falor - 22.02.2012

I changed for http://forum.sa-mp.com/showthread.ph...system&page=27

But now (quoting myself in the other thread) :

Quote:

I got a problem, i do exactly as you do, and when i register it doesn't update the database
So, i have to register each time that i go on my server




Re: No text on connect, sql problem? - Konstantinos - 22.02.2012

I had similar problem too with SQL. Everytime I connected again, it said that I am not registered. Make sure that the INSERT INTO Statement is correct.