Random Client message (not a single line)
#1

How can i make it send radnomly either the first "sendclientmessages" or the second "sendclientmessages"
I know how to do it if its a single line, but i want it to either send the first portion or the second portion randomly.

Ex:

Either send this:
pawn Код:
SendClientMessage(targetid,0x24FF0AB9, "message");
        SendClientMessage(targetid,0x24FF0AB9, "message");
        SendClientMessage(targetid,0x24FF0AB9, "message");
        SendClientMessage(targetid,0x24FF0AB9, "message");
        SendClientMessage(targetid,0xFF00FFFF, "message");
or send this

pawn Код:
SendClientMessage(targetid,0x24FF0AB9, "message2");
        SendClientMessage(targetid,0x24FF0AB9, "message2"");
        SendClientMessage(targetid,0x24FF0AB9, "
message2"");
        SendClientMessage(targetid,0x24FF0AB9, "message2"");
        SendClientMessage(targetid,0xFF00FFFF, "
message2"");
I hope i explained it good enough
Reply


Messages In This Thread
Random Client message (not a single line) - by SnG.Scot_MisCuDI - 28.07.2012, 00:46
Re: Random Client message (not a single line) - by [KHK]Khalid - 28.07.2012, 00:54
Re: Random Client message (not a single line) - by BlackWolf120 - 28.07.2012, 00:56
Re: Random Client message (not a single line) - by Youice - 28.07.2012, 01:00

Forum Jump:


Users browsing this thread: 1 Guest(s)