05.04.2012, 05:57
Example.
"That line basically declares the command, it checks the variable cmdtext to see if you typed /heal, the number 4 is the length of the word "heal", the word "heal" (without double quotes) is both the command to type and part of the function to call."
https://sampwiki.blast.hk/wiki/Fast_Commands
pawn Код:
dcmd(heal, 4, cmdtext);
https://sampwiki.blast.hk/wiki/Fast_Commands