Search results

  1. K

    Schwedes Blood-Regeneration (Over Time) need help

    It is great, but I am a newbie in this question, so even if i find such script i don't know where i should rather paste a peace of it =(
  2. K

    Schwedes Blood-Regeneration (Over Time) need help

    bloodAmount = 1; while {true} do { if(r_player_blood > 12000) then { r_player_blood = 12000; } else { sleep 2; r_player_blood = r_player_blood + bloodAmount; }; };
  3. K

    Schwedes Blood-Regeneration (Over Time) need help

    I thought it would be more realistic if add this script, but I'd like to change it a little, I mean to add some exceptions, so it would not work if player is in combat, bleeding, hungry <50%, thirsty <50%, overladened, temperature <32 C. Also it would be great to add scale from 1-10 points per 2...
  4. K

    some PRT errors

    Sorry for a lot of topics at one time, but I already use the forum for a month and registered only today registered, so I amassed lots of questions. The first one seems rather easy, a missed ")" but Notepad++ shows everything is ok =( 10:08:31 Error in expression < { if(vehicle _x != _x &&...
  5. K

    Zombie loot

    Where can I change loot in my zombies and DZAI, I have added something like unique trader which trade only for gems which I want the only way to be get is loot from zombies, AI and win in admin quests. Thanks beforehand, and sorry for my English
  6. K

    how to remove ai from my safezones?

    Shooting bots in the safezone annoy me and my players greatly, I've tried to remove them with a help of some type of nuker zed script but the scripts is calling by sensors in mission.sqm to decrease server load, but I have a problem that traders also dissaper. Here is the script i used to remove...
Back
Top