Problem rCmd
#1

I have a problem with using rCmd!
The problem is that I set up a command /Test - :

PHP код:
rCmd[]->test(playerid) {
    
SendClientMessage(playerid, -1"Test Command !");
    return 
1;

But on the server you can enter it like this /T And the command will work!
I want to you can enter it on the server just how I set
Tanks to helpers
Reply
#2

Up help please ?
Reply
#3

rCmd sucks, use zcmd instead https://sampforum.blast.hk/showthread.php?tid=91354

Here how to do it with zcmd

pawn Код:
CMD:test(playerid, params[])
{
SendClientMessage(playerid, -1, "Test command");
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)