03.07.2012, 21:13
That script uses zcmd, so you just need to replace
with
Although you might want to change 'text' to something else, because I think '/text' is also used for SMSing in that script.
You might also want to take a look at this, the script uses that streamer for objects.
pawn Code:
if (strcmp("/text", cmdtext, true) == 0)
pawn Code:
CMD:text(playerid, params[])
You might also want to take a look at this, the script uses that streamer for objects.