07.07.2011, 22:16
Both ? I thought Zcmd block's the OnPlayerCommandText?
Though, here's how to output zcmd commands :
Though, here's how to output zcmd commands :
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
return Log(cmdtext); // probably do some formating to output the player name etc.
}