Liberty Unleashed
Scripting => Script Help => Topic started by: mimomohamed on October 08, 2012, 09:05:26 am
-
I can add Server Rule By this CMD From WIKI
function onPlayerCommand( id, cmd, text )
{
if ( cmd == "testrule" )
{
SetServerRule("Test Rule", "Test Value");
}
}
But How To Remove It When I Need ?
-
I think setting it to "" will remove it. But if that doesn't work, I donno :P
-
I think setting it to "" will remove it. But if that doesn't work, I donno :P
That works man xD thanks man :) ;D