21.04.2010, 16:37
1. i only know the ID of the white "diamond": 1559
2. make sure that each OnPlayerCommandText() callback ends with
else it will implicate that your command was processed succesfully (with return 1; at the end), your filterscripts should return 0; at last, too.
2. make sure that each OnPlayerCommandText() callback ends with
Код:
return 0;