20.07.2009, 05:00
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 you put that in your game mode file, then the actual server file will recognize it. If you are already in your game mode file, then i have no idea what to tell you
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;