Jump to content

raulrobi

Members
  • Posts

    63
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

raulrobi's Achievements

Snitch

Snitch (10/54)

0

Reputation

  1. Ok but i still dont know how to spawn a object
  2. raulrobi

    Im not rouche

    and i dont sthealed scripts from others clans... im SURE that you dont see good
  3. raulrobi

    Im not rouche

    Ok , i dont need that NOOBISH clan
  4. raulrobi

    Im not rouche

    As COOKIE say i am not rouche , i am thekiller.I am a stupid idiot boy.Sorry all that i lied This topic may be closen after my friend saws it.Thank you and sorry
  5. Now i want to spawn a object ,can anyone help me? I need only to know what is the function to spawn a object not the script (i want to make it by myself)
  6. raulrobi

    Map efects[Q]

    dont know when it helps you but you can make a script into the map folder here is a script: function recourse_says_hai () explosions1 () end addEventHandler ( "onClientResourceStart", getRootElement(), recourse_says_hai ) function explosions1 () createExplosion ( X, Y, Z, 12, false ) createExplosion ( X, Y, Z, 12, false ) createExplosion ( X, Y, Z, 12, false ) createExplosion ( X, Y, Z, 12, false ) createExplosion ( X, Y, Z, 12, false ) createExplosion ( X, Y, Z, 12, false ) createExplosion ( X, Y, Z, 12, false ) createExplosion ( X, Y, Z, 12, false ) createExplosion ( X, Y, Z, 12, false ) -- you can put how many u want setTimer ( explosions2, 1000, 1 ) -- is 1 second end function explosions2 () createExplosion ( X, Y, Z, 12, false ) createExplosion ( X, Y, Z, 12, false ) createExplosion ( X, Y, Z, 12, false ) createExplosion ( X, Y, Z, 12, false ) createExplosion ( X, Y, Z, 12, false ) createExplosion ( X, Y, Z, 12, false ) createExplosion ( X, Y, Z, 12, false ) createExplosion ( X, Y, Z, 12, false ) createExplosion ( X, Y, Z, 12, false ) -- the same story but here is a group that explode simultan and the another explose after a second setTimer ( explosions1, 1000, 1 ) -- 1 second end Good luck but you must add it in meta
  7. yeha but you must add in meta this line i use winap so it will be So for me works
  8. Thank you very much.
  9. Please ok , can you help me please?
  10. k , since i dont heared about it
  11. Is possibile to set a ped to walk in a style ? I dont heared about it
  12. Use : https://community.multitheftauto.com/index.html?p ... ils&id=330 Good luck
  13. I used outputChatBox lol I used that in red ,it should to be outputChatBox = outputChatBox (message, r, g, b) ? °-° And i added : player = getLocalPlayer()
  14. Can anyone help me ? pls
×
×
  • Create New...