How to add msg when wrong command
#2

At the bottom of OnPlayerCommandText replace the line "return 0;" by:
pawn Код:
return SendClientMessage(playerid, color, "Command does not exist, read /commands for available commands"); // replace color with your color name;
}
Reply


Messages In This Thread
How to add msg when wrong command - by ruckfules99 - 07.02.2010, 22:55
Re: How to add msg when wrong command - by Coicatak - 07.02.2010, 23:00
Re: How to add msg when wrong command - by Babul - 07.02.2010, 23:10
Re: How to add msg when wrong command - by Coicatak - 07.02.2010, 23:11
Re: How to add msg when wrong command - by Daren_Jacobson - 08.02.2010, 00:21
Re: How to add msg when wrong command - by Coicatak - 08.02.2010, 10:28
Re: How to add msg when wrong command - by Babul - 09.02.2010, 02:39
Re: How to add msg when wrong command - by Daren_Jacobson - 10.02.2010, 18:35

Forum Jump:


Users browsing this thread: 1 Guest(s)