24.12.2018, 16:59
Also:
use the parameter "u" instead of "i" so you can choose either the target's name or his ID, using "i" will trigger IDs only.
Код:
if(sscanf(params, "ii", targetid, skinid))
Код:
if(sscanf(params, "ui", targetid, skinid))