Squall Posted February 5, 2007 Share Posted February 5, 2007 OH MY GOD ITS FINALY BEEN MADE to all of those scriptes who have "cling on" "learn to Script"ers and get peaved off with thoes minor scripts people ask for well i found it annoying did u?. Im pretty sure i have seen lil toady and Aeron get heack peaved with scripts like !hello... im done here we go Right Here Link to comment
{CE}EyeZ Posted February 5, 2007 Share Posted February 5, 2007 (edited) OMG IT DOESNT WORK & why would people get help for a easy script like !hello on *:SIGNAL:mta.command: { if ($3 == !hello) { mta.say $1 Hello all! } } Edited February 5, 2007 by Guest Link to comment
Scooby Posted February 5, 2007 Share Posted February 5, 2007 It does not WORK& why would people get help for a easy script like !hello on *:SIGNAL:mta.command: { if ($3 == !hello) { mta.say $1 Hello all! } if u didnt need help why would u try it? this code is for mtavc^ and yes it has an error, its missing a } i think u were trying to do this: on *:SIGNAL:mta.command: { if ($3 == !hello) { mta.say $1 Hello all! } } to use in race, u would need to change it to: on *:SIGNAL:mta.command: { if ($3 == !hello) mta.text $1 Hello all! } remember, u cant just paste this into ur existing script, because more than likely u will already have an alias called: on *:SIGNAL:mta.command: { if thats the case, then u would only need to add this line: if ($3 == !hello) mta.text $1 Hello all! btw: sorry i didnt try the full setup im just explaining the error in the code above. Link to comment
Squall Posted February 5, 2007 Author Share Posted February 5, 2007 OMG IT DOESNT WORK& why would people get help for a easy script like !hello its for newbies in scripting dim wad, like u can script -.- and stop harrasing my SERVER u b1tch this msg is for {CE}EyeZ not scoobylook here http://forum.mtavc.com/viewtopic.php?t=19124 no effence Sky Link to comment
{CE}EyeZ Posted February 5, 2007 Share Posted February 5, 2007 Well i tryed it the button's Do Not Work!!! when i try to click them they don't do sqaut! Link to comment
Squall Posted February 5, 2007 Author Share Posted February 5, 2007 did u read the readme... nooooooooooo u didnt it in there has many bugs but it works the scripter writes script into a file called "script.txt" wich will be in your script directory meaning the "folder that the script is in" i didnt write readme wat do u want it to do make a pixie jump out and hum9 u Link to comment
{CE}EyeZ Posted February 5, 2007 Share Posted February 5, 2007 if a pixie jumped out and starting humping me i would pull out me stubby & blow it's ass away!!>>>>>>>>>> Link to comment
{CE}EyeZ Posted February 9, 2007 Share Posted February 9, 2007 why lolare you getting mad little baby? Link to comment
Squall Posted February 10, 2007 Author Share Posted February 10, 2007 yay wat a lil bitch i would waste u Link to comment
{CE}EyeZ Posted February 10, 2007 Share Posted February 10, 2007 Awww poor theoden getting mad ? Little Baby want his doudou? Link to comment
Squall Posted February 11, 2007 Author Share Posted February 11, 2007 get a life dick head Link to comment
paul527 Posted February 11, 2007 Share Posted February 11, 2007 Awww poor theoden getting mad ? Little Baby want his doudou? A person like you should not be on these forums. Please stop being a nuisance. Link to comment
{CE}EyeZ Posted February 11, 2007 Share Posted February 11, 2007 No this guy told me when i was a admin in server that he would hunt me down thro my ip and *Beat me up* supposvely Iv been on here for a long time & i dont have a problem with no-one! Link to comment
paul527 Posted February 11, 2007 Share Posted February 11, 2007 No this guy told me when i was a admin in server that he would hunt me down thro my ip and *Beat me up* supposvelyIv been on here for a long time & i dont have a problem with no-one! Both of you need to stop this fighting. Let it be you who stops it. People say alot of dumb things on the internet, and it would be wise to ignore some of those things. Now back to the topic, has anyone found out if this script actually works? Link to comment
Squall Posted February 17, 2007 Author Share Posted February 17, 2007 ok im sorry. There is a txt file called script.txt i am gonna edit it Link to comment
SanZoR.Sr Posted February 19, 2007 Share Posted February 19, 2007 (edited) Lol. If ppl uses that script, admin say: '' Hello All!'' Who knows then who said !hello? Missed word is $mta.name($1,$2) and }. Its goes something like this: } on *:SIGNAL:mta.command: { if ($3 == !hello) { mta.say $1 $mta.name($1,$2) : Hello all! } } This is for VC So lol lol lol! Edited February 19, 2007 by Guest Link to comment
Scooby Posted February 19, 2007 Share Posted February 19, 2007 Lol. If ppl uses that script, admin say: '' Hello All!'' Who knows then who said !hello? Missed word is $mta.nick($1,$2) and }. Its goes something like this: } on *:SIGNAL:mta.command: { if ($3 == !hello) { mta.say $1 $mta.nick($1,$2) : Hello all! } } So lol lol lol! Well if u want to get all technical... u added a } too many:P And u cant mix commands from mta:vc with mta:sa, u cant use mta.say & $mta.nick, its either: mta.say & $mta.name, for VC or, mta.text & $mta.nick, for SA. how about u just stick with.... on *:SIGNAL:mta.command: { if ($3 == !hello) mta.text $1 $mta.nick($1,$2) Says Hello All. } for SA. Link to comment
SanZoR.Sr Posted February 19, 2007 Share Posted February 19, 2007 lol, technical side isnt best side of my sides =D But that what i posted, works? I tested it (woohoo) and it works. Sure you can remove that } tag there, but i add it coz i like it, hoho. For MTA:SA mta.say just need to change, thats all. lol. Link to comment
Scooby Posted February 19, 2007 Share Posted February 19, 2007 lol, technical side isnt best side of my sides =DBut that what i posted, works? I tested it (woohoo) and it works. Sure you can remove that } tag there, but i add it coz i like it, hoho. For MTA:SA mta.say just need to change, thats all. lol. No it wouldnt work... how could it? u used commands from 2 different versions of mtama. if ur using it on SA then there is no mta.say, and if ur using it on VC, then there is no mta.nick. u cant use both. dont post scripts thinking people will spot ur mistakes. some people dont know how to script, thats why they ask their questions here. so dont assume people will just delete brakets that u added, 'because u like it'. It cant work - wont work - doesnt work. So dont tell lies. Link to comment
SanZoR.Sr Posted February 19, 2007 Share Posted February 19, 2007 This is wrong one, i have in my computer another. So i posted there that what didint works. sorry, fixed. Link to comment
SanZoR.Sr Posted February 19, 2007 Share Posted February 19, 2007 lol, technical side isnt best side of my sides =DBut that what i posted, works? I tested it (woohoo) and it works. Sure you can remove that } tag there, but i add it coz i like it, hoho. For MTA:SA mta.say just need to change, thats all. lol. No it wouldnt work... how could it? u used commands from 2 different versions of mtama. if ur using it on SA then there is no mta.say, and if ur using it on VC, then there is no mta.nick. u cant use both. dont post scripts thinking people will spot ur mistakes. some people dont know how to script, thats why they ask their questions here. so dont assume people will just delete brakets that u added, 'because u like it'. It cant work - wont work - doesnt work. So dont tell lies. How about new one? Link to comment
Scooby Posted February 19, 2007 Share Posted February 19, 2007 better, but u still left the } at the top Link to comment
SanZoR.Sr Posted February 19, 2007 Share Posted February 19, 2007 better, but u still left the } at the top Okay this is final version of my f*cking awesome script: on *:SIGNAL:mta.command: { if ($3 == !hello) { mta.say $1 $mta.name($1,$2) : Hello all! } } All those scripters are waiting for that? This is f*cking funny ''FINAL VERSION RELEASED HOHOH'' So... this is it =D Link to comment
Recommended Posts