I talked to bail on IRC, but didn't really understand what he meant.. He said to use SQL_ReadResult, but I do not understand how to actually pick something out of the SQL table without knowing the value beforehand.
Look:
Code:
SQL_PrepareQuery(SqlConnection,"SELECT * FROM Points WHERE playerID = '0'")
But how do I just check the value of playerID?