Jump to content

andeh

Members
  • Posts

    314
  • Joined

  • Last visited

Details

  • Location
    Lincolnshire, UK
  • Occupation
    Student
  • Interests
    Guess

andeh's Achievements

Prankster

Prankster (22/54)

0

Reputation

  1. andeh

    police car

    or on *:SIGNAL:mta.enter: { if ($mta.skin($1,$2) == 2) && ($mta.vehicle($1,$2).name == Police) && (!$mta.passenger($1,$2)) { mta.msg $1 $2 Please Step Out Of The Police Car! $chr(126) 30 Secs Left! $+(!.timercopcar,$1,.,$2) 5 30 mta.slap $1 $2 } } on *:SIGNAL:mta.exit:{ $+(!.timercopcar,$1,.,$2) off } on *:SIGNAL:mta.part:{ $+(!.timercopcar,$1,.,$2) off }
  2. yet another quality post from dan.
  3. andeh

    Job Start

    explain what its meant to do? u got to malibu and u get money? so u could just stay at malibu and say !job all the time?
  4. messy, can't see any errors, nice work
  5. andeh

    MTA:MA Scripting

    on *:SIGNAL:mta.command: { var %a = $iif($4,$iif($mta.name($1,$4) != Unknown,$4,$mta.getid($1,$4)),$2) if ($3 == !skin) { mta.say $1 $mta.name($1,%a) Skin: $mta.skin($1,%a).name } } or just ^^. or on *:SIGNAL:mta.command: { var %a = $iif($4,$iif($mta.name($1,$4) != Unknown,$4,$mta.getid($1,$4)),$2) if ($3 == !skin) { if (%a == -1) mta.say $1 Error, ID Not Present! else mta.say $1 $mta.name($1,%a) Skin: $mta.skin($1,%a).name } }
  6. Theres so many things wrong with that script, i tell you few now. Use: if elseif elseif elseif etc Also don't use "|" in mta.say use $chr(124) Finaly change things like this: if ($3 == !limitations) { mta.msg $1 Army Enlisters have exclusive access Stubby Shotgun Use. Non Enlisted Users will be killed immediatly after the death of their victim. } if ($3 == !armystatus) { mta.say $1 ||Army Script: $readini(Army.ini, Status, Script_is) ||Army Lock: $readini(Army.ini, Lock, Lock_is) || } for example: if ($3 == !limitations) mta.msg $1 Say something here!!!!!! elseif ($3 == !armystatus) mta.say $1 Say Something HERE!!!!! elseif ($3 == !armystatus) mta.say $1 Say Something HERE!!! elseif ($3 == !armystatus) mta.say $1 Say Something HEREE!!!!! And so on...
  7. i thought kev and master were helping you? theres no 'I' in team but nice work btw.
  8. by the poll. i don't think people like you lol, i didn't vote, good luck.
  9. andeh

    MTA:MA Scripting

    that be great, becuase u can't go by mta.idle becuase its only counts when a player has said something. Not everyone speaks every 5 mins, specially when racing.
×
×
  • Create New...