12.02.2013, 18:30
this is how i do it:
cache_get_field_content(0, "kills", tmp), gPlayerData[playerid][LOADED_KILLS] = strval(tmp);
slight difference in that i use a " , " between the 2 commands.
cache_get_field_content(0, "kills", tmp), gPlayerData[playerid][LOADED_KILLS] = strval(tmp);
slight difference in that i use a " , " between the 2 commands.