25.07.2010, 19:02
for zcmd.....
Just add these somewhere in GM
Hope its helped and i use zcmd+sscanf
Just add these somewhere in GM
Code:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
return SendClientMessage(playerid, 0xFF0000FF, "Wrong command?USE /HELP");
}

