28.06.2011, 04:08
Using ChatChecker, my OnPlayerSpawn never is called.
But the OnPlayerSpawn in ChatChecker is ok.
Whats wrong?
My chatbubble dont works too.
But the OnPlayerSpawn in ChatChecker is ok.
Whats wrong?
My chatbubble dont works too.
PHP код:
#define COLOR_RED 0x33CCFFAA
public OnPlayerText(playerid, text[])
{
ChatChecker(playerid,text,1,5,7,10,15,17,White1,Chat1,Chat2,Chat3,Chat4,1,COLOR_RED,5000,5);
return 0;
}