dominik0801 Posted September 24, 2011 Share Posted September 24, 2011 Hi people! 1 thing: Sorry for my bad english, but im from Hungarian and just thirteen yrs. old. So, i made 0.5r2 GTA III server to play with friends. I wanted install scripts on it, so I downloaded mIrc and MTA:mA. I find some good codes on Intertnet, and paste them in mIrc Script Editor's aliases ( i dont know whre do i need paste them ) and save it as aliases1.ini. At the MTA Admin i clicked on scripts and loaded them.. but if I type the command ( example: !count ) nothing happens. I try other codes, like !hp but doesnt worked too.. I want scripts on the server: !car - get a car. !count - count down from 5 to 1 then say GO! Link to comment
dominik0801 Posted September 24, 2011 Author Share Posted September 24, 2011 No Problem if u dont know the code of get car or coun t donw because i know the coundown code. is: alias mta.text { if ($2 == !count) { mta.say Count down! .timer9 1 1 mta.say 5 .timer8 1 2 mta.say 4 .timer7 1 3 mta.say 3 .timer6 1 4 mta.say 2 .timer5 1 5 mta.say 1 .timer4 1 6 mta.say GOGOGO! } } But where do i need to paste in mirc? aliases? it wasnt worked for me .. just say how to get them works. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now