zcmd help
#1

Well, I'd like to make a command /carcolor, but I also want people to be able to do /cc and it'll be the same command.
So how can I make a command using ZCMD, where people can type in /carcolor or /cc and it'll basically be the same command?
Reply
#2

pawn Код:
CMD:cc(playerid, params[])
{
return cmd_carcolor(playerid, params)
}
Reply
#3

thx.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)