17.08.2011, 09:37
I saw a function a while ago to send a long message to a player, the format would be like this:
And the output would be something like:
This is a very very long message and it's going to ...
...overflow hopefully yada yada yada
Basically if the message was longer than 128 bytes, it would split it.
Can someone give me it?
pawn Код:
SendLongMessage(playerid, COLOR_RED, "This is a very very long message and it's going to overflow hopefully yada yada yada");
This is a very very long message and it's going to ...
...overflow hopefully yada yada yada
Basically if the message was longer than 128 bytes, it would split it.
Can someone give me it?