Jump to content

andeh

Members
  • Posts

    314
  • Joined

  • Last visited

Everything posted by andeh

  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.
  10. 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.
  11. andeh

    MTA:MA Scripting

    can u add a way mtama can figure out if a player is AFK?
  12. andeh

    MTA:MA Scripting

    can u add a way mtama can figure out if a player is AFK?
  13. MTAMA CPU usage is down to the script loaded, if the script is well wrote and uses hash tables and limited amount of timers the CPU usage drops down loads. I host TLR Scripts on 2.2 Celly and highest CPU usage is 60%.
  14. MTAMA CPU usage is down to the script loaded, if the script is well wrote and uses hash tables and limited amount of timers the CPU usage drops down loads. I host TLR Scripts on 2.2 Celly and highest CPU usage is 60%.
  15. andeh

    New Clan [Vt]

    good luck, i think you might need it
  16. andeh

    My Clan

    good luck, why not change topic name??
  17. Good Luck, hope you are here long term. We need more active clans around
  18. cuaght them cheating on TLR server a while ago, i banned them, no need to post all this furi0uz.
×
×
  • Create New...