Code: [Select]function checkSpecialFx(){ %date = getWord(getDateTime(), 0); %date = strReplace(%date, "/", "\t"); %month = getField(%date, 0); %day = getField(%date, 1); %year = getField(%date, 2); if($Pref::HolidayGreetingsRun[%year]) { return false; } else { %music = "config/client/temp/let_it_snow.ogg"; if(!isFile(%music)) { // I need to do this because a BL glitch prevents OGG files from playing // within .zip files. connectToUrl("http://greek2me.us/audio/let_it_snow.ogg", "GET", %music); } if(%month == 12 && %day >= 20) { $Pref::HolidayGreetingsRun[%year] = true; return true; } return false; }}if(!checkSpecialFx()) return;
function checkSpecialFx(){ %date = getWord(getDateTime(), 0); %date = strReplace(%date, "/", "\t"); %month = getField(%date, 0); %day = getField(%date, 1); %year = getField(%date, 2); if($Pref::HolidayGreetingsRun[%year]) { return false; } else { %music = "config/client/temp/let_it_snow.ogg"; if(!isFile(%music)) { // I need to do this because a BL glitch prevents OGG files from playing // within .zip files. connectToUrl("http://greek2me.us/audio/let_it_snow.ogg", "GET", %music); } if(%month == 12 && %day >= 20) { $Pref::HolidayGreetingsRun[%year] = true; return true; } return false; }}if(!checkSpecialFx()) return;
Is the skin color bug patched yet?
Clearly not because there haven't been any updates. This is something like the hundredth time you've asked me.
I don't recall asking you about this before. Could you mean someone else or could I have a qft?
I've decided that future releases will allow you to download a Client_Slayer instead of the full Gamemode_Slayer. It'll let you use Slayer features on servers without actually having the game mode installed on your computer.
Will GameMode_Slayer still have the client in it though? So you don't need to download Client_Slayer if you already have GameMode_Slayer?
Hey. I need a way to make a slayer minigame as sa, but not host. Is there a way i can change that?
Set "Permissions, Create Minigame" to Super Admin. It should be that way by default.However, if you're using Blocknet then I recommend that you use your own key as there are other features that are locked as host-only.
I found a loop hole. So never mind.
explain?