Jump to content

MrJax

Retired Staff
  • Posts

    1,078
  • Joined

  • Last visited

Everything posted by MrJax

  1. MrJax

    *TLR* CLAN

    /me thanks aeron and givs dan a cookie
  2. MrJax

    Taxi Driver

    it doesnt write anythin, it sets a variable, if u didnt know that, u shdnt really be messin with scripts
  3. MrJax

    Taxi Driver

    when u load the script, u shud see a popup box, askin for admin name
  4. info.... http://www.codetec.co.uk/index.htm
  5. MrJax

    Taxi Driver

    the script is on the 1st page of this thread, use that(dont change any of it), if that doesnt work, iur jinxed!
  6. MrJax

    Taxi Driver

    1st of all, everything is there for a reason........ u can put it bak in, and set the admin name at the start to wotever u want
  7. MrJax

    Taxi Driver

    i just tried it, works fine, wot are u havin troubles with?
  8. MrJax

    *TLR* CLAN

    /me looks at floor in shame! Scooby decided to giv him a fair chance cus he's such a nice guy personally i think he's lucky to hav given a chance in so many clans... lets see if we can sort him out (maybe we shud stop spamin TLRs thread )
  9. MrJax

    Taxi Driver

    u dont need to create the ini, and theres no need to register urself
  10. MrJax

    *TLR* CLAN

    ^^^^^^^^^ is also why we dint let him in UVA
  11. thats nuthin todo with our member, thats ur crappy script goin wrong
  12. MrJax

    *TLR* CLAN

    not a gd thing to say about the clan ur in
  13. delete gta_vc.set my docs> GTA VC User...
  14. ---- UVA - Ultimate Vice Assassins ---- Members List Founder - Sc00bY (Email/MSN - [email protected]) - Admins - ZzZ Mr Endlezz - Moderators - Kevuwk Jay Kurgan Legion TjS Dysper Umek - Members - Oracle Crayon Kimosabe General Vision Resurgam Blond - Recruits - Mullen Spooky Spider Andy Hugh Mike Total = 24 Members UVA Site - http://www.uva-mta.da.ru/ UVA Forum - http://uvajax.proboards31.com/index.cgi UVA Public Server - 83.142.52.6:2000
  15. MrJax

    Taxi Driver

    sorry, cudnt be arsed to upload Commands: Admin: !new - to see new registered ppl !allow - registers that name as a taxi driver Player: !taxi - Shows Taxi Drivers Pm'd Shows current drivers Name and Location of person alias mta.command { if ($mta.name($1,$2) == %admin) { if ($3 == !allow) { if ($4 != $null) { if ($readini(Taxi.ini, Taxi, $4) == $null) { if ($readini(Taxi.ini, Reg, $4) != $null) { writeini "Taxi.ini" Taxi $4 1 mta.say $1 Taxi Driver $4 Authorised. } else { mta.msg $1 $2 Registration >> Invalid Registration Name. } } else { mta.msg $1 $2 Registration >> Already Authorised. } } else { mta.msg $1 $2 Registration >> No name given. } } elseif ($3 == !new) { mta.say $1 New Registrants: $readini(Taxi.ini, New, New) } } if ($3 == !taxi) { set %caller $mta.name($1,$2) set %area $mta.area($1,$2) mta.taxicall $1- mta.taxidrivers $1- mta.msg $1 $2 Taxi Drivers Notified >> %shout } } alias mta.pm { if ($3 == reg) { if ($4 != $null) { if ($readini(Taxi.ini, Reg, $mta.name($1,$2)) == $null) { writeini "Taxi.ini" Reg $mta.name($1,$2) $4 mta.msg $1 $2 Registered >> Taxi Driver >> Name: $mta.name($1,$2) - Password: $4 .timer 1 1 mta.msg $1 $2 To login >> /msg login writeini "Taxi.ini" New New $readini(Taxi.ini, New, New) $mta.name($1,$2) $+ , } else { if (%member [ $+ [ $2 ] ] == on) { writeini "Taxi.ini" Reg $mta.name($1,$2) $4 mta.msg $1 $2 Password Changed >> Taxi Driver >> Name: $mta.name($1,$2) - Password: $4 } else { mta.msg $1 $2 Password Change >> Denied! (Not logged In) } } } else { mta.msg $1 $2 Registration >> Error, /msg reg } } elseif ($3 == login) { if (%member [ $+ [ $2 ] ] != on) { if ($readini(Taxi.ini, Taxi, $mta.name($1,$2)) == 1) { if ($readini(Taxi.ini, Reg, $mta.name($1,$2)) == $4) { .timerkick off set %member [ $+ [ $2 ] ] on mta.say $1 Taxi Driver >> $mta.name($1,$2) Clocked in! } else { mta.msg $1 $2 Login >> Denied (Incorrect Password) } } else { mta.msg $1 $2 Registration >> Unconfirmed by %admin } } else { mta.msg $1 $2 Login >> Already Logged in. } } } alias mta.join { mta.msg $1 $2 Server is Runnin Taxi Driver! .timer 1 1 mta.msg $1 $2 /msg reg to register... set %member [ $+ [ $2 ] ] off if ($mta.name($1,$2) == %admin) { .timer 1 1 set %member [ $+ [ $2 ] ] on mta.say $1 Taxi Driver (Admin) >> $mta.name($1,$2) Clocked in! } elseif ($readini(Taxi.ini, Taxi, $mta.name($1,$2)) == 1) { mta.msg $1 $2 Taxi Driver >> 30 secs to login. .timerkick 1 30 mta.kick $1 $2 } } alias mta.part { set %member [ $+ [ $2 ] ] off } alias mta.taxidrivers { set %shout $null set %playerid 0 while ( $mta.maxplayers($1) > %playerid ) { if (%member [ $+ [ %playerid ] ] == on) && ($mta.name($1, %playerid) !isin %shout) && ($mta.name($1,$2) != Unknown) { set %shout %shout $mta.name($1, %playerid) $+ , } %playerid = %playerid + 1 } unset %playerid } alias mta.taxicall { set %playerid 0 while ( $mta.maxplayers($1) > %playerid ) { if (%member [ $+ [ %playerid ] ] == on) { mta.msg $1 %playerid Taxicall >> Name: %caller - Area: %area } %playerid = %playerid + 1 } unset %playerid } alias menu { if ($dialog(menu)) !dialog -v menu else !dialog -md menu menu } dialog menu { title Taxi Driver - Admin Name size -1 -1 180 49 option dbu edit "Admin name", 1, 66 20 55 15 text "Add ur MTA nick here, and click OK.", 2, 65 2 63 15 button "OK", 3, 140 19 38 12 button "Cancel", 4, 140 36 38 12 } on *:DIALOG:menu:sclick:*:{ if ($did == 4) { !dialog -x menu menu } if ($did == 3) { !dialog -ma menu2 menu2 set %admin $did(menu2, 1) } } on *:DIALOG:menu2:sclick:*:{ if ($did == 2) { !dialog -x menu2 menu2 !dialog -x menu menu } } dialog menu2 { title Taxi Driver... size -1 -1 105 56 option dbu text "Set Admin name!", 1, 7 4 87 20 button "OK", 2, 14 32 80 21 } on *:LOAD:menu
  16. MrJax

    Word-warn

    its basically to set a variable for an individual ID/Person
  17. dont demand things! anyway, im still waitin to be answered........
  18. same with almost any type of bullets, mp5, and more.. all throwin/shootin weapons
  19. ive had that, but sumtimes its not always been shot.... ive got hit by bullets and nades and molitovs thru those nasty teleport whole things, like ghost bullets but like i said, is that shootin thing synced in blue or not?
  20. just wonderin.... when sum1 throws a nade, and it gets shot at.....it flys off sumwhere and blows up........... will this be synced? wud be well funny, drop and shoot it miles!
  21. MrJax

    MTAMA Scripting

    not sure wot u mean, but theres an area creatin script by aeron around here sumwhere, u can use that to set areas
  22. MrJax

    MTAMA Scripting

    alias mta.command { if ($3 == !setname) && ($mta.name($1,$2) == yourname) { if ($4 != $null) { if ($mta.name($1,$4) != Unknown) { mta.say $1 Set to $mta.name($1,$4) set %person $mta.name($1,$4) } else { mta.say $1 Error, ID not present. } } else { mta.say $1 Error, !setname } } } alias mta.text { if ($mta.name($1,$2) == %person) { mta.slap $1 $2 .timer 1 0 mta.say $1 Sorry $mta.name($1,$2) $+ , this is an anti-talking server! } }
  23. the MTA 0.4 Movie that [FMJ]Oli made
  24. Elison (Matt Brown) - Looking at the sea
×
×
  • Create New...