Poll


Currently not accepting donations.
Thank you for your support!


Announcements:

  • Help wanted! I don't have time to work on Slayer. If you want bugfixes/features, lend a hand. Post in the thread if you're interested!
  • [2016/11/29] Slayer update released (p59). Lots of bug fixes.
  • [2016/12/23] Slayer update released (p60).
  • [2017/01/11] CTF updated! New events and more. (p60)

Author Topic: Slayer | New Bugfix Update  (Read 257697 times)

Then it simply shouldn't run. I have no idea how that's happening.

Quote
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;

Anyway, delete the Gamemode_Slayer\client\modules\specialFX folder and it'll stop appearing.

Is the skin color bug patched yet?

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.
« Last Edit: December 23, 2014, 12:23:57 PM by Greek2me »

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 don't recall asking you about this before.  Could you mean someone else or could I have a qft?
I probably mixed you up with somebody. In any case, it'll be in the next update but I have no idea when that will be.

Okay.  Just knowing that it's on its way and that you have a better track record than Badspot for quick updates, I feel reassured.

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.

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?

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?
Yep! It's just an alternate, smaller download for people that don't want the game mode.

Hey. I need a way to make a slayer minigame as sa, but not host. Is there a way i can change that?

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.

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?
I made a minigame start with the server and make edit rights sa.

On my server and other's why are the faces messed up? it changes the skin for no reason so you have to paint them ti make it normal. Please can you try and fix it