thestrangestick Posted August 11, 2007 Share Posted August 11, 2007 Hi, I was wondering if anyone would make me a (simple) script where whenever someone logs on with the name 'thestrangestick', it will say: God is here. Bow down! And another script where if you say !lol it says you are luaghing out loud, but if u say !lol it says you are laughing out loud at . Also, I am still needing a addcom script for PRS. The ones I have been given are just ones for GUS that have had the level changed from 10 to 5, but it needs Gus lvl 5 not PRS lvl 5. Thanks. EDIT: OK, buy changing gus.level to mta.level, I can get the script working in PRS (with rconlogin). But, when I use the variables %s and %u, it just says random numbers! whats happening. Link to comment
SanZoR Posted August 11, 2007 Share Posted August 11, 2007 Next time use search But however, i have just posted it here: https://forum.multitheftauto.com/viewtopic.php?f=30&t=20206 Link to comment
SanZoR Posted August 11, 2007 Share Posted August 11, 2007 Also, this one: on *:SIGNAL:mta.join: { if ($mta.nick($1,$2) == thestrangestick) mta.text $1 $2 The god called by thestrangestick has just joined! Obey him, or else... } You can put so many names as you want on it. Etc: on *:SIGNAL:mta.join: { if ($mta.nick($1,$2) == thestrangestick) mta.text $1 $2 The god called by thestrangestick has just joined! Obey him, or else... if ($mta.nick($1,$2) == someone) mta.text $1 $2 The god called by someone has just joined! Obey him, or else... if ($mta.nick($1,$2) == someone2) mta.text $1 $2 The god called by someone2 has just joined! Obey him, or else... } You can also use 'elseif' like this: on *:SIGNAL:mta.join: { if ($mta.nick($1,$2) == thestrangestick) mta.text $1 $2 The god called by thestrangestick has just joined! Obey him, or else... elseif ($mta.nick($1,$2) == someone) mta.text $1 $2 The god called by someone has just joined! Obey him, or else... elseif ($mta.nick($1,$2) == someone2) mta.text $1 $2 The god called by someone2 has just joined! Obey him, or else... } Link to comment
Scooby Posted August 12, 2007 Share Posted August 12, 2007 why are u using mta.text $1 $2 the $2 isnt needed. just add in: on *:SIGNAL:mta.join: { if ($mta.nick($1,$2) == thestrangestick) mta.text $1 God is here. Bow down! also in prs, u can use prs.level instead of gus.level or mta.level Link to comment
SanZoR Posted August 12, 2007 Share Posted August 12, 2007 FIXED: Also, this one: on *:SIGNAL:mta.join: { if ($mta.nick($1,$2) == thestrangestick) mta.text $1 The god called by thestrangestick has just joined! Obey him, or else... } You can put so many names as you want on it. Etc: on *:SIGNAL:mta.join: { if ($mta.nick($1,$2) == thestrangestick) mta.text $1 The god called by thestrangestick has just joined! Obey him, or else... if ($mta.nick($1,$2) == someone) mta.text $1 The god called by someone has just joined! Obey him, or else... if ($mta.nick($1,$2) == someone2) mta.text $1 The god called by someone2 has just joined! Obey him, or else... } You can also use 'elseif' like this: on *:SIGNAL:mta.join: { if ($mta.nick($1,$2) == thestrangestick) mta.text $1 The god called by thestrangestick has just joined! Obey him, or else... elseif ($mta.nick($1,$2) == someone) mta.text $1 The god called by someone has just joined! Obey him, or else... elseif ($mta.nick($1,$2) == someone2) mta.text $1 The god called by someone2 has just joined! Obey him, or else... } Link to comment
[UVA]Bart Posted September 14, 2007 Share Posted September 14, 2007 do you have any idea at all ? lil i mean mta.text $1 $2 ????? mta.pm $1 $2 lol maybe Link to comment
SanZoR Posted September 15, 2007 Share Posted September 15, 2007 Lol, read all posts. I just fixed that. And, stop bumping old topics If you do it enough long, it will result as an ban. Link to comment
Recommended Posts