Liberty Unleashed

Scripting => Script Help => Topic started by: mimomohamed on October 08, 2012, 09:05:26 am

Title: SetServerRule
Post by: mimomohamed on October 08, 2012, 09:05:26 am
I can add Server Rule By this CMD From WIKI
Quote
function onPlayerCommand( id, cmd, text )
{
     if ( cmd == "testrule" )
     {
          SetServerRule("Test Rule", "Test Value");
     }
}

But How To Remove It When I Need ?
Title: Re: SetServerRule
Post by: Thijn on October 08, 2012, 04:10:39 pm
I think setting it to "" will remove it. But if that doesn't work, I donno :P
Title: Re: SetServerRule
Post by: mimomohamed on October 08, 2012, 04:35:25 pm
I think setting it to "" will remove it. But if that doesn't work, I donno :P

That works man xD thanks man :) ;D