How to remove the real chat
#1



i made a rp chat how i remove the one with colors
and how do i remove player colors on connect like to put all player colors to wHITE
Reply
#2

OnPlayerConnect:

PHP код:
SetPlayerColor(playerid, -1); 
Show us your OnPlayerText.
Reply
#3

Quote:
Originally Posted by PaulDinam
Посмотреть сообщение


i made a rp chat how i remove the one with colors
and how do i remove player colors on connect like to put all player colors to wHITE
In chat, return 0 instead of returning to 1.
So it disables the original one.
Reply
#4

Код:
public OnPlayerText(playerid, text[])
{
	//return 1;  //------------- Instead of return 1. Return 0 here
	return 0;
}
Reply
#5

thank you .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)