[Ajuda] comando /prender EM MINUTOS
#8

Quote:
Originally Posted by FallweN
Посмотреть сообщение
Adicione isso na callback TempoPreso, acabei de fazer vк se funciona.

pawn Код:
new Str[30];

if(PlayerDados[ID][Preso] > 60)
{
        format(Str, sizeof(Str), "Liberdade em: %i minutos", PlayerDados[ID][Preso]/60);
    GameTextForPlayer(playerid, Str, 1000, 3);
}
else if(PlayerDados[ID][Preso] <= 60)
{
    format(Str, sizeof(Str), "Liberdade em: %i segundos", PlayerDados[ID][Preso]);
    GameTextForPlayer(playerid, Str, 1000, 3);
}
Vlw mano, tu й foda! me ajudou muitooo! +rep pra ti, vc merece.
Reply


Messages In This Thread
comando /prender EM MINUTOS - by DarkZin - 20.01.2017, 02:00
Re: comando /prender EM MINUTOS - by FallweN - 20.01.2017, 02:02
Re: comando /prender EM MINUTOS - by DarkZin - 20.01.2017, 02:29
Re: comando /prender EM MINUTOS - by DarkZin - 20.01.2017, 02:45
Re: comando /prender EM MINUTOS - by FallweN - 20.01.2017, 03:04
Re: comando /prender EM MINUTOS - by DarkZin - 20.01.2017, 03:17
Re: comando /prender EM MINUTOS - by FallweN - 20.01.2017, 03:30
Re: comando /prender EM MINUTOS - by DarkZin - 20.01.2017, 14:11

Forum Jump:


Users browsing this thread: 1 Guest(s)