[Pedido] Random...
#2

pawn Код:
//Comando
{
    new Random[][] = { "300", "750", "200" };

    new string[64];
    format(string, sizeof string, "Valor aleatуrio: %s", Random[random(sizeof Random)]);
    SendClientMessage(playerid, -1, string);
    return 1;
}
Reply


Messages In This Thread
Random... - by Ley - 05.01.2013, 13:29
Re: Random... - by Larceny - 05.01.2013, 13:36
Re: Random... - by ViniBorn - 05.01.2013, 13:47
Re: Random... - by Larceny - 05.01.2013, 13:51
Re: Random... - by Ley - 05.01.2013, 13:55
Re: Random... - by Nice-.- - 05.01.2013, 13:57
Re: Random... - by Larceny - 05.01.2013, 13:57
Re: Random... - by Ley - 05.01.2013, 14:02
Re: Random... - by Larceny - 05.01.2013, 14:04
Re: Random... - by dPlaYer_ - 05.01.2013, 14:20

Forum Jump:


Users browsing this thread: 1 Guest(s)