- 0
error 017: undefined symbol "gQuery"
-
Similar Content
-
- 1 reply
- 766 views
-
- 3 replies
- 568 views
-
fatal error 111: user error: Did you do <YSI/y_hooks> instead of the required <YSI\y_hooks>?
By Divil.Scorpiono,
- 5 replies
- 447 views
-
- 1 reply
- 920 views
-
- 3 answers
- 1,188 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
Andrei SA-MP
public OnPlayerConnect(playerid) {
gQuery[0] = EOS;
mysql_format(SQL, gQuery, sizeof(gQuery), "SELECT * FROM `users` WHERE `Name` = '%s' LIMIT 1', GetName(playerid));
mysql_tquery(SQL, gQuery, "checkAccount', "i", playerid);
return 1;
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.