Registration ain't showing... Even ain' t printing if the database is connected...
#2

Not really sure about how exactly MySQL works but would using..
pawn Код:
mysql_tquery(mysql, query, "OnAccountCheck", "i", playerid);
be the same as..
pawn Код:
OnAccountCheck(playerid);
?

I've no idea what mysql_tquery actually is so..

You could always replace it with OnAccountCheck(playerid); and see if it works.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)