[Ajuda] Escolher Cidade
#7

pawn Код:
public OnPlayerConnect(playerid)
{
    ShowPlayerDialog(playerid,1234,DIALOG_STYLE_LIST,"Escolha..","Los Santos\nSanFierro\n","Selecionar","Sair");
    return true;
}

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == 1234)
    {
        if(listitem == 0)
        {
            SetPlayerPos(playerid,PosX Do Spawn LS, PosZ Do Spawn LS, PosY Do Spawn LS);
            new conta[44], Name[24];
            GetPlayerName(playerid,Name,sizeof(Name));
            format(conta,sizeof(conta),"/Contas/%s.ini",Name);
            if(fexist(conta))
            {
                INI_Open(conta);
                INI_WriteString("Cidade","Los Santos");
                INI_Save();
                INI_Close();
            }
        }
        if(listitem == 1)
        {
            SetPlayerPos(playerid,PosX Do Spawn SF, PosZ Do Spawn SF, PosY Do Spawn SF);
            new conta[44], Name[24];
            GetPlayerName(playerid,Name,sizeof(Name));
            format(conta,sizeof(conta),"/Contas/%s.ini",Name);
            if(fexist(conta))
            {
                INI_Open(conta);
                INI_WriteString("Cidade","San Fierro");
                INI_Save();
                INI_Close();
            }
        }
    }
    return true;
}
Pronto agora й so vocк adaptar para seu sistema de salvamento..
OBS: Usei SII , altere para o seu cache file!
Reply


Messages In This Thread
[Ajuda] Escolher Cidade - by Felipe_Freeze - 14.02.2012, 19:25
Re: [Ajuda] Escolher Cidade - by Hard` - 14.02.2012, 19:34
Re: [Ajuda] Escolher Cidade - by Felipe_Freeze - 14.02.2012, 20:03
Re: [Ajuda] Escolher Cidade - by 4LiSs0N - 14.02.2012, 20:04
Re: [Ajuda] Escolher Cidade - by 4LiSs0N - 14.02.2012, 20:07
Re: [Ajuda] Escolher Cidade - by Felipe_Freeze - 14.02.2012, 20:07
Re: [Ajuda] Escolher Cidade - by Abravanel - 14.02.2012, 20:16
Re: [Ajuda] Escolher Cidade - by Felipe_Freeze - 14.02.2012, 20:34

Forum Jump:


Users browsing this thread: 5 Guest(s)