08.02.2019, 18:31
Quote:
Tenta mudar assim:
PHP Code:
|
PHP Code:
new teste[30];
cache_get_value_name(0, "NomeGrupo", teste);
format(Jogador[playerid][NomeGrupo], 30, teste);
Tenta mudar assim:
PHP Code:
|
new teste[30];
cache_get_value_name(0, "NomeGrupo", teste);
format(Jogador[playerid][NomeGrupo], 30, teste);