04.04.2017, 07:10
Quote:
Double post й inъtil.
Nesse caso, como se trata de um nome(string), vocк vai usar DOF2_SetString Os parвmetros de DOF2_SetString sгo: DOF2_SetString (ARQUIVO, TAG, VALOR) No seu caso, TAG vai ser o ID da organizaзгo, e VALOR, o nome do jogador |
PHP Code:
format(String,sizeof(String), "Config/OrgArquivos/Lideres.cfg");
if(DOF2_FileExists(String))
{
DOF2_SetString(String, "Lider: ", PlayerNick(playerid));
DOF2_SetInt(String, "Org: ", DadosJogador[playerid][ORGANIZACAO_JOGADOR]);
return true;
}