
janipewter
Members-
Posts
98 -
Joined
-
Last visited
Everything posted by janipewter
-
TRY: alias mta.text { if (brb == $3) { mta.say $1 I DON'T THINK SO! mta.ban $1 * } } ... it bans everyone doesnt it?
-
hehe that sounds fun when we were at our most on LAN we had 12 players, wired network, my house was stuffed There have been issues before on wireless internet players, appearently they "teleport" cause your computer searches for a better network every min or sumthin like that, there was a thread about that somewhere on the forum. I myself often play MTA on WLAN to my friend, and he doesn't teleport. But if people complain then this could be the reason just so you know. As to the lag, umm ping should stay at 5-15 and you will still notice that the netcode isn't perfect, but its runs very smooth. Have fun with it! edit: here's the relevant topic if you have Wireless Internet and are experiencing teleporting. http://forum.mtavc.com/viewtopic.php?t=7017 you have 12 computers? holy fuck, i have 2.
-
well we got quite a nice 6 computer setup, all flatscreens (execpt for 1), 1.8ghz, geforce 4 etc, but so far we have only 4 players. my mate (the network admin) also has 1.5mbps broadband across the LAN, but were probably gonna keep it limited to our 6 computers for the first few hours before we play it online. btw, would u get any lag across the network? he has some like US robotics wireless router and turbo access point thingy, 100mbps or something.
-
for a LAN party, you dont actually need internet access if all the shits installed do u, cos your playing it across your rotuer?
-
acutally i believe in an update there is an addition which offers security against his bot
-
k, another script now. im looking for one for alias mta.kill (obviously) which would say <[killers name] just owned [killed persons name]> or something is this possible?
-
which server is the match with FMJ tonight?
-
MTA:VC 0.4.1: The infamous "Stubby Crouch Glitch" In Action!
janipewter replied to =AA=RivaL's topic in VC Screens & Movies
ahh so THATS why =AA= are using it. now i understand. -
hmm, i didnt know we lost that many times to =AA=
-
wow, the leader of the gang cheats? not good
-
ok im trying my hand at a script which will slap a specific player if they talk in in my server, and only that player. so far, me and deejay have managed to get it slapping either both of us when we talk, or neither of us when we talk. heres what i have: alias mta.text { if ($mta.name($1,$2) == TmM-DeeJee){ mta.say $1 /slap $mta.name($1,$2) mta.say $1 Sorry $mta.name($1,$2) - this is an anti-talking server! } } any tips on how to make it work?
-
a subnet ban would be good for banning people on routers who have dynamic ip address yeh? sounds good.
-
whats the difference, the other dudes one worked fine
-
alias mta.text { if (brb == $3) { mta.say $1 I DON'T THINK SO! mta.ban $1 $2 } don't have $ in your alias haha omg pwned im thick
-
first attempt of making a script with a little help. its one that would ban if someone said "brb", so far i have this. it doesnt work though...can someone help please?: alias $mta.text { if (brb == $3) { mta.say $1 I DON'T FUCKING THINK SO! mta.ban $1 $2 }
-
some suggestions for the next mtama release: 1) wildcard usage (for !kick, !ban, !ip etc commands, the kinda thing where "!kick rob" would kick a user called robert.
-
ok well basically im banned from partyserver. heres what happened: DJDC was under an alias and he said to stop mollie glitching (i dont know who to) so i randomly replied "nade spamming is fine" (not that i ever do it, even though it isnt against the partyserver rules). well anyway, he was like "stop it or i'll make u stop" etc etc and i said "fine" (even though i wasnt doing it!!!!) so he disconnected and came back as DJDC, with his big almighty lv5 admin. so of course he does the old UA usual of kicking someone just because their bored. well he tried it, but when he put in my ID it said "Unknown has been kicked" blah blah and i didnt get kicked. well he tried it another time and the same happened. obviously i was thinking "omg wtf?? im being kicked for no reason, surely thats admin abuse???1" so i said that i was gonna post it on the forum (kfc forum) and he threatened to ban me from partyserver and the kfc forum for it. anyway, he kept bitching about how i had killed him with mollie spamming outside of the bank, even though the game didnt say i killed him and i was at the robber spawn owning people with the stubby, and didnt have any mollies. so i called him a noob and stuff and told him to check the logs but he just went silent and didnt say anything. well then hwdthug joined, so i explained that a noob faggot admin was trying to kick me for no reason and, like u do, he took DJDC's side and told me to shut up. no offence to the GOOD kfc admins, but this is the first time i ever saw worse server administration then the UA server. how the fuck did djdc get lv5? well anyway after that he still bragged on about me killing him with mollies (WTF DUDE, CHECK THA BASTARD LOGS) so i told him to stop being a noob fag and he decided to kick me. <[FKU]jani is kicked by admin: [KFC]DJDC. Reason: Test> wtf? is that admin abuse or not? so i came back in and i was like "wtf you fucking noob shithead" so then hwdthug banned some little kid without reason, then he banned me. he said it was just to cool off, so i waited like 6 hours now and thier refusing to unban me. what is happening to kfc admins?
-
im guessing this is really shitbad
-
already have.
-
why dont all servers just ban blood?
-
yay omg aeron thanks soooo much for showing me how to overcome the double alias shit...i love you!!!!11 lol jk
-
Yes using the Scripts Wizard the CRC check is not beoken when scripts are added using this system. You can also use MTA:mA functions in the wizard, ie $mta.name($1,$2).. ie u can add a weather script of !weather with the response: The weather is: $mta.weather($1) maybe you can write a guide on all the $mta.name and stuff like that for people like me who dont understand it ?