[Ajuda] Nivel de procurado em ARENA DM
#6

PHP код:
bool:pArena[MAX_PLAYERS];
CMD:arena1(playeridparams[])
{
    
SetPlayerInterior(playerid1);
    
ResetPlayerWeapons(playerid);
    for(new 
0<= 26i++)
    {
        
GivePlayerWeapon(i,Armas[random(sizeof(Armas))], 100);
        
GivePlayerWeapon(i,Armas[random(sizeof(Armas))], 100);
        
GivePlayerWeapon(i,Armas[random(sizeof(Armas))], 100);
        
GivePlayerWeapon(i,Armas[random(sizeof(Armas))], 100);
    }
    
SetPlayerArmour(playerid100);
    
SetPlayerHealth(playerid100);
    
GetPlayerName(playeridplayernomesizeof (playernome));
    
format(TextoStringsizeof(TextoString), "|| %s » Foi para a Arena x1. {00BFFF}/arena1"playernome);
    
SendClientMessageToAll(COR_BRANCATextoString);
    
GameTextForPlayer(playerid,"~y~Voce esta na Arena de x1"50001);
    new 
rand random(sizeof(gNascerAlternandoDM1));
    
SetPlayerPos(playeridgNascerAlternandoDM1[rand][0], gNascerAlternandoDM1[rand][1], gNascerAlternandoDM1[rand][2]);
    
pArena[playerid] = true;
    return 
1;

Usa essa variavel pArena para verificar se ele esta na arena ou n pra ser preso / procurado

o motivo de esta sendo preso / procurado e em outro lugar :/

PHP код:
if(pArena[playerid] == true)
{
}
if(
pArena[playerid] == false)
{
}
pArena[playerid] = true;
pArena[playerid] = false
Use esses tipos de variavel acima! :v
Reply


Messages In This Thread
Nivel de procurado em ARENA DM - by Brazil - 28.05.2018, 23:23
Re: Nivel de procurado em ARENA DM - by AutoMatic2 - 29.05.2018, 00:06
Re: Nivel de procurado em ARENA DM - by Brazil - 29.05.2018, 00:12
Re: Nivel de procurado em ARENA DM - by FerrariL - 29.05.2018, 00:33
Re: Nivel de procurado em ARENA DM - by ziiQz - 29.05.2018, 00:37
Re: Nivel de procurado em ARENA DM - by AutoMatic2 - 29.05.2018, 00:44
Re: Nivel de procurado em ARENA DM - by AutoMatic2 - 29.05.2018, 00:48

Forum Jump:


Users browsing this thread: 1 Guest(s)