How to delete this message ?
#1



I want to hide my port for using Launcher !
Reply
#2

It is not possible, "cleaning"; sending empty messages might achieve something.
Reply
#3

Quote:
Originally Posted by _Zume
Посмотреть сообщение
It is not possible, "cleaning"; sending empty messages might achieve something.
Cleaning with empty messages still work while player connected .
Reply
#4

I don't think you can. Its a default Samp setting.
Reply
#5

You can't buddy!
Reply
#6

You can make onplayerconnect, send a lot of empty messages.

SendClientMessage(playerid, -1, "");
Reply
#7

Simple:
pawn Код:
for(new i; i < 100; i ++)
    SendClientMessage(playerid, -1, "");
Reply
#8

Quote:
Originally Posted by RedFusion
Посмотреть сообщение
Simple:
pawn Код:
for(new i; i < 100; i ++)
    SendClientMessage(playerid, -1, "");
Are you sending 100 messages? Well thats not necessary 20 should work fine.

pawn Код:
for(new a = 0; a < 20; a++) SendClientMessage(playerid,-1, " ");
Reply
#9

You Can't Lol
Reply
#10

You cant unless if you got the sorce code, which you dont got
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)