Jump to content

Aggressor

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by Aggressor

  1. mtasa dm ok the scripts i made for mtavc i never released, there were a few available to download at the time, so i never really bothered. theres tons out there if u look. did u check the one on that site i posted to u somewhere? Yes, it contained mtama script from earon.
  2. Yes i would like a working one And my server is gonna run mtavc 0.5.
  3. Nice u doing this, many ppl will use it for their servers. Will there be some mtavc scripts avaible? I only run mtavc and mtasa dm.
  4. i think the latest version for VC is mtama 3.24 if u dont have that u can get if from aerons site: http://home.deds.nl/~aeron/ if ur not sure what to do, just download and install MTAMA323.rar and try the updater that pops up. i noticed u also enquired about a script u had, that wasnt working, if u still cant get it working right, u can download MTA:mA Release Script also on that site. hehe thanks for ur help, i found a ''converter'' that converted my script with new signal commands so its working now. But some functions are gone... For the info, the script has the admin system from Harry (2004).
  5. Ah, this script is ages from 2003. And its for admins only, so if admin is away and players use !admin, so they can see that admin is joined but not behind pc example: !admin Admins connected:mta(away) Thanks for your help
  6. It worked before in mtavc 0.4.1 and older mtama, but since i converted it, it doesnt work anymore. Heres the script: } elseif ($3 == !admin || $3 == !admins) { unset %admins set %countadmin 0 while (%countadmin <26> 300 ) { %admins = %admins $+ (idle) } } %countadmin = %countadmin + 1 } if ( %admins == $null ) { mta.say $1 No admins currently connected. } else { mta.say $1 Current Admins: %admins } unset %admins unset %countadmin } this is somewhere below in the script: } else if ($4 == away && %isadmin. [ $+ [ $1 ] $+ . $+ [ $2 ] ] == true ) { set %adminaway. [ $+ [ $1 ] $+ . $+ [ $2 ] ] true mta.say $1 $mta.name( $1 , $2 ) has left } else if ($4 == brb && %isadmin. [ $+ [ $1 ] $+ . $+ [ $2 ] ] == true ) { set %adminbrb. [ $+ [ $1 ] $+ . $+ [ $2 ] ] true mta.say $1 $mta.name( $1 , $2 ) will Be Right Back } else if ($4 == scripting && %isadmin. [ $+ [ $1 ] $+ . $+ [ $2 ] ] == true ) { set %adminscripting. [ $+ [ $1 ] $+ . $+ [ $2 ] ] true mta.say $1 $mta.name( $1 , $2 ) is scripting and may not awnser } else if ($4 == busy && %isadmin. [ $+ [ $1 ] $+ . $+ [ $2 ] ] == true ) { set %adminbusy. [ $+ [ $1 ] $+ . $+ [ $2 ] ] true mta.say $1 $mta.name( $1 , $2 ) is busy } else if ($4 == msn && %isadmin. [ $+ [ $1 ] $+ . $+ [ $2 ] ] == true ) { set %adminmsn. [ $+ [ $1 ] $+ . $+ [ $2 ] ] true mta.say $1 $mta.name( $1 , $2 ) is on MSN if he/she is needed } else if ($4 == beer && %isadmin. [ $+ [ $1 ] $+ . $+ [ $2 ] ] == true ) { set %adminbeer. [ $+ [ $1 ] $+ . $+ [ $2 ] ] true mta.say $1 $mta.name( $1 , $2 ) is on a beer break } else if ($4 == rum && %isadmin. [ $+ [ $1 ] $+ . $+ [ $2 ] ] == true ) { set %adminrum. [ $+ [ $1 ] $+ . $+ [ $2 ] ] true mta.say $1 $mta.name( $1 , $2 ) is out drinking some rum } else if ($4 == unban && %isadmin. [ $+ [ $1 ] $+ . $+ [ $2 ] ] == true ) { mta.say $1 $5 is unbanned by $mta.name( $1 , $2 ) mta.unban $1 $5 } else if ($4 == ping && %isadmin. [ $+ [ $1 ] $+ . $+ [ $2 ] ] == true ) { mta.say $1 $mta.name( $1 , $2 ) set the maximum ping to $5 %max = $5 } else if ($4 == away && %isadmin. [ $+ [ $1 ] $+ . $+ [ $2 ] ] == true ) { set %adminaway. [ $+ [ $1 ] $+ . $+ [ $2 ] ] true mta.say $1 $mta.name( $1 , $2 ) has left } else if ($4 == back && %isadmin. [ $+ [ $1 ] $+ . $+ [ $2 ] ] == true ) { mta.say $1 $mta.name( $1 , $2 ) has returned unset %adminaway. [ $+ [ $1 ] $+ . $+ [ $2 ] ] unset %adminaway. [ $+ [ $1 ] $+ . $+ [ $2 ] ] unset %adminbrb. [ $+ [ $1 ] $+ . $+ [ $2 ] ] unset %adminscripting. [ $+ [ $1 ] $+ . $+ [ $2 ] ] unset %adminmsn. [ $+ [ $1 ] $+ . $+ [ $2 ] ] unset %adminbusy. [ $+ [ $1 ] $+ . $+ [ $2 ] ] unset %adminrum. [ $+ [ $1 ] $+ . $+ [ $2 ] ] unset %adminbeer. [ $+ [ $1 ] $+ . $+ [ $2 ] ] } else { mta.say $1 Unknown command } } } Thx
  7. - Make them by yourshelf. yourshelf? ok. I thought maybe theres a website that contains some script.
  8. Were can i find some scripts for mtavc 0.5? Thanks
  9. Yes, if put its $mta.vehicle($1,$4).vehicle, its returning number of the car (only the ID), but i want whole vehicle name. damn told you that $mta.vehicle has no .vehicle prop, cant you read? it will return the same as just $mta.vehicle, you need $mta.vehicle($1,$4).name to return the name of the vehicle If even $mta.vehicle($1,$4).name doesnt work make sure that you have original mta.data.ini in your mtama dir Ok thanks, yes i read your post, it was mta.data.ini that was corrupted somehow. Now it works like it should.
  10. Yes, if put its $mta.vehicle($1,$4).vehicle, its returning number of the car (only the ID), but i want whole vehicle name.
  11. If i put that, it doesnt return anything at all, just player: Something wrong with mirc?
  12. Example: if someone is in a car, and i put !vehicle 4, so it displays the players car. Like Stinger, or Apache.
  13. Hey, I have my server & script running, but the !vehicle script doesnt work correctly. elseif ($3 == !vehicle && %isadmin. [ $+ [ $1 ] $+ . $+ [ $2 ] ] == true) { mta.say $1 $mta.name($1,$4) $+ 's vehicle: $mta.vehicle($1,$4).name Whats wrong about it? if i put. ($1,$4).vehicle it only returns the number. Thx for help
  14. So if i use older mtama version i can use my script? or must i use older mtavc server version?
  15. Hey, I have a server that was running mtavc back in 2004, now i want to fire up my server again, but if i try to load up my script (also from 2004) it doesnt do anything, not even !ping/!admin. If i load up mtama script, it works. So the problem is with my script i think. Im running mtavc server 0.5 with newest mtama and mirc, maybe i need to run older programs? And what mtavc version was current in mid-2004? Thanks for any help
×
×
  • Create New...