08.07.2013, 00:12
Hi guys.
I am making mysql save/load system on my gamemode... I've created the saving and the loading, and everything works except one player variable (it's string).
I have this code to load it:
and this
to see what it gets...
When i check my server log:
◘est (from test)
why does this ◘ appear ?!?!?! and where is 't'
Also, on my databse it's test not ◘est... this happens only when i want to load... but i don't know why i don't have problem with the player name and passwords... they load succsessfuly
I am making mysql save/load system on my gamemode... I've created the saving and the loading, and everything works except one player variable (it's string).
I have this code to load it:
pawn Код:
PlayerInfo[playerid][pAdminPW] = cache_get_row(0, 93, podatok);
Код:
printf("%s", PlayerInfo[playerid][pAdminPW]);
When i check my server log:
◘est (from test)
why does this ◘ appear ?!?!?! and where is 't'
Also, on my databse it's test not ◘est... this happens only when i want to load... but i don't know why i don't have problem with the player name and passwords... they load succsessfuly