01.09.2011, 11:26
You are converting it like this :
Which is wrong, when you need to put it outside OnPlayerCommandText.
pawn Code:
public OnPlayerCommandText( ... )
{
CMD: ...
return 1;
}

