20.07.2009, 05:03
Quote:
|
Originally Posted by Annihalation
if it is a filterscript, then that is why
if its a filterscript you need to go onto your Game Mode file and put in where it says OnPlayerCommandText Код:
if (strcmp("/pizzaboy", cmdtext, true)==0) return 1;
if (strcmp("/towtruckjob", cmdtext, true)==0) return 1;
|


