26.10.2010, 18:19
you need to add:
dcmd(get, 3, cmdtext);
dcmd(goto, 4, cmdtext);
to OnPlayerCommandText...
below the other dcmd line which you defined there (at the end of the OnPlayerCommandText function)...
dcmd(get, 3, cmdtext);
dcmd(goto, 4, cmdtext);
to OnPlayerCommandText...
below the other dcmd line which you defined there (at the end of the OnPlayerCommandText function)...