2191
Modification Help / Re: Command Help
« on: March 06, 2009, 02:29:40 PM »
Well I went back to the basics and did this:
if(!isObject(%target) == true)
{
messageClient(%client, '', '\c6That player hasnt spawned yet!', %user);
return;
}
}
};
that makes the spawn check work but I need to make it cancel the message All. How do I make it cancel that?
if(!isObject(%target) == true)
{
messageClient(%client, '', '\c6That player hasnt spawned yet!', %user);
return;
}
}
};
that makes the spawn check work but I need to make it cancel the message All. How do I make it cancel that?