-
Posts
2,318 -
Joined
-
Last visited
Everything posted by lil Toady
-
Lies, it has grown (judging by the difference between average users per day on mta irc a year ago and now)
-
You can put a CRC check on your scripts, so it won't work if it has been edited, but that will require some c++ knowledge
-
I don't need your admin thing, but if it's private why do you ask for help with it here? Ask the creator of it.
-
Jax meant that in the upcomming MTASA DM, where you can also have the same Race mode as there is now, you can script the feature suggested. So yeah, in the next release of mta this will be possible
-
hmm, you'll have to sniff mta admin packets (as it's not public) and write your own admin tool that connects the the server and handles the packets first
-
banning last 2 ip groups (subnet) bans 255 * 255 = ~65000 IPs, imagine how many people you ban. Bare in mind that lots of people also share one ip
-
$1 - Server ID $2 - Player ID most scripts set %a as the Player ID you are looking for
-
change $mta.nick($1,%a) to $mta.nick($1,$2) where you want it to show the person who executed the command
-
Sources? They never said that
-
^ i can continue the list but we can all put that into 'behaviour' and uh, i dont like you how you are now, i don't remember the past
-
Requesting a ban here. (Again)
-
You did a great job though [sLR]Racer, looking forward for a next version, i believe people would like it. and again im saying: ignore Lil'San^,^u<3, [sLR]Racer, he can't even script(only steal others code and say he made it), he has promised so much with his scripts but hasn't shown anything at all made by him. He likes to slack around others topics and say his script would be better though(ahha doubt it) P.S: yes i'm being a meany to that sanzor guy, i dislike him
-
Not a typo, the log you posted says '(Admin+)', only mta:ma for mta0.5 has that. You need mtama version 4.0 that can be found here: http://home.deds.nl/~aeron/mtama/4.0/
-
5 lines script lol
-
And thats why there are hardly any suggestions nowadays. I can't remember a suggestion thats wasn't possible. isn't that good?
-
Here's a list of functions it currently provides: I'd say it's pretty powerfull and fast And you can build some nice anti-cheat thing with this ^
-
Well i ask as i want to know if somebody is interested in an admin tool (win32 app) that uses Lua scripting language (The same as MTASA DM does). I'd say it's pretty fast and powerfull on it's own.
-
Right now the mod is 'undefined'% complete. I'd say it's really impossible to calculate an accurate percentage
-
He meant a new topic. (Being a forum spammer he wants everyone to spam it so just ignore him. From time to time he tries to act like a moderator) This topic is quite enough
-
It's possible to script all of this in MTA:SA DM
-
It was really badly coded. It has been rewritten but never reposted though. You can see a pic of the new one in the potd.
-
erm, no. it's completele wrong. var %a = ($mta.nick($1,$2) != $readini(slrquitter.ini,deathquiter,$mta.nick($1,%b))) eh? you set the variable to be a comparison.. that's wrong and you use a %b variable which is undefined (only defined in the next line) the other code doesn't make sense. It turns out that you do something like that: if (%a == $null) mta.pm $1 $2 $4 Has Not Been On The Server. elseif (%a == $null) mta.text $1 $mta.nick($1,%b) Is A Death Quitter but uh, comparison is the same in both.. and i have no idea what %a is supposed to return our of your code
-
i think he wants it only to store the last player who was on the server (quit it) and show up the name when he types !quit on *:SIGNAL:mta.part: { set %mta.last $mta.nick($1,$2) } on *:SIGNAL:mta.command:{ if ($3 == !last) mta.text $1 $iif(%mta.last,$v1 is a death quitter,Nobody has ever quit the server yet.) }
-
A: About time Q: right?
-
You mean this my script broken by you doesn't work. viewtopic.php?f=30&t=18961 < works
