Help: i need know some about DCMD - 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)
+--- Thread: Help: i need know some about DCMD (
/showthread.php?tid=429012)
Help: i need know some about DCMD -
morocco - 07.04.2013
Hi guys
i need know why We make this Numbers
dcmd(on, ==>''2''<===, cmdtext);
dcmd(off, ===>3<====, cmdtext);
and how to know how much Numbers i need to make ( 1 or 5 or 3 or ... )
Ok guys , please help me
Re: Help: i need know some about DCMD -
Shoulen - 07.04.2013
The number refers to the amount of characters in the command.
Re: Help: i need know some about DCMD -
SchurmanCQC - 07.04.2013
Quote:
Originally Posted by morocco
Hi guys
i need know why We make this Numbers
dcmd(on, ==>''2''<===, cmdtext);
dcmd(off, ===>3<====, cmdtext);
and how to know how much Numbers i need to make ( 1 or 5 or 3 or ... )
Ok guys , please help me 
|
It depends on the size of the command string (how many characters)
if the command is "fuckyou" that number would be 7.
If it was "ass" it would be 3.
If it was "hi" it would be 2.
Re : Re: Help: i need know some about DCMD -
morocco - 07.04.2013
Quote:
Originally Posted by Shoulen
The number refers to the amount of characters in the command.
|
thanks
Quote:
Originally Posted by Schurman
It depends on the size of the command string (how many characters)
if the command is "fuckyou" that number would be 7.
If it was "ass" it would be 3.
If it was "hi" it would be 2.
|
Yeehh , thank you very much