08.07.2013, 14:54
Hi guys
I've already made a saving system sucssessfully but the load system is making me problems...
The problem is that when i want to get a data from the mysql database (just for strings) i always get:
Ex. test (from the database) and when i load it i get ◘est.
I load it with
HELP !
I've already made a saving system sucssessfully but the load system is making me problems...
The problem is that when i want to get a data from the mysql database (just for strings) i always get:
Ex. test (from the database) and when i load it i get ◘est.
I load it with
Код:
PlayerInfo[playerid][pAdminPW] = cache_get_field_content(0, "pAdminPW", podatok); printf("%s", PlayerInfo[playerid][pAdminPW]);