02.08.2011, 12:04
Beacuse use
not "z"
Note:
Z(string)[length] Invalid optional string
z(string)[length] Deprecated optional string
S(string)[length] Optional string
s[length] String
You need a lenth by using s or z for exemple s[128] as i put above
pawn Код:
if(sscanf(params, "s[128]", Message))
Note:
Z(string)[length] Invalid optional string
z(string)[length] Deprecated optional string
S(string)[length] Optional string
s[length] String
You need a lenth by using s or z for exemple s[128] as i put above

