#define Policia 1
#define Groove 2
new gTeam[MAX_PLAYERS];
public OnPlayerSpawn(playerid)
{
if(gTeam[playerid] == Policia) // Se Ele For Aztecas Ele Setarб Pro Local Abaixo :
{
SetPlayerPos(playerid, 1579.1025,-1636.5018,13.5535); // Setarб Ele Para Estб Posiзгo
SetPlayerColor(playerid, COLOR_POLICIA); // Setarб a Cor Dele Para AZUL Que й a Cor definida no Topo !
SetPlayerInterior(playerid,0);
}
if(gTeam[playerid] == Groove) // Se Ele For Grove Ele Setarб Pro Local Abaixo :
{
SetPlayerPos(playerid, 2511.9834,-1665.1296,13.5757);
SetPlayerColor(playerid, COLOR_GROOVE); // Setarб a Cor dele Para VERDE Que й a Cor definida no Topo.
SetPlayerInterior(playerid,0);
}
}
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid,-2231.0867,-1739.3457,481.4653);
SetPlayerFacingAngle(playerid, 7);
SetPlayerCameraPos(playerid,-2235.7444,-1734.2687,480.8161);
SetPlayerCameraLookAt(playerid,-2231.0867,-1739.3457,481.4653);
ApplyAnimation(playerid,"PARK", "Tai_Chi_Loop", 4.0, 1, 0, 0, 0, 0);
if((classid >= 0) && (classid <= 2)) // Ou Seja Igual й Maior que 0. й Menor й Igual a 2. Ou Seja, 0,1 e 2.
{
gTeam[playerid] = Policia; // Setarб ele Para GANG Aztecas.
GameTextForPlayer(playerid,"~n~~n~~n~~b~Policia",4000,5); // Irб Aparecer Aztecas Por 4 Segundos.
// Resumindo : Se Escolher a Skin 0,1 e 2 Ele Serб Azteca.
}
if((classid >= 3) && (classid <= 5)) // Ou Seja Igual й Maior que 3. й Menor й Igual a 5. Ou Seja, 3,4 e 5.
{
gTeam[playerid] = Groove; // Setarб Ele Para a GANG Grove.
GameTextForPlayer(playerid,"~n~~n~~n~~g~Grove",4000,5); // Irб Aparecer Grove Por 4 Segundos.
// Resumindo : Se Escolher a Skin 3,4 e 5 Ele Serб Grove.
}
}
//Policiais
AddPlayerClass(280,1579.1025,-1636.5018,13.5535,90.5415,22,500,27,300,31,600);
AddPlayerClass(285,1579.1025,-1636.5018,13.5535,90.5415,22,500,27,300,31,600);
AddPlayerClass(286,1579.1025,-1636.5018,13.5535,90.5415,22,500,27,300,31,600);
//GROOVE
AddPlayerClass(105,2511.9834,-1665.1296,13.5757,98.7709,23,500,25,300,30,600);
AddPlayerClass(106,2511.9834,-1665.1296,13.5757,98.7709,23,500,25,300,30,600);
AddPlayerClass(107,2511.9834,-1665.1296,13.5757,98.7709,23,500,25,300,30,600);
AddPlayerClass(ID Skin, 0.0, 0.0, 0.0, , 0, 0, 0, 0, 0, 0);
Faltou uma parte
Bote o tanto de skin voce quer ! pawn Код:
#edit vi que contem, credo to cego. botou no ongamemodeinit |