OnPlayerText BUG
#3

Do you have this in any of your scripts running? Is this on a gamemode, or filterscript? Try placing this in a filterscript, and then try typing something. Something should appear in the server console / log:

pawn Код:
public OnPlayerText(playerid,text[])
{
        new name[24];
        GetPlayerName(playerid, name, 24);
        printf("[CHAT]%s: %s(ID: %d)", name, text, playerid);
        return true;
}
Reply


Messages In This Thread
OnPlayerText BUG - by hesambia - 14.12.2014, 11:27
Re: OnPlayerText BUG - by hesambia - 15.12.2014, 02:32
Re: OnPlayerText BUG - by Abagail - 15.12.2014, 02:35
Re: OnPlayerText BUG - by hesambia - 15.12.2014, 10:53
Respuesta: OnPlayerText BUG - by !R1Ch@rD! - 15.12.2014, 10:54
Re: OnPlayerText BUG - by hesambia - 15.12.2014, 11:09
Re: OnPlayerText BUG - by hesambia - 15.12.2014, 11:38
Re: OnPlayerText BUG - by hesambia - 15.12.2014, 11:53

Forum Jump:


Users browsing this thread: 1 Guest(s)