18.05.2012, 20:03
So if I do this
How do I then put the player's 'Score' in to a variable? I know how to do it with RC6, I'm just confused with all this callback stuff. Do I need to use mysql_store_result or what?!
pawn Code:
// SELECT queries (that return a result set)
mysql_function_query(1, "SELECT * FROM players WHERE Name = 'MP2'", true, "OnPlayerLogin", "");