Teleport command message. [+rep]
#7

Using this callback:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    return 0;
}
Instead of return 0; you put whatever you want. Example:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    return SendClientMessage(playerid, -1, "This command does not exist. Use /help for a full list of commands.");
}
Reply


Messages In This Thread
Teleport command message. [+rep] - by ]Rafaellos[ - 12.04.2012, 05:55
Re: Teleport command message. [+rep] - by antonio112 - 12.04.2012, 06:10
Re: Teleport command message. [+rep] - by ]Rafaellos[ - 12.04.2012, 07:34
Re: Teleport command message. [+rep] - by Rachael - 12.04.2012, 07:43
Re: Teleport command message. [+rep] - by antonio112 - 12.04.2012, 07:58
Re: Teleport command message. [+rep] - by ]Rafaellos[ - 12.04.2012, 08:27
Re: Teleport command message. [+rep] - by antonio112 - 12.04.2012, 08:43
Re: Teleport command message. [+rep] - by ]Rafaellos[ - 12.04.2012, 09:49

Forum Jump:


Users browsing this thread: 1 Guest(s)