Jump to content

Hedning

Members
  • Posts

    482
  • Joined

  • Last visited

Everything posted by Hedning

  1. I have begin working on Going-Down5 I will try to do this really hard for players. At the pics you will see a dubbel spiral, one way up one way down =D i think that will look pretty cool when you play it with others. Here is some pics and a video. Old : http://video.google.com/videoplay?docid ... 1745391372 http://video.google.com/videoplay?docid ... 6841261809 now i get over the bridge. New: http://video.google.com/videoplay?docid ... 6287776989 Map: http://center.mtasa.com/?p=race&r=4727
  2. Added one more stunt and some music to it. http://video.google.com/videoplay?docid ... 2890321254 Nelly Furtado - Promiscuous
  3. Hedning

    Turismo LV

    http://center.mtasa.com/?p=race&r=4503 I think this is my first race map on land =D Tell me what you think about it. You will drive tursimo in LV
  4. In the file it look like this on *:SIGNAL:mta.command: { if (!Funstuff == $3) mta.text $1 !Hello, !Suck, !Looser, !Lucky, !You, !Dead, !Spitz, !Rille, !Hedning, !Fiddeman, ! elseif (!Hello == $3) mta.text $1 Hello world! elseif (!Suck == $3) mta.text $1 You suck man! elseif (!Looser == $3) mta.text $1 Haha looser! elseif (!Lucky == $3) mta.text $1 Lucky bastard! elseif (!You == $3) mta.text $1 You can do it! elseif (!Dead == $3) mta.text $1 You are so dead! elseif (!Spitz == $3) mta.text $1 Jag spitz gillar killar! elseif (!Rille == $3) mta.text $1 Tar kort på killar! elseif (!Hedning == $3) mta.text $1 Da player! elseif (!fuck == $3) mta.text $1 OHHHH YEAH!! elseif (!Fiddeman == $3) mta.text $1 Jag fidde gillar att göka med kuddar! elseif (/Fiddeman == $3) mta.text $1 Jag fidde gillar att göka med kuddar! } on *:SIGNAL:mta.text:{ if (hello isin $3-) { var %r = $rand(1,4) mta.text $1 Automessage: $replace(%r,1,Hey!!,2,Hi!,3,Hello!,4,Good Day) } elseif (lol isin $3-) { var %r = $rand(1,4) mta.text $1 Automessage: $replace(%r,1,haha!!,2,lol!,3,hihi!,4,hehe) } on *:SIGNAL:mta.death: { mta.text $1 HAHA you suck $mta.nick($1,$2) } }
  5. Now i got the message haah you suck hedning BUT the message dont come right after, it comes after someone write something
  6. tx så if i wnat to add like haha it would be on *:SIGNAL:mta.text:{ if (hello isin $3-) { var %r = $rand(1,4) mta.text $1 Automessage: $replace(%r,1,Hey!!,2,Hi!,3,Hello!,4,Good Day) } elseif (lol isin $3-) { var %r = $rand(1,4) mta.text $1 Automessage: $replace(%r,1,haha!!,2,lol!,3,hihi!,4,hehe) } elseif (haha isin $3-) { var %r = $rand(1,4) mta.text $1 Automessage: $replace(%r,1,haha!!,2,hoho!,3,something!,4,hehe) } }
  7. Hedning

    script request

    Is it possible to make a !kill script? Like !kill Can somone here do it for me?
  8. tx lil Toady works great! coz: Dont work, when i die i get "HAHA you suck mta.nick($1,$2)" Edit: Tried to edit in on *:SIGNAL:mta.text:{ on *:SIGNAL:mta.text:{ if (lol isin $3-) { var %r = $rand(1,4) mta.text $1 Automessage: $replace(%r,1,haha!!,2,lol!,3,hihi!,4,hehe) } } so it looked like this in the file on *:SIGNAL:mta.text:{ if (hello isin $3-) { var %r = $rand(1,4) mta.text $1 Automessage: $replace(%r,1,Hey!!,2,Hi!,3,Hello!,4,Good Day) } } on *:SIGNAL:mta.text:{ if (lol isin $3-) { var %r = $rand(1,4) mta.text $1 Automessage: $replace(%r,1,haha!!,2,lol!,3,hihi!,4,hehe) } } Hello works but not lol
  9. on *:SIGNAL:mta.command: { if (!Funstuff == $3) mta.text $1 !Hello, !Suck, !Looser, !Lucky, !You, !Dead, !Spitz, !Rille, !Hedning, !Fiddeman, !Fuck elseif (!Hello == $3) mta.text $1 Hello world! on *:SIGNAL:mta.text:{ if ($3- == hello) { var %r = $rand(1,4) mta.text $1 Automessage: $replace(%r,1,Hey!!,2,Hi!,3,Hello!,4,Good Day) } elseif (!Suck == $3) mta.text $1 You suck man! elseif (!Looser == $3) mta.text $1 Haha looser! elseif (!Lucky == $3) mta.text $1 Lucky bastard! elseif (!You == $3) mta.text $1 You can do it! elseif (!Dead == $3) mta.text $1 You are so dead! elseif (!Spitz == $3) mta.text $1 Jag spitz gillar killar! elseif (!Rille == $3) mta.text $1 Tar kort på killar! elseif (!Hedning == $3) mta.text $1 Da player! elseif (!Fuck == $3) mta.text $1 OHHHH YEAH!! elseif (!Fiddeman == $3) mta.text $1 Jag fidde gillar att göka med kuddar! } How do i use the code *:SIGNAL:mta.text:{ if ($3- == hello) { var %r = $rand(1,4) mta.text $1 Automessage: $replace(%r,1,Hey!!,2,Hi!,3,Hello!,4,Good Day) } Have i added it right? Edit: Is it possible to do so when ex i play and when idrowned, the admins say HAHA drowned! Or when i die HAHA you suck
  10. A friend tried to connect to my server but it didnt work. That happned to another person to. But just some hours ago they could join my server without any problems. why?how can i fix this.
  11. Hedning

    help with scripts

    oops, didnt see that.
  12. Tx for the help But i dont get it, how do i use this scriot ? *:SIGNAL:mta.text:{ if ($3- == hello) { set %rand $rand(0,6) if (%rand == 0 ) mta.text $1 Automessage: Heeeey !! elseif (%rand == 1 ) mta.text $1 Automessage: Good day elseif (%rand == 2 ) mta.text $1 Automessage: Hi !!! elseif (%rand == 3 ) mta.text $1 Automessage: Welcome mta.pm $1 $2 if people are racing they'll respond later } I put in the file with my !hello !dead messages but it doesnt work.
  13. Hedning

    help with scripts

    Copy a MRC file and then change the name to whater you want. The open it and erase everything in it. Then past *:SIGNAL:mta.command: { if (!test1 == $3) { mta.text $1 testesttest??? } save. Then load it. Worked for me
  14. If you when you typed !set had the wrong name just open c:\program\General Use Scripts\admin.ini [sET] SET=1 [ADMIN] Hedning=10 [iP] Hedning=127.0.0.1 Just change the name you want to have level 10 on. I dont know if many ppl now this but i post it anyway. Edit: Is it possible when you write !commands and you get this !popular, !stats, !admin, !top, !toptime, !max, !rating, !voterace To add !Funstuff So when you write !commands youu now get !popular, !stats, !admin, !top, !toptime, !max, !rating, !voterace !Funstuff Edit2: This is ok now! | | | | \/ ------------------------------------------------------------------------------------------- And when you write !Funstuff it will work like !commands but it will show stuff like !Hello !Suck !Looser !Lucky !You !Dead And when you write one of this it will show da golden msg !Hello ---> Hello world! !Suck ---> You suck man! !Looser ---> Haha looser! !Lucky ---> Lucky bastard! !You ----> You can do it! !Dead ---> You are so dead! And tell me how i add it, wich file to add the script in, adn where. --------------------------------------------------------------------------------------- The code: on *:SIGNAL:mta.command: { if (!Funstuff == $3) { mta.text $1 !Hello, !Suck, !Looser, !Lucky, !You, !Dead } on *:SIGNAL:mta.command: { if (!Hello == $3) { mta.text $1 Hello world! } on *:SIGNAL:mta.command: { if (!Suck == $3) { mta.text $1 You suck man! } on *:SIGNAL:mta.command: { if (!Looser == $3) { mta.text $1 Haha looser! } on *:SIGNAL:mta.command: { if (!Lucky == $3) { mta.text $1 Lucky bastard! } on *:SIGNAL:mta.command: { if (!You == $3) { mta.text $1 You can do it! } on *:SIGNAL:mta.command: { if (!Dead == $3) { mta.text $1 You are so dead! } But the command stuff i still need help at
  15. tx I think the stunt with the hydra at the airport is the best stunt in the video
  16. Did a short stunt video, 1.58 minutes. Not much but i think it is really good stunts. Old: http://video.google.com/videoplay?docid ... 7744124091 New: Edit: Now with music! and one more stunt! http://video.google.com/videoplay?docid ... 2890321254 Nelly Furtado - Promiscuous
  17. It isnt the files, i have them to and play mta without any problems
  18. hehe http://video.google.com/videoplay?docid ... 3081072284
×
×
  • Create New...