Jump to content

Quest status=block


Recommended Posts

Can someone fix this for me? I want to make a quest and the player doesn't getting banned. Here's the mysql_query command: mysql_query("UPDATE account.account SET status ='BLOCK' WHERE id =(SELECT account_id FROM player.player WHERE name ='"..pc.get_name().."');")

I test this too and didn't work : mysql_query(string.format("UPDATE account.account SET status = 'BLOCK' WHERE id = %d;", pc.get_account_id()))

What's wrong?

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.