01.04.2012, 12:02
Hello,
I was created a new script for #Define -> Hex in chat!!
It's fast.
(loop = 1000)
ColouredText is by Ryder.
Download: PASTEBIN
Use:
You can use colors:
=
Kaczmi
I was created a new script for #Define -> Hex in chat!!
It's fast.
Код:
[13:26:05] Test 1) ColouredText: 156 ms ; DefineToHex: 66 ms [13:26:05] Test 2) ColouredText: 176 ms ; DefineToHex: 63 ms [13:26:05] Test 3) ColouredText: 156 ms ; DefineToHex: 66 ms [13:26:06] Test 4) ColouredText: 153 ms ; DefineToHex: 62 ms [13:26:06] Test 5) ColouredText: 151 ms ; DefineToHex: 67 ms [13:26:06] Test 6) ColouredText: 151 ms ; DefineToHex: 65 ms [13:26:06] Test 7) ColouredText: 151 ms ; DefineToHex: 64 ms [13:26:07] Test 8) ColouredText: 148 ms ; DefineToHex: 65 ms
ColouredText is by Ryder.
Download: PASTEBIN
Use:
pawn Код:
public OnPlayerText(playerid,text[])
{
SendPlayerMessageToAll(playerid,DefineToHex(text));
return 0;
}
Код:
#RED #BLUE #YELLOW #GREY #DBLUE #DGREEN #PINK #LBLUE #LGREEN #WHITE #ORANGE #GREEN
=
Kaczmi