-
Posts
2,318 -
Joined
-
Last visited
Everything posted by lil Toady
-
Yeh, people go to a server to play, but server owners like to get lots of bots in the server for an appiriance of a crowd, so they make players stay. Everyone wants his own server to be popular.. Stupid trickery, but works
-
close some of your programs that are open.. msn, xfire, ie, firefox etc. The trainer usage checks for words like hack, cheat and so on in opend programs
-
on *:SIGNAL:mta.command:{
-
Next time search the forum a bit http://forum.mtavc.com/viewtopic.php?t=15151
-
This was suggested many times before. Pedestrians are not possible in mta yet.. If you read the blog you'd know that there can be teams in mta with different color blips on the map and so on.. And the relo playing part is possible with scripts.. and Not only 11 years old players like DM...
-
my MTA:mA doesn't use '/me' what about /me command? like /me pwnz j00 all but anyway its not on the 881's line.. D+I+E=ikillu did you edit mta.mrc?
-
on *:SIGNAL:mta.command:{ var %a = $iif($4,$iif($mta.nick($1,$4) != $null,$4,$mta.getid($1,$4)),$2) if ($3 == !points) { if (%a == -1) mta.text $1 Error - Absent ID else mta.text $1 $mta.nick($1,%a) has $iif($readini($scriptdir $+ points.ini,POINTS,$mta.ip($1,%a)),$v1,no) points. } }
-
on *:SIGNAL:mta.pm:{ if ($3 == login) { if (!$4) mta.msg $1 $2 Error: /msg login elseif ($4 == $readini(login.ini,$mta.name($1,$2),password)) { !writeini -n login.ini $mta.name($1,$2) ip $mta.ip($1,$2) if ($readini(login.ini,$mta.name($1,$2),level) >= 6) mta.say $1 Server Admin $mta.name($1,$2) logged in. (Level: $readini(login.ini,$mta.name($1,$2),level) $+ ) elseif ($readini(login.ini,$mta.name($1,$2),level) >= 2) mta.say $1 Server Moderator $mta.name($1,$2) logged in. (Level: $readini(login.ini,$mta.name($1,$2),level) $+ ) else mta.say $1 Player ' $+ $mta.name($1,$2) $+ ' logged in. $+(.timerlogin.,$mta.name($1,$2),1) off $+(.timerlogin.,$mta.name($1,$2),2) off } elseif ($4 != $readini(login.ini,$mta.name($1,$2),password)) { mta.msg $1 $2 mta.msg $1 $2 Error: Wrong Password mta.kick $1 $2 } } elseif ($3 == register) { if $readini(login.ini,$mta.name($1,$2),level) mta.msg $1 $2 Error - This name is Registered. else { writeini -n login.ini $mta.name($1,$2) password $4 writeini -n login.ini $mta.name($1,$2) level 1 writeini -n login.ini $$mta.name($1,$2)) ip $mta.ip($1,$2) mta.msg $1 $2 INFO: Nick: $mta.name($1,$2) > Password: $5 > Level: 1 > IP: $mta.ip($1,$2) mta.msg $1 $2 $mta.name($1,$2) - type /msg login } } } on *:SIGNAL:mta.join:{ if ($mta.ip($1,$2) == $readini(login.ini,$mta.name($1,$2),ip)) { if (($readini(login.ini,$mta.name($1,$2) $+ .level) >= 2) && ($readini(login.ini,$mta.name($1,$2) $+ .level) <= 5)) mta.say $1 Moderator $mta.name($1,$2) $+ , logged-in at level: $readini(login.ini,$mta.name($1,$2),level) elseif (($readini(login.ini,$mta.name($1,$2) $+ .level) >= 6) && ($readini(login.ini,$mta.name($1,$2) $+ .level) <= 10)) mta.say $1 Admin $mta.name($1,$2) $+ , logged-in at level: $readini(login.ini,$mta.name($1,$2),level) else mta.say $1 $mta.name($1,$2) Logged in at level: $readini(login.ini,$mta.name($1,$2) $+ .level) } elseif ($readini(login.ini,$mta.name($1,$2) $+ .password) != $null) { mta.msg $1 $2 You must Login for this Nick-Name. (/msg login ) $+(.timerlogin.,$mta.name($1,$2),1) 1 20 mta.say $1 Kicking $mta.name($1,$2) Reason: Did not Login $+(.timerlogin.,$mta.name($1,$2),2) 1 20 mta.kick $1 $2 } else mta.msg $1 $2 Register your nick today ! (/msg register ) }
-
not that bad, but i prefer cool stunts vids
-
what about dope tests? btw Palster will there be any prize?
-
They look good on the vids but people with low connection speed will have problems as mta sa gonna take much bandwith if im right
-
Changing character in menu when you don't see what you get? You will need to join and quit the game lots of times till you create a character like you want
-
very strange eh... make sure you have 6.16 mirc Cause looks like you have that buggy 6.2 mirc where most of the scripts posted here do not work
-
no.. install it only once..
-
still no answer about headshots tho.. in sp you could kill with one ak47 shot in the head
-
Here is one that won't allow you to play if you have less than 2500$ on *:SIGNAL:mta.command: { if ($3 = !spin) { if (Malibu !isin $mta.area($1,$2)) mta.msg $1 $2 You Are Not At Malibu. elseif ($mta.cash($1,$2) < 2500) mta.msg $1 $2 You have not enough cash to play else { var %a = $rand(1,2) .timer 1 0 mta.say $1 The Wheel Is Spinning ! .timer 1 2 mta.say $1 The Wheel Is Starting To Stop ! .timer 1 3 mta.say $1 The Wheel Stopped ! .timer 1 5 mta.say $1 $mta.name($1,$2) $iif(%a == 1,Won ($5000),Lost ($2500)) !writeini MTAScript.ini Cash $mta.name($1,$2) $iif(%a == 1,$calc($mta.cash($1,$2) + 5000),$calc($mta.cash($1,$2) - 2500)) } } } alias mta.cash !return $iif($readini(MTAScript.ini,Cash,$mta.name($1,$2)) == $null,0,$v1) Here is one that will allow you to play with any cash but will take everything if you have less than 2500$ on *:SIGNAL:mta.command: { if ($3 = !spin) { if (Malibu !isin $mta.area($1,$2)) mta.msg $1 $2 You Are Not At Malibu. else { var %a = $rand(1,2) .timer 1 0 mta.say $1 The Wheel Is Spinning ! .timer 1 2 mta.say $1 The Wheel Is Starting To Stop ! .timer 1 3 mta.say $1 The Wheel Stopped ! .timer 1 5 mta.say $1 $mta.name($1,$2) $iif(%a == 1,Won ($5000),Lost ($2500)) !writeini MTAScript.ini Cash $mta.name($1,$2) $iif(%a == 1,$calc($mta.cash($1,$2) + 5000),$iif($mta.cash($1,$2) > 2500,$calc($mta.cash($1,$2) - 2500),0)) } } } alias mta.cash !return $iif($readini(MTAScript.ini,Cash,$mta.name($1,$2)) == $null,0,$v1)
-
http://light.mtavc.com/ the top right box
-
That's all you was going to tell us? MTA doesn't always freeze that bad so you can't get the task manager, only sometimes (at least for me)
-
Hey pals, gl with your tourney, i can host my match scripts on the tournament server if you want P.S: change [FMJ]Master to [FMJ]master plz i like my nick more with little m
-
Some questions to the oldies (Original community members)
lil Toady replied to Vicer/Spitfire's question in Client
FMJ! -
you were supposed to post in the Gangs section however good luck
-
you forgot to specify what the server is MTA 0.5 or MTA:SA? If mta0.5 you need mta:ma v3.x, 4.x won't work
-
next time give more info.. like what and where you want to add Adding a name to a .txt: on *:SIGNAL:mta.command:{ var %a = $iif($4,$iif($mta.name($1,$4) != Unknown,$4,$mta.getid($1,$4)),$2) if ($3 == !addmember) { !write " $+ $scriptdir $+ nickserv.txt" $mta.name($1,%a) mta.say $1 Member $mta.name($1,%a) Added Succefully! } } Adding a name to a .ini: on *:SIGNAL:mta.command:{ var %a = $iif($4,$iif($mta.name($1,$4) != Unknown,$4,$mta.getid($1,$4)),$2) if ($3 == !addmember) { !writeini " $+ $scriptdir $+ nickserv.ini" members $mta.name($1,%a) 1 mta.say $1 Member $mta.name($1,%a) Added Succefully! } }
-
you know.. this ;Parameters don't do anything in the script like anything with ; sing in front, so they are just not needed, that is there just like a tip.. So this can NOT fix anything......
