11.05.2014, 08:44
I think you can't put a space in a command so try this?
pawn Код:
if(strcmp(cmdtext, "/i", true))
{
new var[5];
if(strcmp(var,"use",true) == 0)
{
// Code here
}
}