Random text
#3

pawn Код:
// At The Top
new
    RandomText[ ][ ] =
{
    "Streetrace1",
    "Streetrace2",
    "Streetrace3"
}
// There you want to get it random
new
    rand = random( sizeof( RandomText ) );

SendClientMessage( playerid, -1, RandomText[ rand ] );
Reply


Messages In This Thread
Random text - by BGMike - 31.01.2012, 14:35
Re: Random text - by lamarr007 - 31.01.2012, 14:37
Re: Random text - by Konstantinos - 31.01.2012, 14:39
Re: Random text - by doreto - 31.01.2012, 14:39
Re: Random text - by BGMike - 31.01.2012, 15:01
Re: Random text - by Konstantinos - 31.01.2012, 15:09

Forum Jump:


Users browsing this thread: 1 Guest(s)