22.03.2011, 03:51
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:
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.
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!");
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.