[AJUDA]Comofaz...?
#6

Nem Vo Dizer Nada
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
    SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
    SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
    ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Escolha","Humano\r\n2. Zombie\r\n3","Escolher", "Kick");
    return 1;
}
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == 1)
    {
       if(response)
       {
          if(listitem == 0)//numero 1 da lista
          {
            if(Equipes[playerid] == 1)
            {
                SpawnPlayer(playerid);
                Equipes[playerid] = 1;
                SetPlayerSkin(playerid, 14);
            }
           }
        }
    }
    return 1;
}
Reply


Messages In This Thread
[AJUDA]Comofaz...? - by Jake_Dunlapp - 19.05.2012, 13:36
Re: [AJUDA]Comofaz...? - by mengueh - 19.05.2012, 13:42
Re: [AJUDA]Comofaz...? - by Don_Speed - 19.05.2012, 13:43
Re: [AJUDA]Comofaz...? - by Jake_Dunlapp - 19.05.2012, 13:55
Re: [AJUDA]Comofaz...? - by [JD]BlackFire - 19.05.2012, 13:58
Re: [AJUDA]Comofaz...? - by Don_Speed - 19.05.2012, 14:00
Re: [AJUDA]Comofaz...? - by Jake_Dunlapp - 19.05.2012, 14:09
Re: [AJUDA]Comofaz...? - by Jake_Dunlapp - 19.05.2012, 14:25
Re: [AJUDA]Comofaz...? - by CidadeNovaRP - 19.05.2012, 14:41
Re: [AJUDA]Comofaz...? - by mau.tito - 19.05.2012, 14:42

Forum Jump:


Users browsing this thread: 2 Guest(s)