10.08.2011, 23:29
Bad habit, because the only thing you get is a bugged script.
On topic: You need to add the commands under OnPlayerCommandText as well if you use dcmd.
On topic: You need to add the commands under OnPlayerCommandText as well if you use dcmd.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(onduty, 6, cmdtext);
dcmd(offduty, 7, cmdtext);
return 0;
}