14.10.2011, 19:48
Tehnically, it goes like :
public OnPlayerCommandText(playerid, cmdtext[])
{
return 0;
}
but what be probablly meant is that you should look up in the FILTERSCRIPTS for that, because if they return it, it won't work. Also, ZCMD disables OnPlayerCommandText.
public OnPlayerCommandText(playerid, cmdtext[])
{
return 0;
}
but what be probablly meant is that you should look up in the FILTERSCRIPTS for that, because if they return it, it won't work. Also, ZCMD disables OnPlayerCommandText.