Recent content by 31_D!4b10

  1. 3

    UID Based Spawn?

    in your init.sqf under the "if (!isDedicated) then {" -Section you add the following: // UID Spawns bambi = compile preprocessFileLineNumbers "addons\uid_coustom_spawn.sqf"; waitUntil {!isNil "PVDZE_plr_LoginRecord"}; if (dayzPlayerLogin2 select 2) then { player spawn bambi...
  2. 3

    UID Based Spawn?

    i could look for all infos u need its not alot... moment, i will collect and upload ;)
  3. 3

    UID Based Spawn?

    i got a script in my server, where i can customize a spawn position for certain uids... i think it would be easy to add it to your wishes ^^
  4. 3

    Duping script - Fix?

    one question: is this working for you? i havent tested it yet, but when i read the following, i think there are missing something: https://community.bistudio.com/wiki/nearEntities how about this?: private ["_escMenu","_typf","_mxBckpcks"]; disableSerialization; waitUntil {!isNull...
  5. 3

    animated slot machine

    is it out now? i think the problem was, that your if statment gotten only 1 "=" so better use if (_reel1 == "cherry") then {
Back
Top