Jump to content

gn1p

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About gn1p

  • Rank
    Rookie
  1. gn1p

    random numbers

    You cant get it that precise. I would go for: _randomNum = random(10)+7.1;
  2. gn1p

    Dialog Help

    Having the same problem! How did you solve it? Mine is invincible but i see the mouse and the movement is disabled. crating in with createDialog "test"; via provingGrounds! Description.ext Client\UI\a\a.hpp Client\UI\common.hpp
  3. Hello i have made a base in the loved by all 3d-editor... I have used objectgrabber and the compostion script the save an spawn the base in the editor, with custom init on some object to save the height. It works great like this. http://i.imgur.com/03v0n.jpg But when i try to spawn out my base in multiplayer this happens http://i.imgur.com/N3RCO.jpg The object i have set an height initline on is moved, how come? Base file - http://pastebin.com/kSXp2yCz The composition script is called by this script, the compositionscripts is called createBase.sqf https://github.com/domuk/404Wasteland-Chernarus/blob/master/server/missions/otherMissions/mission_AbaBase.sqf Tell me if you need to see any other code.
×