how do i make it so
#1

That when somone does a command thats not on the server Instead of SERVER:INVALID COMMAND or whatever it says

Код:
SendClientMessage(playerid, COLOR_GREEN, " Sorry that command doesnt exist! Do /commands For the list");
Reply
#2

onplayercommandtext

replace return 0; with
pawn Код:
return SendClientMessage(playerid, COLOR_GREEN, " Sorry that command doesnt exist! Do /commands For the list");
also try using searching thing, there's several threads about this already...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)