Jump to content

tinnetju

Members
  • Posts

    68
  • Joined

  • Last visited

Everything posted by tinnetju

  1. With /debugscript 3 ? Because..... He gives no errors
  2. I have changed setTimer but still nothing happens.
  3. Ok guys, i got this: function recourse_says_hai () explosions1 () end addEventHandler ( "onClientResourceStart", getRootElement(), recourse_says_hai ) function explosions1 () createExplosion ( -2094.9040527344, 1419.5814208984, 15.529975891113, 12, false ) createExplosion ( -2061.7202148438, 1419.6507568359, 15.529975891113, 11, false ) createExplosion ( -2061.6442871094, 1437.0441894531, 15.529975891113, 0, false ) createExplosion ( -2094.9599609375, 1437.4919433594, 15.529975891113, 2, false ) setTimer ( explosions1, 3, 3 ) -- you can set the time how much you want (1000-1sec)) end createBlip ( -2078.2707519531, 1427.4582519531, 8.5, 48 ) But only the clip works! And the debugscript doesn't say anything! Did i filled in the wrong stuff in at setTimer? Or is it anything else..? Please help me, and thanks for so far!
  4. Ok! Ok! I get it! But do ya know whats wrong with my script
  5. I did test it, and i still get a eof in my debugscript and it doesn't work, do you now whats wrong with it?
  6. I just wanna test the explosions, but is the code right or not?
  7. So i got this: function recourse_says_hai () explosions1 () end addEventHandler ( "onClientResourceStart", getRootElement(), recourse_says_hai ) function explosions1 () createExplosion ( -2094.9040527344, 1419.5814208984, 15.529975891113, 12, false ) createExplosion ( -2061.7202148438, 1419.6507568359, 15.529975891113, 11, false ) createExplosion ( -2061.6442871094, 1437.0441894531, 15.529975891113, 0, false ) createExplosion ( -2094.9599609375, 1437.4919433594, 15.529975891113, 2, 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 ) setTimer ( explosions1, 3, 3 ) -- you can set the time how much you want (1000-1sec)) end end And it has to be this?: function recourse_says_hai () explosions1 () end addEventHandler ( "onClientResourceStart", getRootElement(), recourse_says_hai ) function explosions1 () createExplosion ( -2094.9040527344, 1419.5814208984, 15.529975891113, 12, false ) createExplosion ( -2061.7202148438, 1419.6507568359, 15.529975891113, 11, false ) createExplosion ( -2061.6442871094, 1437.0441894531, 15.529975891113, 0, false ) createExplosion ( -2094.9599609375, 1437.4919433594, 15.529975891113, 2, false ) setTimer ( explosions1, 3, 3 ) -- you can set the time how much you want (1000-1sec)) end end And, i wanted to make a blip to: function recourse_says_hai () explosions1 () end addEventHandler ( "onClientResourceStart", getRootElement(), recourse_says_hai ) function explosions1 () createExplosion ( -2094.9040527344, 1419.5814208984, 15.529975891113, 12, false ) createExplosion ( -2061.7202148438, 1419.6507568359, 15.529975891113, 11, false ) createExplosion ( -2061.6442871094, 1437.0441894531, 15.529975891113, 0, false ) createExplosion ( -2094.9599609375, 1437.4919433594, 15.529975891113, 2, false ) setTimer ( explosions1, 3, 3 ) -- you can set the time how much you want (1000-1sec)) end end ) createBlip ( -2078.2707519531, 1427.4582519531, 8.5, 48 ) end ) Is that correct?
  8. Ok, i made this: function recourse_says_hai () explosions1 () end addEventHandler ( "onClientResourceStart", getRootElement(), recourse_says_hai ) function explosions1 () createExplosion ( -2094.9040527344, 1419.5814208984, 15.529975891113, 12, false ) createExplosion ( -2061.7202148438, 1419.6507568359, 15.529975891113, 11, false ) createExplosion ( -2061.6442871094, 1437.0441894531, 15.529975891113, 0, false ) createExplosion ( -2094.9599609375, 1437.4919433594, 15.529975891113, 2, 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 ) setTimer ( explosions1, 3, 3 ) -- you can set the time how much you want (1000-1sec)) end end But when i start the script, i get a message in the debugscript that he expected an EOF... I don't how to add the end of line...
  9. Aaaaah ja! Zoiets zocht ik ja! Bedankt sebasje
  10. Well, my questions weren't answered...
  11. Ok, well my friend and i wanted to make a MTA video, so we searched for Metallica live shows (because my friend is fan of Metallica) We wanted to make something like this: (Im talking about the explosions to script that) I don't need to map or something, but i just want the explosions and fireworks (rockets in MTA that explode in the sky, the same effect when you shoot an RPG into the sky). I also wanted to make frozen pets that dance on the music (i don't know if there is a ped animation that dances on the Metallica music) And bodyguards and stuff.Can someone help me please...? Thanks
  12. The download link is expired, can ya post it on rapidshare, or mediafire or something?
  13. Is this available for mta sa DM? I got ma own race server and i want this script!
  14. Oowwh i found the error, its server side not client My mistake!
  15. I just can't get it worked... If i run it in my race server i get HTTP Response said error! Please someone help me!
  16. Uuhhh guys could u explain me where to put that code. It looks realy good and i want to add some cool scripts to my server. So could u explain me what files i have to make? And if u explained me that and i putted then in an map do i have to make an .rar file from it 2? Thank u very much
×
×
  • Create New...