18.10.2010, 03:01
Here here!!
You do make a good point though strcmp can be used with ZCmd quite easily.
No, don't recommend that junk. Zcmd has been proven to process commands faster and with far less code.
You really do not need to sscanf the params on a /me command. The way you have it makes the command inefficient.
Quote:
pawn Код:
|
No, don't recommend that junk. Zcmd has been proven to process commands faster and with far less code.
Quote:
Here is my code for a /me command with zcmd + sscanf.
pawn Код:
|