16.04.2014, 21:23
Looks like you need to update ZCMD perhaps?
Also, I've noticed something with your code. For the sscanf line, it should be this:
128 can be replaced with whatever. This just means you are giving a string length. str and str2 should be put to something like 128 too.
Also, I've noticed something with your code. For the sscanf line, it should be this:
pawn Код:
if(sscanf(params, "us[128]", id, str2))