Small question about ZCMD
#1

Hello, i got a small question.

Is it possible to make like this :

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    return SendClientMessage(playerid, COLOR_RED, "Invaild command");
}
But in ZCMD? Its a little hard to explain. But is that possible?

Instead of : SERVER: Unknown command
Reply
#2

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success) return ...
    return 1;
}
Reply
#3

Thanks :P
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)