[Ajuda] Valores random..
#3

pawn Code:
CMD:rand(playerid)
{
    SetTimerEx("Funcao", random(60), false, "i", playerid);
    return true;
}

forward Funcao(playerid); public Funcao(playerid)
{
    SendClientMessage(playerid, -1, "Acabou o tempo");
}
Simples
Reply


Messages In This Thread
Valores random.. - by Duduloch - 19.12.2012, 19:04
Re: Valores random.. - by Duduloch - 19.12.2012, 19:13
Re: Valores random.. - by EditPawn - 19.12.2012, 19:21
Re: Valores random.. - by leonardo1434 - 19.12.2012, 20:06
Re: Valores random.. - by Duduloch - 19.12.2012, 20:15
Re: Valores random.. - by leonardo1434 - 19.12.2012, 20:23
Re: Valores random.. - by Duduloch - 19.12.2012, 23:28

Forum Jump:


Users browsing this thread: 2 Guest(s)