Posts: 115
Threads: 34
Joined: Jan 2012
Reputation:
0
Heyaa!
Can someone can tell me how to change that someone typed an unknown command it will not show as "SERVER: Unknown command" but whatever different text in example "You`re not a harry poter to make your own commands."
Thanks!
Posts: 540
Threads: 107
Joined: Sep 2014
Reputation:
0
Thanks for bumping an 3 years topic.
@aCloudy.
Posts: 528
Threads: 70
Joined: Nov 2014
Reputation:
0
05.05.2015, 05:45
(
Last edited by fuckingcruse; 05/05/2015 at 05:47 AM.
Reason: godde said that :)
)
Its easy , at end in the place or return 0 type
return SendClientMessage(playerid , -1 /*you can choose your color*/ , " You are not harry potter to make your own commands! ");
That's it.. BINGO!!
Posts: 25
Threads: 3
Joined: Jan 2016
Reputation:
0
Sorry for bumping the topic.
But I did what you guys talking about but still it sends me SERVER:Unknown Command.
It worked from my past scripts idk why it won't work now.
is this a update bug?
Posts: 851
Threads: 33
Joined: Jul 2016
Reputation:
0
Why not start a new thread instead of Bumping a 5 years old thread?? Although, It differs from a script to another, Some scripts needs you to create a new unknown command stock..
Posts: 15
Threads: 2
Joined: Apr 2018
Reputation:
0
How to make it so it will only respond to commands which are not in use? For instance I have /help but when I used /help it still shows the message now. I want it to show only for commands which or not in use. Anyone?