24.04.2016, 15:52
no but you can do
also you can do
PHP код:
cache_get_field_content(0, "name", PlayerInfo[playerid][pName]);
PHP код:
new dest[MAX_PLAYER_NAME];
cache_get_field_content(0, "name", dest);
format(PlayerInfo[playerid][pName], MAX_PLAYER_NAME,dest);