Search results

  1. U

    Question about a new variable I made.

    YAY!! I usually just make those mistakes cos I'm daft and then spend two hours looking over the code only to find I missed a bloody comma :p .. Cut and paste are not your friend in this field :D
  2. U

    its so lonely here ...

    That nipple.. I feel uncomfortable staring at it, yet strangely aroused!
  3. U

    Origins Housing Script

    Origins has its own lock unlock code. Houses use the players UID and the stronghold uses the code pad. One stores the code in the database CharacterID field and the other in the hitpoints field. You will need to rewrite the origins code in the servers system monitor sqf, the origins files in the...
  4. U

    Question about a new variable I made.

    profilenamespace setvariable["player_DeathTimeTick",15]; //don't forget the closing " saveprofilenamespace; To retrieve that variable just use this: (ShootingBlanks, you missed a closing quote on both examples) player_DeathTimeTick = profilenamespace getvariable "player_DeathTimeTick"; If...
  5. U

    Open/Close Doors issue with: Classname: Land_MBG_Police_Station

    Yeah at the moment I use the while loop but it just feels too duct-tape'y to me , if you know what I mean. The building is definitely being picked up by the cursor , I've got a debug that shows anything I'm looking at and even without admin tools it shows the building name. Good old Arma...
  6. U

    Open/Close Doors issue with: Classname: Land_MBG_Police_Station

    Edit: I'm running Epoch Origins Lingor . I saw another post that mentioned the issue might be related to Epoch! Earlier today I noticed that if as an admin I pressed key 1 (which is unlock vehicle) inside a Land_MBG_Police_Station, I would get the option to open and close all the doors that...
  7. U

    Infistar and profileNamespace issues..

    I used to do this on my old server: Make a mission for bandits to help bandit AI defend a base. When bandits enter the area they are set to Captive, so the AI don't shoot them. If the player bandit try to cheat and kill any of the AI , the kill script would switch off the setCaptive (muhaha)...
  8. U

    Infistar and profileNamespace issues..

    This is a great feature for low populated servers that are just starting up (like mine). You obviously get players that really want to be bandits, but don't get the opportunity to gain negative humanity due to limited victims :p . So this new addition to my server has really changed the...
  9. U

    Infistar and profileNamespace issues..

    8:35:33 [DZMS]: Debug: Unit killed by B 1-1-B:1 (Hayward) REMOTE at 027053. Faction: BANDIT Works flawlessly , thanks again for your help Inkko.
  10. U

    Infistar and profileNamespace issues..

    Thank you. I learnt something new today, I mean this has really helped me understand a lot. Can't thank you enough for being cool with your replies and helping me learn something along the way :) I owe you one :)
  11. U

    Infistar and profileNamespace issues..

    I think something is borked . since playing around with these namespaces etc , I notice that the DZMS config file isn't being called anymore. The AI have rocket launchers , which I've disabled in the config. So I'm just going through trying to figure out what has broken. I've gone right back to...
  12. U

    Infistar and profileNamespace issues..

    It's the DZMS AI killed script.
  13. U

    Infistar and profileNamespace issues..

    Odd. It returns Scalar Nan for _humanity . But It's definitely a number ? _humanity = _player getVariable["humanity", 0];
  14. U

    Infistar and profileNamespace issues..

    This isn't working. I've tried a variant of it using just the switch and keeping the default score function for both. But it doesn't effect the humanity at all (doesn't add / change it). I'm going to play with it again tonight when my server is empty. I'll let you know if I find the reason .
  15. U

    Infistar and profileNamespace issues..

    Yeah, I was just being lazy with my reply. Anyway, can't thank you enough for helping me get my head around this. I'm learning something new everyday thanks to people like yourself. Cheers :D
  16. U

    Infistar and profileNamespace issues..

    I was right then? :p Thank you for that. Appreciated as always.
  17. U

    Infistar and profileNamespace issues..

    By their faction, if you mean the players faction, then yes , spot on :) So if i'm getting this right. I can set : player setVariable ["myFaction","BANDITS"]; Then on the serverside in the AI is killed script I could use: player getVariable "myFaction"; Is that what you're saying? I'm...
  18. U

    Infistar and profileNamespace issues..

    Inkko, I have a question that you might know the answer to. I have a profilenamespace for factions and I'd I can alter the humanity for zed kills using this, by having the localeventkill sqf in the mission pbo and running locally. However, I want to have this same profilenamespace variable...
  19. U

    Infistar and profileNamespace issues..

    Thanks for that , that's pretty much what I did as well (but your code feels like it know what its doing more than mine does). Thanks again for your help, haven't tried it yet as we chucked the project for now and settled for a faction based scoring system instead. As a new player you choose...
Back
Top