Jump to content

[FMJ]ParadoX

MTA Contributors
  • Posts

    146
  • Joined

  • Last visited

Everything posted by [FMJ]ParadoX

  1. The name sounds similar to Hieus old clan =NSA= 'National Security Agency' but good luck with it anywho.
  2. No Probs found it in the old pc
  3. Yes of course I got MSN if you would like to add me. [email protected]
  4. I played with you a few times on [XE] Server and I know Stas hes a nice guy good luck!
  5. Found it, Hopefully it works for you. on *:SIGNAL:mta.command: { ;!c clears the buffer with pointers if (!c == $3) { !unset %area mta.say $1 Area cleared. } ;!p sets a area point if (!p == $3) { %area = %area $+ $chr(44) $+ $round($mta.location($1,$2,x),4) $+ $chr(44) $+ $round($mta.location($1,$2,y),4) mta.say $1 $calc($count(%area,$chr(44)) /2) point(s) set } ;!s saves the area to mta.data.ini if (!s == $3) { var %a if ($did(mta,$1 $+ 33) == GTA:3) !writeini " $+ $scriptdirmta.data.ini" AREA1 $right(%area,-1) $4- elseif ($did(mta,$1 $+ 22) == Stunt) !writeini " $+ $scriptdirmta.data.ini" AREA2 $right(%area,-1) $4- else { !writeini " $+ $scriptdirmta.data.ini" AREA2 $right(%area,-1) $4- !writeini " $+ $scriptdirmta.data.ini" AREA3 $right(%area,-1) $4- } !unset %area mta.say $1 Area saved as " $+ $4-" } ;!a Tells you in which area you are if (!a == $3) { mta.say $1 $mta.area($1,$2) } }
  6. Yes, that code you created there should work as you said. And Im sure it will help other people who are beginners to scripting.
  7. Yes Aeron made one which was posted at http://www.aeron.tk at one point.
×
×
  • Create New...