15.08.2009, 09:51
is it like this ?
pawn Код:
if(strcmp(cmd, "/anim", true) == 0)
{
tmp = strtok(cmdtext, idx);
new anim = strval(tmp);
if (anim == handsup)
{
// here the anim line
}
return 1;
}