SA-MP Forums Archive
[BUG] Thread (0.3e), chat mixer - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Bug Reports (https://sampforum.blast.hk/forumdisplay.php?fid=20)
+--- Thread: [BUG] Thread (0.3e), chat mixer (/showthread.php?tid=336939)



[BUG] Thread (0.3e), chat mixer - Feel_Life - 24.04.2012

Hi, sorry for my bad eng)

1 a month ago I transferred my server 0.3d R2 => 0.3e RC5.
And i have strange problem after.

For example simple cmd:

Код:
if(strcmp(cmd, "/test", true) == 0)
{
      	SendClientMessage(playerid, 0xFF8040AA, "  ");
	SendClientMessage(playerid, 0xFF8040AA, " 1 test test test test test test test test test test test test ");
	SendClientMessage(playerid, 0xFF8040AA, " 2 test test test test test test test test test test test test ");
	SendClientMessage(playerid, 0xFF8040AA, " 3 test test test test test test test test test test test test ");
	SendClientMessage(playerid, 0xFF8040AA, " 4 test test test test test test test test test test test test ");
	SendClientMessage(playerid, 0xFF8040AA, " 5 test test test test test test test test test test test test ");
	SendClientMessage(playerid, 0xFF8040AA, " 6 test test test test test test test test test test test test ");
	SendClientMessage(playerid, 0xFF8040AA, " 7 test test test test test test test test test test test test ");
	SendClientMessage(playerid, 0x00FF0000, " green ");
	return 1;
}
This code work normally with 0.3d, but with 0.3e i have next result:



Lines mix up, when i use /test first time.
After try again i have normal text in chat.
After try again mix.. etc

This problem is only with Linux.
I think it will big problem for many scripters in future, when release 0.3e =((
I saw the same problem at a forum yestreday: https://sampforum.blast.hk/showthread.php?tid=336794

Can you check it?


Re: [BUG] Thread (0.3e), chat mixer - MP2 - 24.04.2012

Image is broken.


Re: [BUG] Thread (0.3e), chat mixer - Feel_Life - 24.04.2012

hmm..
Ok, i'm load screen on .com hosting




Re: [BUG] Thread (0.3e), chat mixer - RootKiller - 24.04.2012

Maybe it's packet loss problem, but i'm don't certain.


Re: [BUG] Thread (0.3e), chat mixer - leong124 - 24.04.2012

Quote:
Originally Posted by RootKiller
Посмотреть сообщение
Maybe it's packet loss problem, but i'm don't certain.
I think so. I had the same experience on some servers in 0.3c.


Re: [BUG] Thread (0.3e), chat mixer - Hanger - 24.04.2012

I get this very ofter on the most popular RolePlay server with ping of avarage 40.


Respuesta: [BUG] Thread (0.3e), chat mixer - Francis. - 24.04.2012

This happens for example, in freeroam servers that uses SendClientMessage on OnPlayerText, when some player writes some text and some player teleports to another position, one message isn't displayed.


Re: [BUG] Thread (0.3e), chat mixer - Feel_Life - 24.04.2012

omg..
I thought it multithread bug.
Just i have this bug only with Linux. With windows all good.

Who knows as to solve this problem?


Re: [BUG] Thread (0.3e), chat mixer - Lorenc_ - 25.04.2012

its in 0.3d too