14.08.2013, 20:42
Here's the problem
if(sscanf(params, "s[24]", targetname))
A target player ( Either name Either ID ) must always be defined as "u"
so that should be replaced with
if(sscanf(params, "u", targetname))
if(sscanf(params, "s[24]", targetname))
A target player ( Either name Either ID ) must always be defined as "u"
so that should be replaced with
if(sscanf(params, "u", targetname))

