#1

Hello guys im scripting a new cmd with ycmd

how to script a new cmd with ycmd ?
and how ?

*____________*
Quote:
Originally Posted by Stinged
Посмотреть сообщение
pawn Код:
CMD:command(playerid, params[])
{
    // Do whatever you want.
    return 1;
}
or

pawn Код:
YCMD:command(playerid, params[], help)
{
    // Do whatever you want.
    return 1;
}
The second one has "help". Read the y_commands topic to know more about the help param.


And don't bump your topic after 2 minutes.. Read the forum rules.
Thanks
Reply
#2

Anyone ? knows ?
Reply
#3

Hope this helps you!

https://sampforum.blast.hk/showthread.php?tid=169029
Reply
#4

pawn Код:
CMD:command(playerid, params[])
{
    // Do whatever you want.
    return 1;
}
or

pawn Код:
YCMD:command(playerid, params[], help)
{
    // Do whatever you want.
    return 1;
}
The second one has "help". Read the y_commands topic to know more about the help param.


And don't bump your topic after 2 minutes.. Read the forum rules.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)