13.12.2010, 17:43
Try with:
if(strcmp(cmd, "test", true) ==0 )
{
return 1;
}
or use OnPlayerText....
if(text[0] == '&')
{
}
if(strcmp(cmd, "test", true) ==0 )
{
return 1;
}
or use OnPlayerText....
if(text[0] == '&')
{
}