Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

Pages: [1]   Go Down

Author Topic: Simple Request  (Read 1272 times)

0 Members and 1 Guest are viewing this topic.

Xiphirx

wat
Simple Request
« on: May 16, 2009, 09:04:47 pm »
  • Xiphirx
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3007
Could someone with GM7 Pro open this file

http://willhostforfood.com/access.php?fileid=48054

and post the code? I don't have GM7 or the Pro
Logged
  • For The Swarm
Re: Simple Request
« Reply #1 on: May 16, 2009, 09:33:42 pm »
  • *
  • Reputation: +9/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3725
This is the code from the script:
Code: [Select]
/*
delta_time()
Returns the Delta Time based on room_speed.
Multiply an object's speed by Delta Time to keep it up regardless of lag.

Script by Fede-lasse and Josh @ Dreamland
*/
var _msDifference;
_msDifference = current_time-global.__timePrevious;
global.__timePrevious = current_time;

if (fps == room_speed) {
  return 1;
}

return _msDifference/1000*room_speed;

There are some objects as well do you want those also?
Logged

Xiphirx

wat
Re: Simple Request
« Reply #2 on: May 16, 2009, 09:35:27 pm »
  • Xiphirx
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3007
No, no that's it. Thanks
Logged
  • For The Swarm
Pages: [1]   Go Up

 


Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.264 seconds with 44 queries.