[Ajuda] Usando NotePad++
#8

Isso estб certo?

if(dialogid == 6739){
if(response == 1){
if(listitem == 0){
new string2[256];
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
format(string, sizeof(string), "/Clans/clan%d.ini", dini_Int(file, "Clan"));
if(dini_Int(string, "TMembro2") == 1){
format(string2, sizeof(string2), "* Vocк expulsou %s do clan!", dini_Get(string, "Membro2"));
format(file2, sizeof(file2), PASTA_CONTAS, dini_Get(string, "Membro2"));
SendClientMessage(playerid, Verde, string2);
dini_IntSet(file2, "TClan", 0);
dini_IntSet(file2, "Clan", 0);
dini_IntSet(string, "TMembro2", 0);
dini_Set(string, "Membro2", "Convidar");
} else {
ShowPlayerDialog(playerid,6740 , DIALOG_STYLE_INPUT, "Convidar Membro", "Digite o ID do player a ser convidado:", "Convidar", "Cancelar");
memb[dini_Int(file, "Clan")] = 2;
}
}
Reply


Messages In This Thread
Usando NotePad++ - by GoldLion - 05.07.2012, 16:11
Re: Usando NotePad++ - by ViictorDaay- - 05.07.2012, 16:13
Respuesta: Usando NotePad++ - by GoldLion - 05.07.2012, 16:30
AW: Usando NotePad++ - by Digao - 05.07.2012, 16:32
Re: Respuesta: Usando NotePad++ - by F_Cinco - 05.07.2012, 16:40
Respuesta: Usando NotePad++ - by GoldLion - 05.07.2012, 17:08
Re: Usando NotePad++ - by Mr_Taxi - 05.07.2012, 17:30
Respuesta: Usando NotePad++ - by GoldLion - 05.07.2012, 17:43

Forum Jump:


Users browsing this thread: 2 Guest(s)