[HELP] Call a YCMD command?‎
#1

Hi guys, How to call commands with YCMD (******) ?

Es with ZCMD :

Код:
CMD:hello(playerid, params[])
{
SendClientMessage(playerid,"Hello");
return 1;
}

// Call CMD

cmd_hello(playerid,"");
Thanks!
Reply
#2

YCMD or Y_CMD don't know sure tho.
Reply
#3

You can not do with a # define?
Even for a single command

*Sorry my bad english..

EDIT: I want to call for a dialog
Reply
#4

Ok, thanks.
Reply
#5

Command_ReProcess?
Reply
#6

Quote:
Originally Posted by Pedro_Miranda
Посмотреть сообщение
Command_ReProcess?
no, I had already tried does not work...
Reply
#7

i wanna know if is possible to do something like this

CMD:cmd(playerid, params[])

and i wanna call this command if someone type /c or /cmd aswell
Reply
#8

Delete post.
Reply
#9

maybe you can try by calling OnPlayerCommandText
i don't know yet because i don't use ycmd
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)