20.08.2009, 03:47
under onplayercommandtext*
dcmd(command,number of letters of the command,cmdtext);
dcmd(othercommand,number of letters of the command , cmdtext);
return 0;
}
--
you can put all the dcmds you want
dcmd(command,number of letters of the command,cmdtext);
dcmd(othercommand,number of letters of the command , cmdtext);
return 0;
}
--
you can put all the dcmds you want

