Author Topic: I need help on a code..  (Read 502 times)

I need help, I know there's a code for making something admin only, is there one for a host? Need some help.

if(%client.bl_id != getNumKeyID() && findLocalClient() !$= %client)
{
    messageClient(%client, '', "You are not the host");
    return;
}

if(%client.bl_id != getNumKeyID() && findLocalClient() !$= %client)
{
    messageClient(%client, '', "You are not the host");
    return;
}

Thanks locking for now