13.12.2009, 09:54
yeah he is right and try to put this on the top of your script .It may help you
EDIT:
Код:
#pragma tabsize 0
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(ban,3,cmdtext);
return 1;
}
return 0;
}

