24.04.2012, 11:14
(
Последний раз редактировалось Feel_Life; 24.04.2012 в 13:22.
)
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:
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?
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; }
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?