Jump to content

andeh

Members
  • Posts

    314
  • Joined

  • Last visited

Everything posted by andeh

  1. I'd like to have the max precision What the hell you on about boy , this line here, elseif (cheat* iswm $mta.name($1,$2)) { just change the the word "cheat" to what ever you want. so say if you wanted to ban someone who keeps joining the server with "bob1" & "bob2" & "bob3" so you change the word from "cheat" to "bob". ok????? pfffff i wrote that in couple of mins in text box, i couldn't be arsed checking what i wrote Because i knew for fact you jax or oli would soon correct me anyway
  2. on *:SIGNAL:mta.join:{ if ($mta.name($1,$2) == $readini(Bans.ini,bannned,names)) { mta.say $1 Banning $mta.name($1,$2) $chr(124) Reason: Blacklisted. mta.ban $1 $2 } } on *:SIGNAL:mta.command:{ if $3 == !addban && $findtok(ADMIN NAMES HERE!!!,$mta.name($1,$2),1,32) { if $4 == $null mta.say $1 say !addban else { mta.say $1 added ban name: $4 !writeini bans.ini banned names $readini(bans.ini,banned,names) $+($4,$chr(44)) } } if $3 == !remban && $findtok(ADMIN NAMES HERE!!!,$mta.name($1,$2),1,32) { if $4 == $null mta.say $1 say !remban elseif ($readini(bans.ini,banned,names,$4) == $null) mta.say $1 $4 isn't banned. else { mta.say $1 added ban name: $4 !writeini bans.ini banned names $remtok($readini(bans.ini,banned,names),$4,1,44) } } } use !addban to add bans use !remban to remove bans You must edit "ADMINS NAMES HERE!!!" to your name!!!
  3. andeh

    Script Activation

    At Least i tryed.
  4. andeh

    RPg prob

    omg u know nothing. i would help but its getting late and i cba
  5. andeh

    TDM

    errmm, why don't try fixing it first before asking. Just a litle hint for you $mta.game(server,id) needs to be change to $mta.status(server,id)
  6. *TLR*Andy Killed BrophY (cheese cake)
  7. GL why there a poll on this thread???
  8. andeh

    How connect?

    windows has firewall included, its in options dialog in connection settings.
  9. andeh

    MTA:MA Scripting

    Put this under: on *:SIGNAL:mta.command:{ var %a = $iif($4 != $null,$iif($ini($mta.dir $+ $1.ini,ID $+ $4),$4,$mta.getid($1,$4)),$2) if ($3 == !car) { if (%a == -1) mta.msg $1 $2 Error - Invalid ID elseif ($mta.vehicle($1,%a).name == unknown) mta.msg $1 $2 Error - can't get car status. else { mta.say $1 $mta.name($1,%a) is on a $mta.vehicle($1,%a).name with $mta.health($1,%a).vehicle) $+ % damage } } enjoy
  10. A: Yes Q: you would think the spam section would be dead now post counts have been removed wouldn't you? P.S:
  11. Cabin Crew - Star To Fall
  12. make shure admin+ is enabled
  13. A: maybe Q: Is this simley funny or stupid?
  14. yep, but i like hes style . I just don't like the current way you chose skins. The main reasons i don't like it are that all the newbs think your "puasing" when you just at character select lol, also it sometimes it takes a while for textures to load. but maybe im just picky
  15. andeh

    !car and !slap

    don't you need to set the varible %a????
  16. shame, people spam this forum too much. it would been good to have dedicated forum for pure scripts no spam.
  17. andeh

    VCEC problem

    what do you mean by that?
  18. Site? members? gl
×
×
  • Create New...