10.12.2014, 21:19
So, I think players[playerid][pid] is an integer, you can use function db_get_field_assoc to save value as string. It should look like this:
Код:
new String[/*MAXIMAL LENGTH OF QUERY*/]; db_get_field_assoc(result, "id", String, 11); players[playerid][pid] = strval(String);