13.12.2010, 20:20
I'm trying to make a character on OnPlayerText become a command, for type:
Instead
here:
And when I type, just shows the character:
PS: My command chose is on dcmd, but I already tried with a command on OnPlayerCommandText, and doesn't works. Any Idea?
pawn Код:
& + text
pawn Код:
/x + text
pawn Код:
if(text[0] == '&')
{
OnPlayerCommandText(playerid, "/x");
return 0;
}
pawn Код:
&