Recent content by pedramtolo

  1. P

    Solved drawmethod tintmode & Tintcolor

    i created a scan that target players and for its animation it turn players tint color to green in this operation player has full control and he could be in any animations void self = getlocalvar("self"); void P1 = getplayerproperty(0,"entity"); if ( frame == 15 ) { changedrawmethod(P1...
  2. P

    Solved drawmethod tintmode & Tintcolor

    Hello, thank you for your help, I did this and it worked perfectly, but from the moment I used reset for drawmethod, all the previous drawmethods that I used stopped working. i used this but it didnt return it to its previous form how i can change it to its default form after using it
  3. P

    Solved drawmethod tintmode & Tintcolor

    now it works ty so much
  4. P

    Solved drawmethod tintmode & Tintcolor

    Hello and thank you for your reply It doesn't give any arror , but it also doesn't do anything:( Let me explain what is my purpose of using tintcolor . I want the player's character to be scanned by the computer at the beginning of the game, and at the moment the player is recognized by the...
  5. 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...
  6. P

    how to detect target type

    it worked ty so much
  7. 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
  8. 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...
  9. P

    quakeframe does not work correctly

    tnx every one
  10. 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.
  11. P

    Solved reading stage name

    ok ty so much
  12. P

    Solved reading stage name

    ا how i could do this?
  13. 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...
  14. P

    stopping all sounds

    ty for you answer can you please tell me the codes that i need for stopping all channels (not pause them) and empty them and stop them to getting used for other future sounds in 6 sec gap that i want to silence the game
Back
Top Bottom