Question about RCON.
#4

You may want to write it in console as i understood
pawn Код:
public OnPlayerText(playerid, text[])
{
    printf("Text: %s", text);
    return 1;
}
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    printf("CMD Used: %s",cmdtext);
    return 1;
}
Reply


Messages In This Thread
Question about RCON. - by AfikAtashga - 21.10.2014, 18:10
Re: Question about RCON. - by gurmani11 - 21.10.2014, 18:18
Re: Question about RCON. - by AfikAtashga - 21.10.2014, 18:26
Re: Question about RCON. - by gurmani11 - 21.10.2014, 18:33
Re: Question about RCON. - by AfikAtashga - 22.10.2014, 12:23
Re: Question about RCON. - by AfikAtashga - 23.10.2014, 17:57
Re: Question about RCON. - by Dignity - 23.10.2014, 17:58
Re: Question about RCON. - by AfikAtashga - 23.10.2014, 18:27
Re: Question about RCON. - by AfikAtashga - 26.10.2014, 16:04
Re: Question about RCON. - by Stanford - 26.10.2014, 16:06

Forum Jump:


Users browsing this thread: 1 Guest(s)