All commands and words going in the console
#1

I was wondering how I can make it to where every command and word typed (ex. /help, "Hello", /me, etc.) will show up on the server console. The CMD prompt when you open the "samp-server" in the folder of the server.
Reply
#2

I don't really understand what you are talking about. But type 'cmdlist' in the command promt of samp-server.
Reply
#3

This is the thing.. I want anything typed in the game to go onto this cmd prompt.
Reply
#4

If you are using zCMD:

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    printf("%s", cmdtext);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)