21.09.2010, 10:24
remove the (last)
from your OnPlayerCommandText(). this will cause your FS callback NOT to return, so it will execute the gamemodes' callback aswell, if it didnt find any known command in your FS.
Код:
return 1;