Jump to content

XcR

Members
  • Posts

    696
  • Joined

  • Last visited

Everything posted by XcR

  1. there's gona be a monthly subscription fee though
  2. XcR

    MTA:MA Scripting

    hehe thx a lot oli, was half sleeping when i wrote it i forgot about using $findtok, thought my way would be fine for the requirments, but using $findtok is shorter sooo has anyone tested it yet? 1st post updated.
  3. if u blow up the enforcer, the armour respawns. this is good for wars at cherries while ur a cop, just go blow up the enforcer and get in it, restock on armour
  4. XcR

    MTA:MA Scripting

    Deathmatch script, thx for ur help Oli Notes: elseif $findtok(xcr talidan,$mta.name($1,$2),1,32) { If u want to add more admins, seperate them with a space, as shown above. */ Deathmatch Script by XcR, idea by Talidan. Please do not extract code without asking the author. This script is free to use and distribute. Special thanks: Talidan for the idea, [uVA]_ZzZ, [FMJ]Oli and the MTA team for their mod. */ on *:SIGNAL:mta.join:{ !.timer 1 0 mta.msg $1 $2 $mta.name($1,$2) $+ , the server is currently running the Timed Deathmatch script. !.timer 1 1 mta.msg $1 $2 Type !rules for more info. } on *:SIGNAL:mta.command:{ if $3 == !rules { !.timer 1 0 mta.say $1 DEATHMATCH SCRiPT RULES !.timer 1 1 mta.say $1 No glitching/cheating/modding/helikilling/spawnkilling/carkilling. } elseif $3 == !info mta.say $1 Deathmatch Script by XcR, idea by Talidan. ;put in any names u want here... seperate with a space elseif $findtok(xcr talidan,$mta.name($1,$2),1,32) { if $3 == !start { mta.roundstart $1- } elseif $3 == !stop { mta.gamefinish $1- } } } alias mta.roundend { var %e = $readini(roundsdone.ini,done,done) !.timer 1 0 mta.say $1 Deathmatch script > Time limit of round %e is up! !.timer 1 1 mta.topscore $1- !.timer 1 2 mta.say $1 Everyone now must respawn - round is over. !.timer 1 3 mta.kill1 $1- !writeini roundsdone.ini done done $calc(%e + 1) if %e == 3 { mta.gamefinish $1- } } alias mta.topscore { var %a = 0,%b = 0,%c = 0 var %d = $readini(champ.ini,champpoints,$mta.name($1,%a)) while %a < 26 { if $mta.score($1,%a) > %b { %b = $mta.score($1,%a) | %c = $mta.name($1,%a) } !inc %a !return The top scorer is %c with %b points! } !writeini champ.ini champpoints %c $calc(%d + 1) !writeini champ.ini score %c %b !.timer 5 60 mta.say $1 The champ of the last round was %c $+ , with a score of %b $+ ! mta.roundstart $1- } alias mta.kill1 { var %a = 0 while %a < 26 { if $mta.health($1,%a) > 0 { mta.slap $1 %a } !inc %a } } alias mta.roundstart { var %e = $readini(roundsdone.ini,done,done) !writeini roundsdone.ini done done 1 mta.say $1 Deathmatch round ' $+ %e $+ ' started. !.timer 1 1800 mta.roundend $1- mta.resetscores $1- } alias mta.gamefinish { var %a = 0,%b = 0,%c = 0 var %d = $readini(champ.ini,champpoints,$mta.name($1,%a)) while %a < 26 { if %d > %b { %b = %d | %c = $mta.name($1,%a) } !inc %a !return Deathmatch gamemode script ended: the winner of the game was %c with a champion score of %d $+ ! } !.timer* off }
  5. would you be able to use it with DevC++?
  6. lol, i tried using ftp in my school, my user account got suspended also every single email we send is checked so its a couple of weeks until i actually get the stuff i sent.
  7. u can also get body armour if u enter the enforcer (swat truck). u must be a cop to use this though.
  8. lol, couldnt have said it better myself
  9. aol? thats an insult . im on BT, they're also lowering the price to £27 for 3 months or something, but ill still have that 30gb bandwidth limit
  10. good luck, like your site
  11. nice bump, didnt even know this thread existed
  12. nice, 10/10 from me i really like the dodo kills could be used as an official GTA3:MTA video
  13. XcR

    AHHHHHHH

    add the line "DontGetLatest=1" in ur mta.ini file (second line) like so: [Main] Nick=XcR DontGetLatest=1
  14. IRC's just a bit of fun, dont take it so seriously
  15. EAt that mr XCR wat a nice name what does that mean ? !en
  16. how do u know he hasent already done so, and thats why he's congradulating them
  17. yeah lol /me wonders how many people have thought they were the first to find this
×
×
  • Create New...