Jump to content

jaszpol

Members
  • Posts

    45
  • Joined

  • Last visited

jaszpol's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. As strange as the characters are always on the deactivation error shrubbot
  2. i didn't use QMM. I moved commands lines in shrubbot.cfg of the subnets above subnets in shrubbot.cfg and run server. After 3 days again remove the all commands from shrubbot.cfg and add this subnets http://wklej.org/id/1028865/ ... Gaoesa i send you PM with my logs.
  3. Did you use subnetban commands on the server? no Do you use any third party applications to manage the shrubbot.cfg? no Are you running only one server associated with the single shrubot.cfg file? no
  4. Hi, I have problem with shrubbot system, which crashed. Thus I can't use commands from a file shrubbot.cfg or !ReadConfig. The first time the problem showed up a few days ago, then it effectively terminated my final 20% shrubbot.cfg file and added to the end of [subnetban] a few strange names of the * or %. There is a example code with strange subnetbans - http://wklej.org/id/1028865/. Then it turned off the server for about five minutes I have uploaded a spare shrubbot and turned on and working. But now the problem occurred again, this time not effectively terminated file but added a strange subnets. Update to the new versions of Silent did not help. Our web hosting does not understand the error, and it can not help us. Please help me.
  5. Added: admin chat messsage window. How does it turn?
  6. ok, if it works first. Not exactly as I wanted but thank you very much for your help
  7. ok, I do not know why but it works Thanks and subject to closure.
  8. -- List of vsays that are limited vsaylist = { [0] = "kill_camper", [1] = "oh_camper", [2] = "scripts_camper", [3] = "cheater", [4] = "gameover", [5] = "gej", [6] = "Indi", [7] = "jesus", [8] = "narwhals", [9] = "pierdol", [10] = "poczekaj", [11] = "spac", [12] = "welcome2", [13] = "callpondem", [14] = "canttouchme", [15] = "girl", [16] = "godisadj", [17] = "gumis", [18] = "hwdP", [19] = "kochamcie", [20] = "manamana", [21] = "power", [22] = "1osiem", [23] = "sexy", [24] = "Skill", [25] = "techap", [26] = "tomsnare", [27] = "YMCA", [28] = "ahmed", [29] = "alestozjebal", [30] = "cisza", [31] = "donna", [32] = "doscwojny", [33] = "flaszke", [34] = "glupia", [35] = "haha4", [36] = "haha8", [37] = "jaspierdalam", [38] = "laugh3", [39] = "morgensonnenschein", [40] = "notgay", [41] = "przeklenstw", [42] = "reka", [43] = "shutup1", [44] = "umiecgrac", [45] = "uruguay", [46] = "wimiezasad", [47] = "wtf", [48] = "celantano", [49] = "destenation", [50] = "feel_this_moment", [51] = "gangnam", [52] = "hey_shorty", [53] = "milion_voices", [54] = "mykonos", [55] = "last_christmas", [56] = "pipi", [57] = "scream_shout", -- insert new values here in lower case, edit nil element index too [57] = nil } -- The time when the previous vsay was execed exectimes = {} -- Minimum interval in milliseconds mininterval = 10000 function et_InitGame(levelTime, randomSeed, restart) et.RegisterModname("vsay spam limit script") end function VsayLimits(vsay) local levelTime = et.trap_Milliseconds() vsay = vsay:lower() -- all comparisons in lower case or players start circumventing local i = 0 while vsaylist[i] do if vsaylist[i] == vsay then if exectimes[i] and exectimes[i] > (levelTime - mininterval) then return 1 end exectimes[i] = levelTime return 0 end i = i + 1 end return 0 end -- Returns 1 if the command is intercepted. Note, do not use true or false. function et_ClientCommand( clientNum, cmd, i ) cmd = cmd:lower() -- lower case or players start circumventing if cmd == "vsay" then return VsayLimits(et.trap_Argv(1)) end return 0 endWhat do I have to block the change globally?
  9. I'm sorry that I do not understand but this wine translate. I meant to get around the server could not let go of any vsay twice. So one person lets go bye vsay this one may not exceed 10 seconds release the vsay hi or bye vsay.
  10. This is my pk3. Sorry for double post. vodka_spree_update.pk3
  11. The script works after testing it on the server, but for sure you can not do it in order to block global vsay not only for one user?
  12. I created a new file with deathspree, revivespree and threw them into a folder on the server silent as any other package. Restarted the server, Nabil deathspree colleagues and does not work My friend Nabil spree killed and also the sound does not work. I have set set g_spreeOptions 3071 (1+2+4+8+16+32+64+128+256+512+2048=3071) Pleas help...
  13. if anyone has the recorded files to ET? Do I have to record them yourself from scratch? Revive Spree 3 sound/announces/revive3.wav Revive Spree 5 sound/announces/revive5.wav Revive Spree 10 sound/announces/revive10.wav Death Spree 10 sound/announces/deaths10.wav Death Spree 20 sound/announces/deaths20.wav Spree End by Enemy sound/announces/send.wav Spree End by Team Kill sound/announces/sendtk.wav Spree End by Self Kill sound/announces/sendsk.wav Spree End by Environment sound/announces/sendenv.wav
  14. Hi, I would like to know whether it can be set to not flying two sounds at once on the server. Currently, he sits a few players on the server, and each player has to let go of it soudnpacka all overlap each other. Is it possible to make so that when you turn on the second musician to stop the first one to go? ;>
  15. Ok, I installed a newer version of venice ne4, removed 5-6 maps. And from three days there was no crash and the game server 40. Many thanks for your help and direction what was wrong
×
×
  • Create New...