Search results for query: *

  1. MrMessyHair

    Hope this isn't hard...

    Thanks bro
  2. MrMessyHair

    Hope this isn't hard...

    Hello, hope you have a good day. How to spawn dust when the player has landed from a specific height? like -50*FRACUNIT for example
  3. MrMessyHair

    You are tired of, me don't ya?

    I found another way, but thanks
  4. MrMessyHair

    I need to use my brain more often...

    Hello, how can I remove the "P_SpawnSkidDust" function when player.skidtime is active in lua?
  5. MrMessyHair

    You are tired of, me don't ya?

    Thanks bro, hope all your wishes come true 1745443394 it's the same to flags2 or eflags, right? Because it's not working
  6. MrMessyHair

    You are tired of, me don't ya?

    Hello, I hope you have a nice and beautiful day. I need to know how I do to change only line code in mobjinfo
  7. MrMessyHair

    ...

    Okay, thanks bro
  8. MrMessyHair

    ...

    Thanks, but I'm reffering to the state command, like: if player.mo.momz > -50*FRACUNIT the player.mo.state != S_PLAY_FALL or something (sorry if you don't understand me, english isn't my native language)
  9. MrMessyHair

    ...

    If I do the player change his current state to the fall state when his momz is below -50 fracunit how I do to change the new state to the original one when the player momz is above -50 fracunit?
  10. MrMessyHair

    You know what i have...

    Sorry for the incovinient, I wanted to say when the player Z position is above or below mo.floorz/mo.ceilingz. My bad
  11. MrMessyHair

    Here we go again...

    Thanks bro, you saved me
  12. MrMessyHair

    Here we go again...

    Hello my friends, how can I do to check if the player is near an enemy?
  13. MrMessyHair

    You know what i have...

    But when I can apply the mo.floorz thing?
  14. MrMessyHair

    You know what i have...

    Hello people. I want to know how to spawn dust on the ground, but when the player Z position is equal to floorz/ceiling, like hover dust.
  15. MrMessyHair

    I have a programming skill isue

    Thanks bro
  16. MrMessyHair

    I have a programming skill isue

    Sorry for not specifying. A sound for a character 1738790563 in general. a sound that a character does in every stage
  17. MrMessyHair

    I have a programming skill isue

    Hello, how I can make a sound play only one time?
  18. MrMessyHair

    how can i make so when i fall on the ground while using an specific ability i will bounce upwards only a little bit(using the _PLAY_SPRING state)

    My bad. you could use if player.mo.momz >= 0 then player.mo.state == S_PLAY_SPRING
Back
Top