[Ajuda] Cadeia
#1

Estou precisando de ajuda:

PHP код:
public CheckCadeia()
{
    for(new 
iMAX_PLAYERSi++)
    {
        if(!
IsPlayerConnected(i) || pLogado[i] == false) return 0;
        
PlayerInfo[i][pMinutosJogados] ++;
        if(
PlayerInfo[i][pCadeia] > 0)
        {
            
PlayerInfo[i][pCadeia]--;
            
SetPlayerHealth(i99999);
            if(
PlayerInfo[i][pCadeia] == 0)
            {
                
SpawnPlayer(i);
                
SetPlayerInterior(i0);
                
SetPlayerVirtualWorld(i0);
                
SetPlayerHealth(i100);
                
SendClientMessage(iVerde"Vocк estб livre. Procure nгo infringir as regras para evitar voltar para a cadeia.");
            }
            else
            {
                    
SpawnPlayer(i);
                    
SetPlayerVirtualWorld(i0);
                    
SetPlayerPos(i322.197998,302.497985,999.148437);
                    
SetPlayerInterior(i5);
                    
SendClientMessage(iVermelhoEscuro"Vocк ainda nгo terminou seu tempo na cadeia.");
                }
            }
        }
    return 
1;

Quando o player estб preso e sai do servidor, quando ele volta, loga normal, mas n spawna e fica floodando a mensagem vc n terminou seu tempo na cadeia ...
Reply
#2


SetSpawnInfo
Reply
#3

nao adiantou nada...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)