Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. NUMERO 1
  2. disableserialization;
  3. _display = (findDisplay 12);
  4. _map = _display displayCtrl 51;
  5. _event = _map ctrlAddEventHandler["Draw",{
  6. nospam = diag_tickTime;
  7. if (diag_tickTIme > nospam) then {
  8. nospam = diag_tickTime + 3;
  9. _pPos = AGLToASL (player modelToWorld [0,2,2]);
  10. _data = lineIntersectsSurfaces [_pPos,[_pPos select 0,_pPos select 1,-1000], player, objNull, true, -1];
  11. (_data select 0) params ["_posASL","_normal"];
  12. _obj = createSimpleObject ["Land_Money_F",_posASL];
  13. _obj setVariable ["item",["money",5687954],true];
  14. };
  15. }];
  16.  
  17. NUMERO 2
  18.  
  19. (finddisplay 46) closeDisplay 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement