[Ajuda] Prisгo
#1

Fiz um comando de prender o jogador e quando acaba o tempo, o jogador й solto normalmente mas o timer continua. No caso, invйs de parar de contar o tempo, continua contando. Chega a 0 minutos e 0 segundos ai desce pra -1 minutos e 59 segundos.
Code:
PHP код:
forward PrisaoADM(playerid);
public 
PrisaoADM(playerid)
{
    new 
string[200];
    
SegundosPreso--;
    if(
SegundosPreso == 0)
    {
        
MinutosPreso--;
        
SegundosPreso 59;
    }
    
format(stringsizeof(string), "Minutos: %d Segundos: %d"MinutosPresoSegundosPreso);
    
GameTextForPlayer(playeridstring10004);
    if(
MinutosPreso == && SegundosPreso == 1)
    {
        
SendClientMessage(playerid0xFF0000AA"[PRISГO] Vocк cumpriu sua pena e foi solto.");
        
PresoADM[playerid] = 0;
        
SetPlayerInterior(playerid0);
        
SpawnPlayer(playerid);
        
GameTextForPlayer(playerid"    "50005); // Coloquei apenas para ver se eu conseguia tirar isso mas nada
        
KillTimer(PrisaoADM(playerid));
        return 
0;
    }
    return 
1;

Reply


Messages In This Thread
Prisгo - by Luiiiz - 04.12.2017, 13:18
Re: Prisгo - by Ramires - 04.12.2017, 14:28
Re: Prisгo - by Luiiiz - 07.12.2017, 00:01
Re: Prisгo - by willttoonn - 07.12.2017, 00:16

Forum Jump:


Users browsing this thread: 2 Guest(s)