Hi, i try 2 hours create simple mysql row check, but dont work :/
I tried something like this:
I need simple table check if player have row in table.
I tried something like this:
Code:
On join:
set {_check-%player%} to mysql result of query "SELECT Breaks_cobble FROM Stats_SB_Player WHERE 'Player' = '%player%'"
if {_check-%player%} is not "%player%":
....
I need simple table check if player have row in table.