09.12.2015, 18:24
Alright so the problem is simple, Im trying to format a string from the sql and store it inside AccInfo[playerid][NickName]
The problem is quite simple, it simply displays loads 0
PHP код:
cache_get_field_content(0, "NickName", string);
format(AccInfo[playerid][NickName], 128, string);
PHP код:
[20:21:28] 0
[20:21:28] 45 player ID
printf("%s",cache_get_field_content(0, "NickName", string));
printf("%i player ID",AccInfo[playerid][ID]);