Quote:
Originally Posted by jlalt
no but you can do
PHP код:
cache_get_field_content(0, "name", PlayerInfo[playerid][pName]);
also you can do
PHP код:
new dest[MAX_PLAYER_NAME];
cache_get_field_content(0, "name", dest);
format(PlayerInfo[playerid][pName], MAX_PLAYER_NAME,dest);
|
I'll try the second one, btw I know its pretty lame but what does "row index" means ? (starting in 0, according to WIKI)