10.08.2011, 18:04
if(!strcmp(cmdtext, "/me", true, 3))
When using STRCMP with short commands never add lenght match (that number 3) coz it will match /,m and e in any command like /medic, /metar, /mexico... Anything that starts with /me
When using STRCMP with short commands never add lenght match (that number 3) coz it will match /,m and e in any command like /medic, /metar, /mexico... Anything that starts with /me