[SOLVED] SendClientMessage [was never] Mixed up?
#1

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:
pawn Код:
SendClientMessage(playerid,green,"They");
SendClientMessage(playerid,green,"Mix");
SendClientMessage(playerid,green,"Up");
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
Reply
#2

I've never experienced this but I don't think this could happen unless you were doing something wrong. How about you show your script.
Reply
#3

Hi,

as always I was doing something wrong like you said, I gave 2 cmds the same name and it was my earlier work (with errors and mixed up) that showed me the output.
deleted one command and upsasa fixed ...

Grts Riz

PS: sorry for the 'stupid' post and thnx for the reply
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)