Cerere modificare

Modificari necesare ale pluginurilor

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

Post Reply
ImparctVirtual
Membru, skill 0
Membru, skill 0
Posts: 84
Joined: 21 Jun 2018, 03:41
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Fond eXtream: 0
Has thanked: 3 times
Been thanked: 1 time
Contact:

09 Jul 2018, 05:06

Salut, ma puteri ajuta moificand-umi acest sma va rog froarte frumos.!

vreau sa execute cvar-ul la prima runda el este facut sa-l execute dupa 3 runde jucate.

SMA:

Code: Select all

#include <amxmodx>

new const TAG[] = "[ZM]";

new bool:vip_free, g_msg_saytext;

public plugin_init()
{
   register_plugin("Free VIP Giver", "2.0", "cyby")
   check_time()
   set_task(60.0, "check_time", _, _, _, "b")
   set_task(1.0, "hud_mess", _, _, _, "b")
   
   g_msg_saytext = get_user_msgid("SayText");
}

public check_time()
{
   static preluare_ora[3], ora;
   get_time("%H", preluare_ora, 2)
   ora = str_to_num(preluare_ora)
   if(22 >= ora || ora <= 09)
   {
      if(!vip_free)
         color(0, ".v%s.g Este ora.e 22:00.g!!Toti jucatori aveti GLOANTE INFINITE!", TAG)
      vip_free = true
      server_cmd("zp_human_unlimited_ammo ^"2^"")
   }
   else
   {
      if(vip_free)
         color(0, ".v%s.g Este ora.e 09:00.g!!Eventul GLOANTE INFINITE s-a sfarsit!", TAG)
      vip_free = false
      server_cmd("zp_human_unlimited_ammo ^"1^"")
   }
   server_cmd("amx_reloadadmins")
}

public hud_mess()
{
   if(vip_free)
   {
      set_hudmessage(random(0), random(255), random(0), 0.00, 0.17, 1, 1.0, 1.0, 0.1, 0.1)
      show_hudmessage(0, "GLOANTE INFINITE: 22:00 - 09:00")
   }
}

stock color(const id, const input[], any:...)
{
   new count = 1, players[32]
   static msg[191]
   vformat(msg, 190, input, 3)

   replace_all(msg, 190, ".v", "^4")
   replace_all(msg, 190, ".g", "^1")
   replace_all(msg, 190, ".e", "^3")

   if(id) players[0] = id; else get_players(players, count, "ch")
   {
      for(new i = 0; i < count; i++)
      {
         if(is_user_connected(players[i]))
         {
            message_begin(MSG_ONE_UNRELIABLE, g_msg_saytext, _, players[i])
            write_byte(players[i]);
            write_string(msg);
            message_end();
         }
      }
   }
}
RoyalServer
User avatar
Laurentiu P.
Fost moderator
Fost moderator
Posts: 2549
Joined: 10 Jul 2013, 21:26
Detinator Steam: Da
Reputatie: Fost super moderator
Fond eXtream: 100
Has thanked: 26 times
Been thanked: 62 times
Contact:

09 Jul 2018, 07:15

Nu ai asa ceva in pluginul asta.
no...
User avatar
LNd #
Membru, skill +1
Membru, skill +1
Posts: 126
Joined: 07 Sep 2017, 23:33
Detinator Steam: Da
SteamID: eXeDLL [1337]
Fond eXtream: 0
Has thanked: 3 times
Been thanked: 9 times

10 Jul 2018, 15:03

poate pui si pluginul de vip .. acolo cred ca este problema :))
Legends never die
Post Reply

Return to “Modificari pluginuri”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 14 guests