-
Posts
2,318 -
Joined
-
Last visited
Everything posted by lil Toady
-
this not working command is nothing compared to scripts like GRS, PRS, GUS, Jax's and Oli's RPG and actually it wont make any server 1337 (and btw if you searched the forum you'd find lots of scripts like that..) P.S: You worked on this 10hours?? it aint even worth 2 minutes of work lol
-
ehm u dumb? copyrighted a little piece of code that does nothing? actually you couldn't even make it work, you came and said "plz fix my script and ill forbid u to use it kthnxbai" I have no idea what does it have to do, all the brackets are in wrong places, you're using undefined variables and other sh*t. And those words pissed me off so im not even gonna help
-
rand(,), so rand(1,10) will generate a random number between 1 and 10. You'll have to write some algorithm to generate a password with characters and numbers urself
-
well, you could do that easier. make a command !register. It PMs the user a random generated password. and also sends the data to that php form that will do everything. (not to the ftp) And after that user will be able to change his pass on that php page.
-
on *:TEXT:!freeze*:*:{ /mta.freeze 1 $mta.getid(1,$2) }
-
nice, make it also able for ppl to register straight from the server
-
well take the one that shows admins and change it to show Vips.. (there are 323636362632 +- 241415 admin scripts posted)
-
at school they taught me that you cant call Europe or Asia continetes, Euro-Asia is a continent though! dunno how they teach you in your capitalistic world
-
Umm... actually read the topic, he said that about DM which he tested. He didn't try race without anticheat. So after DM worked without anticheat he came to a conclusion that the prob is in it. He did not say that for sure though.
-
Don't listen to him.. Those timers are not needed at all, these 1 2 3 4 5 are just timers' names, you can set it to whatever and it's mostly needed if you're expecting to control your timer in future, like stop it. In the countdown that is not needed at all
-
i want to add maps too (maybe from google earth)
lil Toady replied to MAVERICK's topic in General discussion
bleh, imo if it was that easy, why didn't rockstar just put the whole earth into the game eh? -
oooook, if you do not know what you're talking about don't reply Dead-Inside and Keslertje2005, you can't save hashes into INIs, you have to use writeini for that (but you can load a hash from an ini with 'hload -i your.ini') You have to decide what you're gonna use, hashes or inis.. If hashes then: if (%nick != $null) && (%nick != Player) !hadd RACES $mta.nick($1,$2) $+ .stats $calc($hget(RACES,$mta.nick($1,$2) $+ .stats) + 1) or just if (%nick != $null) && (%nick != Player) !hadd RACES $mta.nick($1,$2) $calc($hget(RACES,$mta.nick($1,$2)) + 1) But dont forget to create the RACES hash when the script starts. P.S: /help /hadd
-
lol? That was the 1st Aprils joke.. MTA is not gonna use steam and will stay free forever (i suppose)
-
here, syntax !countdown , if seconds havnt been specified, default is 3 on *:SIGNAL:mta.command:{ if ($3 == !countdown) { var %i = 3,%a = 0 if (($4 isnum) && ($4 <= 15)) %i = $4 mta.text $1 Get Ready! while (%i >= 1) { .timer 1 %a mta.text $1 %i | !dec %i | !inc %a } .timer 1 %a mta.text $1 GOGOGO!!! } }
-
Of course if we like your map it will be included in the map pack with some scripts/gamemodes. The QA team is mostly busy doing scripts, videos, testing features, finding out bugs etc., so it's always easier to grab a map already made by the community and use it when its needed.
-
Sniff packets, find a way do decrypt/encrypt them, use udp connection. If you're new to all that stuff don't even try. I will never help with things like that as it violates the mta's eula.
-
router? firewall? open ports
-
on *:SIGNAL:mta.join:{ var %a = 0 while (%a <= $mta.server($1).cmax) { if (%a != $2) { if ($mta.ip($1,%a) == $mta.ip($1,$2)) { mta.text $1 $mta.nick($1,$2) $+ 's IP matches $mta.nick($1,%a) $+ 's so he will be kicked. mta.kick $1 $2 !halt } } !inc %a } } if this one doesnt work i believe u're doing something wrong
-
Of course not! I'd never pay 6$ for a mod, that's why it's only 5.95..!
-
on *:SIGNAL:mta.join:{ var %a = 0 while (%a <= $mta.server($1).cmax) { if ($mta.ip($1,%a) == $mta.ip($1,$2)) { mta.text $1 $mta.nick($1,$2) $+ 's IP matches $mta.nick($1,%a) $+ 's so he will be kicked. mta.kick $1 $2 } !inc %a } }
-
since when terrorist is a nationality?
