Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 12/23/24 in Posts

  1. This limit will check for how many times a player kills with flare. On the first kill, it will send a warning on chat, on the second kill, it will kick the player. Set limit to evaluate OnKill, set action to None Set first_check to this Expression: Code: ! Regex.Match(kill.Weapon, @"(U_Handflare)", RegexOptions.IgnoreCase).Success Set second_check to this Code: Code: double count = limit.Activations(player.Name); if (count == 1) plugin.SendGlobalMessage(plugin.R("%p_n%, flares not allowed on this server, do not use %w_n% again! Next time kick")); else if (count > 1) plugin.KickPlayerWithMessage(player.Name, plugin.R("%p_n%, kicked you for using %w_n% ")); return false;
    1 point
  2. hi it's been 4 days that i'm getting an error in Adkats : [AdKats] ALTER TABLE adkats_settings MODIFY setting_value varchar(10000) [AdKats] ERROR-7613: [AdKats tables not present or valid in the database. Have you run the AdKats database setup script yet? If so, are your tables InnoDB?] [AdKats] INFO: Shutting down AdKats. [AdKats] SUCCESS: Database timing confirmed. [AdKats] AdKats 7.6.1.3 Disabled! =( here's a screenshot :https://prnt.sc/o9nbuv1E_DZG can anyone help, i tried for hours, running the script again, etc,,, note : everything was working for years with no issues
    1 point
×
×
  • Create New...

Important Information

Please review our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.