Returning a message on ZCMD?
#2

Код:
new bla[32];
format("The Command /%s not exist!",cmdtext);
then look for return 0 in OnPlayerCommandText and Replace it with
Код:
return SendClientMessage(playerid,0xFF0000FF,bla);
//edit : oh Sorry zcmd ~_~
Reply


Messages In This Thread
Returning a message on ZCMD? - by Torran - 23.02.2010, 15:11
Re: Returning a message on ZCMD? - by BlackFoX - 23.02.2010, 15:14
Re: Returning a message on ZCMD? - by Torran - 23.02.2010, 15:15
Re: Returning a message on ZCMD? - by Sergei - 23.02.2010, 15:46

Forum Jump:


Users browsing this thread: 1 Guest(s)