[Pedido] Logou ganhou
#5

Nгo tenho a certeza se isto funciona mas nгo tenho tempo para ver melhor:

PHP код:
forward CheckTempo();
public 
CheckTempo()
{
    new 
HourMinuteSecond;
    
gettime(HourMinuteSecond);
    if(
Hour == 00 && Minute == 00 && Second == 00// se mudar o dia
    
{
         for(new 
0MAX_PLAYERSi++)
        {
            var[
i] = 0// seta a variбvel var 0 para todos
        
}
    }
    return 
1;
}
new var[
MAX_PLAYERS];
public 
OnGameModeInit()
{
    
SetTimer("CheckTempo"1000true);
    return 
1;
}
public 
OnPlayerConnect(playerid)
{
    if(var[
playerid] == 0)
    {
        
GivePlayerMoney(playerid3000);
        
        var[
playerid] = 1;
    }
    else
    {
        
// jб logou
    
}
    return 
1;

Reply


Messages In This Thread
Logou ganhou - by ScriptGameS - 14.01.2014, 21:02
Re: Logou ganhou - by PT - 14.01.2014, 21:05
Re: Logou ganhou - by ScriptGameS - 14.01.2014, 21:10
Re: Logou ganhou - by GuiihCamargo - 15.01.2014, 06:03
Re: Logou ganhou - by bruxo00 - 15.01.2014, 13:18
Re: Logou ganhou - by ScriptGameS - 15.01.2014, 16:40
Re: Logou ganhou - by GuiihCamargo - 15.01.2014, 20:50

Forum Jump:


Users browsing this thread: 1 Guest(s)