NPC:OnPlayerText
#1

Deleted
Reply
#2

The problem with it?
Reply
#3

this is not working

pawn Code:
public OnPlayerText(playerid, text[])
{
new string[128];

format(string, sizeof(string), "You say: %s", text);
SendChat(string);
return 1;
}
Reply
#4

Try SendChat(COLOR_WHITE, string);
If is not working show me your public SendChat.
Reply
#5

what public ?
Reply
#6

Show me your SendChat function.
Should be stock SendChat(etc).
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)