SA-MP Forums Archive
Remove a text - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Remove a text (/showthread.php?tid=391337)



Remove a text - Fiore - 10.11.2012

Hello can you guys tell me if it's possible to remove the " Connected to: <> Palomino Creek Roleplay [Heavy Roleplay] <> "? Thanks in advance.




Re: Remove a text - doreto - 10.11.2012

You cant , but you can just send few empty messages to skip the connected message - SendClientMessage(playerid,-1," ");


Re: Remove a text - Fiore - 10.11.2012

I already did it, but nothing i added like 20 SendClientMessage to skip it but it appear in any case.


Re: Remove a text - JaKe Elite - 10.11.2012

you can't remove it since that was sent by OnPlayerConnect.

The last solution is to Adjust your textdraw instead..


Re: Remove a text - Fiore - 10.11.2012

Ok, i'll fix the textdraw thanks anyway.


Re: Remove a text - XtremeR - 10.11.2012

go where is it Written ShowPlayerDialog Over there place SendClientMessage again.. so it will be skipped .. if onplayerconnect is not working..


Re: Remove a text - Fiore - 10.11.2012

I fixed it adding SendClientMessage into Login/Register Dialog.