Jump to content

robert4392

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by robert4392

  1. Looks really nice can't wait to race it
  2. yeah some nice flying the aircontrol tower stunt and the stunt where you make a freefall with your stuntplane through a tower where awesome
  3. thnx now i can finally build my map futher
  4. robert4392

    Records

    damn don't think ill be able to make that lets try another map
  5. robert4392

    Records

    WoW 1:02 on ChrMl Hard dude that is AWESOME btw the other time's too
  6. i have been looking for some of the Sherman Dam part's but i can't find it anywhere so I'm asking if someone give's the ID or where i can find the parts i need this part marked in red http://img153.imageshack.us/my.php?image=gtasa2007030115312646of2.jpg and maybe i need the dam itself to so please be so kind to say the ID or where the objects are located already many thanks for advance Robert
  7. they look good so add the download link too please
  8. robert4392

    Records

    Channel loop 03:23:50 hmm i think this one is not long for me...
  9. robert4392

    findfile

    i was thinking would it be possable to make a script that looks for files such as the s0beit hack when someone joins and if they have the s0beit hack files they will be kicked with the reason: mta.nick is using s0beit hack and has been kicked! if this would be possable could someone script it for me. btw the files s0beit uses are d3d9.dll and s0beit_hack.ini. already thanks for advance Robert.
  10. robert4392

    Records

    lol ill have to try that
  11. This would be really usefull. Thanks all
  12. robert4392

    Records

    my time on SF_SPRINT1. and my time on the loop the loop mk2
  13. you're right i tryed to race it a little and it didn't really work.
  14. hmm the maps with the monster truck looks really nice. btw. in my oppinion i should make from JAM DD a race map i think its cooler in that way.
  15. robert4392

    funny bug

    yes i think thats the most logical reason
  16. robert4392

    funny bug

    nope it aint lag because he stayed in that sparrow until the map ended and he did not change into a sparrow. i don't think that if he was laggy he would not change into a sparrow after more than 5-6 minutes btw. maybe the MTA team could tell why he didn't turn into a sparrow maybe it has got something to get with the synchronization?
  17. robert4392

    funny bug

    yes it looks like cheating but it aint because it is the owner of that server who is flying around in air, and i'm a 100 % sure he would not cheat in his own server btw. he moved exactly on the same way as a sparrow normally does
  18. robert4392

    funny bug

    this happened when themaster hit a sparrow pickup with his fbi rancher http://img184.imageshack.us/my.php?image=bug17ne.jpg http://img122.imageshack.us/my.php?image=bug25et.jpg shocking bug
  19. thanks scooby i will try this i hope it will work if it does not work it looks like i put it at the wrong place EDIT: yeah! it works now thanks very much
  20. looks like a very nice map to bad the map center is down at the moment
  21. i really hope it will be released soon beceaus my mind is only thinking aboat MTA:DM at the moment like: at school would it be released today when i have to go to sleep yeah! that would be a great DM map idea what kind of cool features does it have than the features we saw on the christmas movie
  22. hmm.. i really like this script that wallnutty scripted i really want it on my server but i want a little change so i don't want to have it like it reads points but i want that it reads stats.ini WINS so i'm going to edit it but when i place it in the script it does not work maybe i scripted it wrong or i'm just very stupid to place it at the wrong place this is what i edited of the scripted: on *:SIGNAL:mta.command:{ var %a = $iif($4,$iif($mta.nick($1,$4) != $null,$4,$mta.getid($1,$4)),$2) if ($3 == !rank) { if ($readini($scriptdir $+ stats.ini,WINS,$mta.nick($1,$2)) >= 20000) mta.text $1 $mta.nick($1,$2) has title of The best !!! elseif ($readini($scriptdir $+ stats.ini,WINS,$mta.nick($1,$2)) >= 18000) mta.text $1 $mta.nick($1,$2) has title of Space ship ! elseif ($readini($scriptdir $+ stats.ini,WINS,$mta.nick($1,$2)) >= 16000) mta.text $1 $mta.nick($1,$2) has title of Rocket !!! elseif ($readini($scriptdir $+ stats.ini,WINS,$mta.nick($1,$2)) >= 14000) mta.text $1 $mta.nick($1,$2) has title of Champion !!! elseif ($readini($scriptdir $+ stats.ini,WINS,$mta.nick($1,$2)) >= 12000) mta.text $1 $mta.nick($1,$2) has title of Co2 feen !!! elseif ($readini($scriptdir $+ stats.ini,WINS,$mta.nick($1,$2)) >= 10000) mta.text $1 $mta.nick($1,$2) has title of Speedking !!! elseif ($readini($scriptdir $+ stats.ini,WINS,$mta.nick($1,$2)) >= 8000) mta.text $1 $mta.nick($1,$2) has title of F1 pilot !!! elseif ($readini($scriptdir $+ stats.ini,WINS,$mta.nick($1,$2)) >= 6000) mta.text $1 $mta.nick($1,$2) has title of Server addict ! elseif ($readini($scriptdir $+ stats.ini,WINS,$mta.nick($1,$2)) >= 4000) mta.text $1 $mta.nick($1,$2) has title of Burnout king ! elseif ($readini($scriptdir $+ stats.ini,WINS,$mta.nick($1,$2)) >= 2000) mta.text $1 $mta.nick($1,$2) has title of Dedicated Driver elseif ($readini($scriptdir $+ stats.ini,WINS,$mta.nick($1,$2)) >= 1400) mta.text $1 $mta.nick($1,$2) has title of Road king !!! elseif ($readini($scriptdir $+ stats.ini,WINS,$mta.nick($1,$2)) >= 900) mta.text $1 $mta.nick($1,$2) has title of Track addict !!! elseif ($readini($scriptdir $+ stats.ini,WINS,$mta.nick($1,$2)) >= 600) mta.text $1 $mta.nick($1,$2) has title of Pro driver !!! elseif ($readini($scriptdir $+ stats.ini,WINS,$mta.nick($1,$2)) >= 400) mta.text $1 $mta.nick($1,$2) has title of Exellent driver !!! elseif ($readini($scriptdir $+ stats.ini,WINS,$mta.nick($1,$2)) >= 250) mta.text $1 $mta.nick($1,$2) has title of Drift king !!! elseif ($readini($scriptdir $+ stats.ini,WINS,$mta.nick($1,$2)) >= 150) mta.text $1 $mta.nick($1,$2) has title of Street racer !!! elseif ($readini($scriptdir $+ stats.ini,WINS,$mta.nick($1,$2)) >= 100) mta.text $1 $mta.nick($1,$2) has title of Road Kill !!! elseif ($readini($scriptdir $+ stats.ini,WINS,$mta.nick($1,$2)) >= 60) mta.text $1 $mta.nick($1,$2) has title of Sunday driver !!! elseif ($readini($scriptdir $+ stats.ini,WINS,$mta.nick($1,$2)) >= 25) mta.text $1 $mta.nick($1,$2) has title of Novice !!! elseif ($readini($scriptdir $+ stats.ini,WINS,$mta.nick($1,$2)) >= 1) mta.text $1 $mta.nick($1,$2) has title of Rookie !!! else mta.text $1 $mta.nick($1,$2) has no rank! } } i hope some one could tell me what i did wrong. thanks Robert4392
×
×
  • Create New...