Web script not working

07/10/2017 19:17 Heifnir#1
Hi,

I'm trying to make a condition where players under level 15 can't login, but can't figure it out. This is the current script I'm working on :

07/10/2017 23:56 Heifnir#2
Quote:
Originally Posted by Cups View Post
You should be preparing the query, executing it, and then setting toonlevel to the result. At the moment, you are setting the value of toonlevel to the query string.
I tried this :


Still not working.