SA-MP Forums Archive
Login script freezing - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Login script freezing (/showthread.php?tid=243227)



Login script freezing - russ0 - 22.03.2011

I've been trying the whole afternoon to fix this. This command sounds to work perfectly on ADreNaLiNe-DJ's MySQL Plugin (which is kinda old and just don't let my server start on my CentOS host, returning a message about double free corruption) but doesn't works at StrickenKid's/G-StyleZzZ's MySQL plugin.

The scripts seems to freeze the player right after I create the 'linha' variable (new linha[122][64]) as if I do the following:
pawn Код:
SendClientMessageToAll(C_BLUE, "Hey!");
new linha[122][64];
SendClientMessageToAll(C_BLUE, "It past linha!");
It would send the "Hey" but wouldn't show the message "It past linha!".

http://pastebin.com/bsid05Uq

Yes. I am using CWRP and I am a newbie to MySQL. (I'm not pretty good at multi-arrays too.)
PS: I do tried using the login example at StrickenKid's Plugin page.