SA-MP Forums Archive
[SOLVED] SendClientMessage [was never] Mixed up? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [SOLVED] SendClientMessage [was never] Mixed up? (/showthread.php?tid=94389)



[SOLVED] SendClientMessage [was never] Mixed up? - Rizard - 29.08.2009

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


Re: SendClientMessage Mixed up? - Backwardsman97 - 29.08.2009

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.


Re: SendClientMessage Mixed up? - Rizard - 30.08.2009

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