SQL doesnt load first letter.
#2

pawn Код:
//change
pInfo[playerid][RaisonBan] = cache_get_field_content(0, "RaisonBan", pInfo[playerid][RaisonBan], 129, 129);
//to
cache_get_field_content(0, "RaisonBan", pInfo[playerid][RaisonBan], 129, 129);
Explanation: When you use assignment, your 0 cell is overwritten with result of cache_get_field_content - 0, or 1 - this is not printable character, and your first element in string is either empty (0 == EOS), or has corrupted first character

(also, are you sure your connection handle is 129?)
Reply


Messages In This Thread
SQL doesnt load first letter. - by anou1 - 24.01.2014, 16:14
Re: SQL doesnt load first letter. - by Misiur - 24.01.2014, 16:18
Re : SQL doesnt load first letter. - by anou1 - 24.01.2014, 16:27

Forum Jump:


Users browsing this thread: 1 Guest(s)