Search results

  1. P

    Solved drawmethod tintmode & Tintcolor

    Hello to all I apologize for my absence Sorry, I need help with Tintcolor and Tintmode I use these commands in the game to change the tint and they work fine. drawmethod tintmode 1 drawmethod tintcolor 0_70_0 but now I need to use this in the script. These two commands are...
  2. P

    how to detect spawned entity exist or not

    hi everyone can someone help me on this matter for example i spawn an entety with these commands void vSpawn; setspawnentry("name", "test"); vSpawn = spawn(); after a while vSpawn Kills itseft how i can realize from spawner that vSpawn still exist or not thank you so much
  3. P

    how to detect target type

    hi everyone can someone help me on this matter how can i detect my target type for example in my npc i used these command to select closest target void self = getlocalvar("self"); void target = findtarget(self); i use these coomands to realize that my target is player or not and...
  4. P

    quakeframe does not work correctly

    hi every one can some one tell me how i can create an earthquake that works perfectly ? most of the times quakeframe does not work is there any way that i could create a small earthquake that works every time.
  5. P

    Solved reading stage name

    Hi every one, I want to create a barrel for my game with different palettes Each level has a specific color, for example, for the sea stage, I want the barrel to be blue, and in the forest stage, it should be green, and in the desert stage, it should appear in red. For this scenario I need to...
  6. P

    stopping all sounds

    hi every one I want to make an emp bomb in my game,witch its effect is to turn off any sound in the game for 6 seconds can some one tell me how to turn volume off or turn all volume down to zero for 6 secound while the game is running? thank you all for your help.
  7. P

    use same audio channel

    hi every one in original street of rage 2 When one of the enemies dies, she/he makes the sound of death When two of the enemies die with in half of second apart .first one who died played his/her die sound then the second one stops the first enemies die sound and he/she play his/her die sound if...
  8. P

    back shock death/back burn death

    hi every one i create a game that my main characters has all backpainds and backdies and backfalls. as i know openbor has backspain and backshock is openbor has backsdie or backsdeath ? if it has not is there any way that i could create backsdeath and i have same prublem with backburndeath
  9. P

    increase maximum number of subentity and vspawn

    i want to create many subentitys or vspawns in my game they work fine as long as only one of them plays at time when 4 or more of them needed to run the game will get crashed can some one tell me how i can fix this issue can some one tell me how i can increase the maximum number of subentitys...
  10. P

    enemy target nearest enemy

    hi every one big ben has a move in street of rage 3 that he targets nearest galsia and walked to him then grab galsia and throw him over player if i can target nearest enemy i can get his pos X and pos Z and then force big ben to move toward him and start his move. can someone tell me how i...
  11. P

    get parent frame number

    hi everyone i have create some Unconscious animations for all characters in my game that their names are pain11 ,death11,follow30 in pain11 I summoned an object that called star(star animation is 5 star that rolling over character head in star i summoned star_shadow that is the shadow effect...
Back
Top Bottom