02.07.2016, 09:02
For sqlid use %d instead of %s in print line.
For pass, the cache_get_row line is wrong.
Here is the correct one :
You had 3 in place of 1. It should be 1 as the index of password field is 1 according to your select line.
For pass, the cache_get_row line is wrong.
Here is the correct one :
Quote:
cache_get_row(0, 1, Player[playerid][pPass], 1, 130); |