SA-MP Forums Archive
How can i change SERVER: UNKNOWN COMMAND? - 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: How can i change SERVER: UNKNOWN COMMAND? (/showthread.php?tid=148939)



How can i change SERVER: UNKNOWN COMMAND? - Ihsan_Cingisiz - 19.05.2010

How can i change this, with which script?


Re: How can i change SERVER: UNKNOWN COMMAND? - Bomber - 19.05.2010

At the end of OnPlayerCommandText where is return 0 change to:
pawn Код:
return SendClientMessage(playerid,COLOR_BLUE,"Whoaa!! Wrong Command!! Try /cmds for some help.");
}