Surely there's a better way of doing this than having to create a new class in the Cfg?
So players don't have to download any files?
You could just use the self actions for this; add a requirement check (toolbox), a blank/unused item for the inventory and some cutText explanation.
You'd...
As soon as I get round to setting up a Sahrani server I'm making this spawn in some drug cartel/militia style villa on the map as a super-rare item, it may not be the best weapon but you'll feel like such a boss holding one!
Bumping this, it'd be nice if some people could share the various performance tweaks they've found.
http://www.mysqlperformanceblog.com/2006/09/29/what-to-tune-in-mysql-server-after-installation/
Some tweaks for MySQL I stumbled across...Now someone else post something :D
Sounds like Duke Nukem, strippers in the apocalypse...awesome :P and quite possible to make the AI give them painkillers/bloodbag. It might be easier to just remove the shock through a script.
if (goodTimes) then {
usecPainK = [_unit,player];
publicVariable "usecPainK";
_unit...
That is a whole different mod with a different intent to this one, but yes it is possible.
No, it wouldn't.
For that, try this (untested):
if (!isDedicated) then {
sleep 1;
// Player UID's
if ((getPlayerUID player) in ["123644358"]) exitWith...
The point of this script is to pick between 2 locations at random, if you want a single and set location look at my thread (and remember to look at the fix for 1.7.7.1 on the last page if you're running that version of dayz).
Doesn't quite work like that, you could create a variable with a random number, then use an if statement for each possible spawn location.
E.g. for a 50% chance between 2 locations
(Example code, may not work, just concept, expect errors)
_var = random 1;
if (_var > 0.5) then {
//set...
I'll get back to you about that asap me and gorsy are a bit busy setting up a dedi at the moment, you haven't gone unnoticed don't worry.
You're missing something, the reason that Gorsy is posting that is because he knows I was annoyed by the fact that MrGrimm didn't take him up on his offer...
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.