25.09.2013, 17:41
Quote:
That would fit if you used OnPlayerText callback. Since you use OnPlayerCommandText for that, you need to replace text with the params after the space in "/g (from here to the end)". strtok or split function will work but the whole thing is too inefficient method (old and slow). It'd be better to use ZCMD with isnull and you're done!
|