02.02.2013, 06:54
Your code looks very messy.
First of all only samp include is being unsed, second try to avoid pragma tabsize and tide your script a bit. I think that those includes are causing you a problem, because everything else seems pretty fine, you have AddPlayerClass under OnGameModeInit.
You've included zcmd but you're not using it at all so remove other includes except samp one and try to recompile.
I think something gets messed up with zcmd and OnPlayerCommandText.
First of all only samp include is being unsed, second try to avoid pragma tabsize and tide your script a bit. I think that those includes are causing you a problem, because everything else seems pretty fine, you have AddPlayerClass under OnGameModeInit.
You've included zcmd but you're not using it at all so remove other includes except samp one and try to recompile.
I think something gets messed up with zcmd and OnPlayerCommandText.