A Question
#1

RESOLVED
Reply
#2

pawn Код:
PlayAudioStreamForPlayer(playerid, someaudio);
for(new a = 0; a < 30; a++) // You should higher this because players can do /pagesize like mine is default at 30
SendClientMessage(playerid, 0xFFFFFFFF, " ");
Reply
#3

Resolvdz lol
Reply
#4

Try this:
pawn Код:
for(new i = 0;i < 30;i++)//30 times , sending message
{
SendClientMessage(playerid, 0xFFFFFFFF, " ");//30 Empty messages to clean whole chat :P
}
I JUST DEFINE in comments.
Reply
#5

Quote:
Originally Posted by titanak
Посмотреть сообщение
does this clean all chat or the 1 line only ?
It cleans all chat. There is no other way.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)