(10-01-2011, 09:36 PM)Gamemakingdude Wrote: No you don't. I use propforce and i dont have to use .0f, you can just use 270 and it will still work.
exactly. I haven't put an "f" after anything and it's been working fine. the door's just having an issue. but let me try the "f" on the timer.
(10-01-2011, 09:39 PM)Khyrpa Wrote: Umm... Yes when you don't use the dot. I'm not the best one to explain anything because I don't know what the f actually does. If
270
instead of
270.0f
are different in any way. But using f without the dot causes crash and not using f when using dot could too, dis is confusing...
The "f" after decimals worked fine, but the door is still doing nothing. Urgh... This is a needed event and it's fighting back so bad =[
I found out that the "SetSwingDoorDisableAutoClose" is set to true so the door won't auto-close when it's near the doorway, but the door still auto-shuts. Is that preventing the door from opening itself?