Allowing users to create multiple accounts #28
Unanswered
skoozeblood
asked this question in
Support
Replies: 1 comment
-
|
This is not a bug or issue with the codebase. Moved to discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In server.lua for the account system I was told to freeze some lines. But it doesn't work, only breaks the script. Here's the lines:
local preparedQuery2 = "SELECT mtaserial FROM account_details WHERE mtaserial='".. toSQL(mtaSerial) .."' LIMIT 1"
local Q2 = mysql:query(preparedQuery2)
if not Q2 then
triggerClientEvent(client,"set_warning_text",client,"Register","Error code 0003 occurred.")
return false
end
Beta Was this translation helpful? Give feedback.
All reactions