[Include] [I-ZCMD]Improved ZCMD - Fastest Command Processor - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (
https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] [I-ZCMD]Improved ZCMD - Fastest Command Processor (
/showthread.php?tid=576114)
Re: [I-ZCMD]Improved ZCMD - Fastest Command Processor -
Command - 30.04.2017
Hi, i have problems. "Server: Unkown Commands" how to change this text?
EDIT: Fixed.
Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success) return SendClientMessage(playerid, -1, "{FF0000}[ERROR]{FFFFFF} Error text.");
return 1;
}
Re: [I-ZCMD]Improved ZCMD - Fastest Command Processor -
AbyssMorgan - 30.04.2017
Quote:
Originally Posted by Command
Hi, i have problems. "Server: Unkown Commands" how to change this text?
|
PHP код:
CMD:test(playerid){
if(!IsPlayerAdmin(playerid)) return 0;
return 1;
}
public OnPlayerCommandPerformed(playerid, cmdtext[], success){
if(!success) return SendClientMessage(playerid,-1,"bla bla bla");
return 1;
}
Re: [I-ZCMD]Improved ZCMD - Fastest Command Processor -
Command - 30.04.2017
Quote:
Originally Posted by AbyssMorgan
PHP код:
CMD:test(playerid){
if(!IsPlayerAdmin(playerid)) return 0;
return 1;
}
public OnPlayerCommandPerformed(playerid, cmdtext[], success){
if(!success) return SendClientMessage(playerid,-1,"bla bla bla");
return 1;
}
|
Thanks. +rep
Re: [I-ZCMD]Improved ZCMD - Fastest Command Processor -
feheristi97 - 23.07.2017
Is it possible to make this include compatible with accent characters? I mean like ő, й б, ь, ű characters? I know the older version which was published in 2008(9) is compatible with those characters.. what about this one? is it possible?
Re: [I-ZCMD]Improved ZCMD - Fastest Command Processor -
Deken - 28.12.2018
but can someone explain me something now is izcmd only faster version of zcmd and how we can know it that it faster
Re: [I-ZCMD]Improved ZCMD - Fastest Command Processor -
cuber - 28.12.2018
Quote:
Originally Posted by Deken
but can someone explain me something now is izcmd only faster version of zcmd and how we can know it that it faster
|