[Ajuda] PLANTГO
#8

ok, na minha opiniгo e como me disse uma vez o Rodrigo, o bom seria por um timer de 1 em 1s para atualizar tudo, olha como eu faria:

PHP код:

new variavel[MAX_PLAYERS], ver[MAX_PLAYERS];
new 
plantao[MAX_PLAYERS];
//inicio gm
    
SetTimer("att"1000true);
//--
forward att();
public 
att()
{
    for(new 
i=0i<MAX_PLAYERSi++){
        if(
IsPlayerInRangeOfPoint(i30, -2474.0898,2263.5115,4.8359) && ver[i] != 1){
            
variavel[i] = gettime() + 40;
            
ver[i] = 1;
        }
        if(
IsPlayerInRangeOfPoint(i5.01933.5981,-1976.3495,13.5469) && variavel[i] < gettime() && ver[i] == 1){
            
ver[i] = 0;
            
plantao[i] = 1;
            
GivePlayerWeapon(i165);
            
GivePlayerMoney(i20000);
            
SendClientMessage(i, -1"[PLANTAO] Vocк terminou o plantгo e recebeu R$20.000 e 5 granadas!");
        }
        if(!
IsPlayerInRangeOfPoint(i5.01933.5981,-1976.3495,13.5469) && ver[i] == && variavel[i] > gettime()){
            
plantao[i] = 0;
            
ver[i] = 0;
            
variavel[i] = 0;
            
SendClientMessage(iCOR_ERRO"[ERRO]Plantгo cancelada!");
        }
    }
    return 
1;
}
//quando player desconectar
      
variavel[playerid] = 0;
      
ver[playerid] = 0;
//----- 
Reply


Messages In This Thread
PLANTГO - by Dimbalada - 06.06.2017, 00:09
Re: PLANTГO - by Scorpion659 - 06.06.2017, 00:41
Re: PLANTГO - by Dimbalada - 06.06.2017, 01:21
Re: PLANTГO - by Scorpion659 - 06.06.2017, 01:27
Re: PLANTГO - by Dimbalada - 06.06.2017, 01:33
Re: PLANTГO - by Scorpion659 - 06.06.2017, 01:43
Re: PLANTГO - by Dimbalada - 06.06.2017, 01:47
Re: PLANTГO - by Scorpion659 - 06.06.2017, 02:12
Re: PLANTГO - by Dimbalada - 06.06.2017, 02:31
Re: PLANTГO - by Scorpion659 - 06.06.2017, 02:58
Re: PLANTГO - by Dimbalada - 06.06.2017, 03:09
Re: PLANTГO - by Scorpion659 - 06.06.2017, 03:23
Re: PLANTГO - by Dimbalada - 06.06.2017, 03:25
Re: PLANTГO - by DelK - 06.06.2017, 10:11
Re: PLANTГO - by Dimbalada - 06.06.2017, 16:48
Re: PLANTГO - by LucasF - 06.06.2017, 16:53
Respuesta: PLANTГO - by BrGabrielBr - 06.06.2017, 17:01
Re: PLANTГO - by DelK - 06.06.2017, 17:07

Forum Jump:


Users browsing this thread: 2 Guest(s)