Jump to content

cashgrany

Members
  • Content Count

    22
  • Joined

  • Last visited

Community Reputation

0 Neutral

About cashgrany

  • Rank
    Scavenger

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. cashgrany

    Dayz standalone Scripting tutorial series

    I do not understand any more yet I took the info of the attachment on github like you.
  2. cashgrany

    Dayz standalone Scripting tutorial series

    it does not matter :) yes the weapon customize seems correct and the class names too.
  3. cashgrany

    Dayz standalone Scripting tutorial series

    I posted my script, can you help me gokitty1199 ?
  4. cashgrany

    Dayz standalone Scripting tutorial series

    class SetUpDefaultPlayerWeapon { private PlayerBase player; private EntityAI weapon; void SetUpDefaultPlayerWeapon(PlayerBase pIn) { player = pIn; weapon = player.GetHumanInventory().CreateInHands("ksvk"); addWeaponAttachment(); addMagazineToPlayer(); } void addWeaponAttachment() { weapon.GetInventory().CreateAttachment("PSO1Optic"); } void addMagazineToPlayer() { player.GetInventory().CreateInInventory("magksvk"); } }; Sorry for the response time gokitty1199; here is my script.
  5. cashgrany

    Dayz standalone Scripting tutorial series

    Hi gokitty1199 , I followed the first tutorial on weapons and everything went well, then I created a weapon but the problem is that the scope does not appear, you have an idea?
  6. cashgrany

    i have two question

    can someone help me for my gun problem?
  7. cashgrany

    i have two question

    thanks to confirm ofp2 ;; can someone help me for my gun problem?
  8. cashgrany

    i have two question

    I've created a new weapon I can not get the viewfinder visible on it ? the escape button does not work anymore since yesterday's little update, offline?
  9. cashgrany

    help please

    I wanted to leave the game and it remained on exit, screen frozen, I waited ten minutes then I did CTRL + ALT + DEL and I stopped the process, and since then I can not access my server; the screen remains frozen.
  10. cashgrany

    problem with car

    I solved the problem by gently pushing the car with a truck.
  11. cashgrany

    problem with car

    I have a bug, I was in a car, I was disconnected because of the ping, I reconnect my character is out of the car and I can not open the doors, I can open the hood and the trunk but not the door.help
  12. cashgrany

    KSVK sniper

    oh no :( it's really disappointing.
  13. cashgrany

    zombies spawn

    oh well, I thought.
  14. cashgrany

    site of the helicopter

    why is there no more loot on the crash site of the helicopter?
  15. cashgrany

    BETA and workshop

    Oh yes, I'm in a hurry for the arrival of the workshop and the modding <3
×