DCMD to ZCMD
#1

how to make this on ZCMD ??

pawn Код:
dcmd_whisper(playerid,params[]) return dcmd_w(playerid,params);
Reply
#2

There are about 500 tutorials and threads on this. Here's one;

https://sampforum.blast.hk/showthread.php?tid=231496
Reply
#3

nothing working
pawn Код:
CMD:w(playerid, params[]) return CMD:whisper(playerid, params[]);
Reply
#4

Код:
CMD:whisper(playerid, params[])
{
    //Your code
}
CMD:w(playerid, params[])
{
     return CMD:w(playerid, params[]);
}
That should work.
Reply
#5

pawn Код:
CMD:whisper(playerid, params[]) return cmd_w(playerid, params);
...
Reply
#6

thank you all
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)