Quote:
Originally Posted by Zimon95
Quote:
Originally Posted by Jeffry
pawn Код:
for(new i = 0; i < 50; i++) SendClientMessageToAll(COLOR_WHITE," "); return 1;
Hope this helped you.
Greetz,
Jeffry
|
The SA:MP chatbox has only 16 lines, so it can be like this:
pawn Код:
for(new i = 0; i < 16; i++) SendClientMessageToAll(COLOR_WHITE," "); return 1;
|
You can scroll up. With 50 you will clear the whole chat box (including scrolling up.).