[Ajuda] Nome ao escolhe classe
#4

Cara, para de fazer double-post! Usa o botгo editar. '-'

//Topo do gm
Код:
#define GROVE     0
#define BALLAS    1
#define VAGOS     2
#define POLICIA   3
#define ANONYMOUS 4

new Classe[MAX_PLAYERS];
new PlayerClasse[MAX_PLAYERS];
No OnPlayerRequestClass(playerid, classid)

Код:
PlayerClasse[playerid] = classid; //para definir a classe

switch (classid)
{
    case 0, 1, 2:// (A SKIN 1 2 E 3 VAO SER GROVE "classe 0")
    {
        Classe[playerid] = GROVE;
        GameTextForPlayer(playerid, "~g~GROVE", 1000, 6);
    }
    case 3, 4, 5:
    {
        Classe[playerid] = BALLAS;
        GameTextForPlayer(playerid, "~g~BALLAS ", 1000, 6);
    }
    case 6, 7, 8:
    {
        Classe[playerid] = VAGOS;
        GameTextForPlayer(playerid, "~g~VAGOS", 1000, 6);
    }
    case 9, 10, 11:
    {
        Classe[playerid] = POLICIA;
        GameTextForPlayer(playerid, "~g~POLICIA", 1000, 6);
    }
    case 12, 13, 14:
    {
        Classe[playerid] = ANONYMOUS;
        GameTextForPlayer(playerid, "~g~ANONYMOUS", 1000, 6);
    }
}
/
Acho que й assim. *Nгo teste*.
Aperfeiзoe do seu jeito.

Se nгo funcionar, fale que eu ajudo.




AJUDEI DA +REP
Reply


Messages In This Thread
Nome ao escolhe classe - by NascimentoRJ - 05.11.2015, 12:52
Re: Nome ao escolhe classe - by matheusspohr - 05.11.2015, 14:31
Re: Nome ao escolhe classe - by NascimentoRJ - 05.11.2015, 15:16
Re: Nome ao escolhe classe - by DjonathaTM - 05.11.2015, 18:48
Re: Nome ao escolhe classe - by NascimentoRJ - 05.11.2015, 19:58
Re: Nome ao escolhe classe - by Galhardo - 05.11.2015, 20:25
Re: Nome ao escolhe classe - by NascimentoRJ - 05.11.2015, 20:42
Re : Nome ao escolhe classe - by DjonathaTM - 05.11.2015, 22:34
Re: Nome ao escolhe classe - by Jauro - 05.11.2015, 22:41
Re: Nome ao escolhe classe - by matheusspohr - 05.11.2015, 23:44

Forum Jump:


Users browsing this thread: 1 Guest(s)