Just wondering if someone could give me some tips for basic scripting.
I've been looking through others' scripts, add-ons, etc. and I think I'm ready to make an "ignore" script.
Here it is so far.
//------ ------- ------
//Ethos' Ignore Script
//------ ------- ------
function clientCmdignorehelp(%client)
{
messageclient(%client,'',"\c2V9 Ignore functions are as follows");
messageclient(%client,'',"\c3/Ignore Playername ");
messageclient(%client,'',"\c3/Listen Playername ");
}
function clientCmdignore(%client)(%victim)
{
if(!%victim.isAdmin);
{
messageclient(%client,'',"\c3 You can't ignore Admins or Super Admins");
}
else
{
I'm sort of stuck there. If you can help in any way, or if my code is already forgeted up, PM me or post here and let me know.
Regards,
~Ethos[/s]
User was banned for this post