Jump to content

lil Toady

Retired Staff
  • Posts

    2,318
  • Joined

  • Last visited

Posts posted by lil Toady

  1. this not working command is nothing compared to scripts like GRS, PRS, GUS, Jax's and Oli's RPG and actually it wont make any server 1337 (and btw if you searched the forum you'd find lots of scripts like that..)

    P.S: You worked on this 10hours?? it aint even worth 2 minutes of work lol

  2. Ownership laws go to Myself, you are NOT to reproduce this script or copy and paste... this script if copied must pay 100USD E-Gold... if i find on any server this script i will make a force payment of 100USD through E-Gold

    means Dont use my script.. dont copy and paste it unless you fix it

    ehm u dumb? copyrighted a little piece of code that does nothing? actually you couldn't even make it work, you came and said "plz fix my script and ill forbid u to use it kthnxbai"

    I have no idea what does it have to do, all the brackets are in wrong places, you're using undefined variables and other sh*t. And those words pissed me off so im not even gonna help

  3. Europe and Asia are fake continents, not any seperation to them.

    I didnt originally set up that frapper thing btw

    at school they taught me that you cant call Europe or Asia continetes, Euro-Asia is a continent though!

    dunno how they teach you in your capitalistic world ;)

  4. No, it IS for RACE:

    Click here

    Umm... actually read the topic, he said that about DM which he tested.

    He didn't try race without anticheat. So after DM worked without anticheat he came to a conclusion that the prob is in it. He did not say that for sure though.

  5. Many, many thnx. Both Scooby and Toady. One question, what is different if I do .timer .timer2 .timer3 .timer4 .timer5?

    Don't listen to him.. Those timers are not needed at all, these 1 2 3 4 5 are just timers' names, you can set it to whatever and it's mostly needed if you're expecting to control your timer in future, like stop it. In the countdown that is not needed at all

  6. oooook, if you do not know what you're talking about don't reply Dead-Inside ;)

    and Keslertje2005, you can't save hashes into INIs, you have to use writeini for that (but you can load a hash from an ini with 'hload -i your.ini')

    You have to decide what you're gonna use, hashes or inis.. If hashes then:

    if (%nick != $null) && (%nick != Player) !hadd RACES $mta.nick($1,$2) $+ .stats $calc($hget(RACES,$mta.nick($1,$2) $+ .stats) + 1)

    or just

    if (%nick != $null) && (%nick != Player) !hadd RACES $mta.nick($1,$2) $calc($hget(RACES,$mta.nick($1,$2)) + 1)

    But dont forget to create the RACES hash when the script starts.

    P.S: /help /hadd

  7. here, syntax !countdown , if seconds havnt been specified, default is 3

    on *:SIGNAL:mta.command:{
     if ($3 == !countdown) {
       var %i = 3,%a = 0
       if (($4 isnum) && ($4 <= 15)) %i = $4
       mta.text $1 Get Ready!
       while (%i >= 1) { .timer 1 %a mta.text $1 %i | !dec %i | !inc %a }
       .timer 1 %a mta.text $1 GOGOGO!!!
     }
    }

  8. Of course if we like your map it will be included in the map pack with some scripts/gamemodes. The QA team is mostly busy doing scripts, videos, testing features, finding out bugs etc., so it's always easier to grab a map already made by the community and use it when its needed.

  9. on *:SIGNAL:mta.join:{
     var %a = 0
     while (%a <= $mta.server($1).cmax) {
       if (%a != $2) {
         if ($mta.ip($1,%a) == $mta.ip($1,$2)) {
           mta.text $1 $mta.nick($1,$2) $+ 's IP matches $mta.nick($1,%a) $+ 's so he will be kicked.
           mta.kick $1 $2
           !halt
         }
       }
       !inc %a
     }
    }

    if this one doesnt work i believe u're doing something wrong

  10. on *:SIGNAL:mta.join:{
     var %a = 0
     while (%a <= $mta.server($1).cmax) {
       if ($mta.ip($1,%a) == $mta.ip($1,$2)) {
         mta.text $1 $mta.nick($1,$2) $+ 's IP matches $mta.nick($1,%a) $+ 's so he will be kicked.
         mta.kick $1 $2
       }
       !inc %a
     }
    }

  11. The game is really awesome I like the graphic and such, but the person does not look like a russian more a terrorist in my opinion.

    It's amazing how they improved the graphic for GTA4, and it's really amazing. I can't wait to see the ragdolls.

    since when terrorist is a nationality?

×
×
  • Create New...