29.08.2009, 17:56
Hi,
I'm using a lot of SendClientMessage(); lately... seems that sometimes,
take for example:
when *select menu-item*, lot's of SendClientMessage()SendClientMessageSendClientMess age(); are triggered.
But they sometimes mix up
example again:
Output can be (on my server):
They
Mix
Up
Or:
Mix
They
Up
etc. etc. I believe you get the picture...
Anyone got a solution?
Grts Riz
I'm using a lot of SendClientMessage(); lately... seems that sometimes,
take for example:
when *select menu-item*, lot's of SendClientMessage()SendClientMessageSendClientMess age(); are triggered.
But they sometimes mix up
example again:
pawn Код:
SendClientMessage(playerid,green,"They");
SendClientMessage(playerid,green,"Mix");
SendClientMessage(playerid,green,"Up");
They
Mix
Up
Or:
Mix
They
Up
etc. etc. I believe you get the picture...
Anyone got a solution?
Grts Riz