[Ajuda] Prisгo
#4

Tente:
pawn Код:
forward PrisaoADM(playerid);
public PrisaoADM(playerid)
{
    if(MinutosPreso == 0 && SegundosPreso == 0)
        return 1;
       
    new string[200];
    SegundosPreso--;
    if(SegundosPreso == 0)
    {
        MinutosPreso--;
        SegundosPreso = 59;
    }
    format(string, sizeof(string), "Minutos: %d Segundos: %d", MinutosPreso, SegundosPreso);
    GameTextForPlayer(playerid, string, 1000, 4);
    if(MinutosPreso == 0 && SegundosPreso == 1)
    {
        SendClientMessage(playerid, 0xFF0000AA, "[PRISГO] Vocк cumpriu sua pena e foi solto.");
        PresoADM[playerid] = 0;
        SetPlayerInterior(playerid, 0);
        SpawnPlayer(playerid);
        GameTextForPlayer(playerid, "    ", 5000, 5); // 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)