ZCMD - DCMD - STRCMP
#1

Say now i have a script that uses mainly ZCMD

Can i add DCMD or even the old STRCMP (onplayercommandtext) commands without any issues?
Reply
#2

Yes you can i have GM which using ZCMD and STRCMP.But above DCMD i think you can add it too
Reply
#3

I'm not sure just because Zcmd uses other callbacks (or functions) such as:

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    return 1;
}
and

pawn Код:
public OnPlayerCommandReceived(playerid, cmdtext[])
Reply
#4

Quote:
Originally Posted by GangsTa_
Посмотреть сообщение
I'm not sure just because Zcmd uses other callbacks (or functions) such as:

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    return 1;
}
and

pawn Код:
public OnPlayerCommandReceived(playerid, cmdtext[])
He can use ZCMD i have GM which using ZCMD too and no problems.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)