[Ajuda] Ajuda comando /tiempo
#6

muda para que o mar 5 minutos mas no momento / hora sу apareзa Fault .. 5minutos ao longo da duraзгo da definiзгo 1000 * 60 * 5
PHP код:
new Minuto[MAX_PLAYERS]; 
//En OnPlayerComand...
 
if ( strcmpcmdtext"/tiempo"true) == )
    {
        new 
IGString[60];
        
format(IGString,60,"Faltan exactamente %2d minutos para que el bus parta a Los Santos"Minuto[playerid]);
        if(
Minuto[playerid] > 0) return SendClientMessage(playerid, -1IGString);
   return 
1;
 }
public 
OnPlayerEnterCheckpoint(playerid)
{
    if(
PUERTAE[playerid]) // if it's true
    
{
        
ApplyAnimation(playerid,"CASINO","Slot_Plyr",4,1,1,1,0,1000,1);
        
SendClientMessage(playerid,COLOR_VERDE,"Has entregado el pasaje al recepcionista,Por favor espere hasta que llamen para subirse al bus");
        
SetTimerEx("messageLS"1000*60*5false"i"playerid);
           
DisablePlayerCheckpoint(playerid);
        
Minuto[playerid] = 5;
        
DisablePlayerCheckpoint(playerid);
        
PUERTAE[playerid] = false;
    }
    if(
PUERTAC[playerid]) // if it's true
    
{
        
ApplyAnimation(playerid,"CASINO","Slot_Plyr",4,1,1,1,0,1000,1);
        
SendClientMessage(playerid,COLOR_VERDE,"Has entregado el pasaje al recepcionista,Por favor espere hasta que llamen para subirse al bus");
           
SetTimer("messageLS2"1000*60*5false);
        
DisablePlayerCheckpoint(playerid);
        
PUERTAC[playerid] = false;
    }
  return 
1

public 
messageLS(playerid)
{
 if(!
ENTRAR[playerid])
    {
    
PlayAudioStreamForPlayer(playerid,"https://dl.dropbox.com/s/160sllpah3dul9l/Sonido%20aviso%20planta%20tono-%20Efecto%20de%20sonido.mp3");
    
SendClientMessage(playerid,COLOR_VERDE,"Tu bus esta apunto de partir por favor acercate a la puerta de abordaje E");
    
ENTRAR[playerid] = true;
      
Minuto[playerid]--;
        }
      
    return 
1;

Reply


Messages In This Thread
ajuda com o comando /tiempo - by uardo12 - 15.03.2018, 07:46
Re: Ajuda comando /tiempo - by uardo12 - 15.03.2018, 21:08
Re: Ajuda comando /tiempo - by [BOPE]Seu._.Madruga - 16.03.2018, 04:19
Re: Ajuda comando /tiempo - by uardo12 - 16.03.2018, 05:07
Re: Ajuda comando /tiempo - by IgorLuiz - 16.03.2018, 06:29
Re: Ajuda comando /tiempo - by uardo12 - 17.03.2018, 05:01
Re: Ajuda comando /tiempo - by uardo12 - 25.03.2018, 06:30

Forum Jump:


Users browsing this thread: 2 Guest(s)