why not just set a GetIn EventHandler which tells the player that this vehicle is despawning on restart right in the vehicle spawn. So you dont have to check everytime for a variable and if the player is in a vehicle:
Yes this can be set on the server.pbo
_object addEventHandler ["GetIn",{...
just change some numbers here and there:
_lightArea setLightColor [0.5,0,0]; //[0.1,0.005,0.005];
_lightArea setLightAmbient [0.2,0.01,0.01];
also try to set the brightness so it fits to a neon light.
Another point is there is no option to switch off the light ^^
try to replace der Krixes Selfaction with this:
if((speed player <= 1) && ("bloodBagONEG" in magazines player) && _canDo) then {
if (s_player_selfBloodbag < 0) then {
s_player_selfBloodbag = player addaction[("<t color=""#c70000"">" + ("Self Bloodbag")...
should not be the problem. you can even dublicate objects with exact same worldspace, inventory, etc. and they should not disappear.
For me its sounds like there is something wrong with your upgrade script, but since you do not give us any logs we only can guess whats the problem
ok let me give you some help here :)
first what you need is the fn_selfaction.sqf (if you not having one, i will help you to get it)
Next step would be if you tell me on which mod you want to install it, its not that important but could help to get this easier done.
so lets start from the...
I can not tell now because I'm on my phone now.
But try to spawn the blood bag with your blood type and see if you can right Click on it or if you get a scroll Menu.
Else I will help you to get this installed :D
Don't need to be mad Dave.
Like I've told you, you do not need this script on the 1.8.2 version since it has its own self blood bag (or I forgot there something)
But if you wish to install it just keep in mind that the bllodbags class names changed since this version released (at least for...
to be honest:
Your server is like 98% of the other Servers. You dont have anything special which you cannot find on other servers. If you looked around a bit you could easily find a really nice Script Pack which has all Scripts you like and players love. With that its alot easier to give players...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.