27.06.2013, 16:31
I know strings aren't supported by SetTimerEx, but I'm not sure about CallLocal/RemoteFunction. perhaps strings don't work in those either.
Add a debug print/SCM to see if CallRemoteFunction is actually being called.
If the callback is in the same script, you can just call it like a function anyway: OnPlayerCommandText(playerid, "/blah");
Add a debug print/SCM to see if CallRemoteFunction is actually being called.
If the callback is in the same script, you can just call it like a function anyway: OnPlayerCommandText(playerid, "/blah");