How do I make chat and commands appear in the console?
#5

Here if you only want to make them appear in console.
pawn Код:
#include zcmd

public OnPlayerText(playerid, text[])
{
    printf("Text:%s Says: %s",pName, text);
    return 1;
}
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    printf("CMD: %s Used: %s",pName,cmdtext);
    return 1;
}
Reply


Messages In This Thread
How do I make chat and commands appear in the console? - by Zion22be - 23.10.2014, 06:37
Re: How do I make chat and commands appear in the console? - by ThePhenix - 23.10.2014, 06:43
Re: How do I make chat and commands appear in the console? - by Guest4390857394857 - 23.10.2014, 06:46
Re: How do I make chat and commands appear in the console? - by Guest4390857394857 - 23.10.2014, 06:56
Re: How do I make chat and commands appear in the console? - by gurmani11 - 23.10.2014, 06:58

Forum Jump:


Users browsing this thread: 1 Guest(s)