SA-MP Forums Archive
One question.. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: One question.. (/showthread.php?tid=156939)



One question.. - Libra - 24.06.2010

Did you see:

"SERVER: Unknown command"

?

I need help, how do I change it (like to "SERVER: Unknown command. Type /commands for a list of commands"?


Re: One question.. - NewTorran - 24.06.2010

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
return SendClientMessage(playerid, PUTCOLORHERE, "SERVER: Unknown command. Type /commands for a list of commands");
}
There you go


Re: One question.. - Libra - 24.06.2010

Thank you! Cookie!