Jump to content

wannaknow

Members
  • Posts

    64
  • Joined

  • Last visited

Everything posted by wannaknow

  1. The link is dead? I have it already
  2. Does someboy have a Multi Theft Auto: Race 1.1.2 mIRC echo in PHP language?? And if you have can you send it to me? Tnx WannaKnow
  3. Thnaks he is working now
  4. Hi on *:SIGNAL:mta.disconnect:{ if (%echo == online) { if ($1 == %echoserverid) && ($2 == 4) /msg %echochan 13 $mta.server(Server).nick quited MTA:MA. 4(Reason: Timed-Out) } } Why this doesnt work?? [VARS] %echo online %echoserverid 1 I want that it say to a IRC channel that the server is timed. Like <ECHO[b\]> WannaKnow has quited MTA:MA. (reason: TImed-Out) Tnx WannaKnow
  5. Bart nice script You have the !remmap function in it But you forgot the !restore function WannaKnow
  6. He says /mta.startrace : Insiffucult paramaters I have this on *:SIGNAL:mta.text: { if ($3 == ?startrace) { if ($address($nick,2) == *!*@gtanet-9220466C.swk1.ov.home.nl) { if ($readini($scriptdir $+ botadmin.ini,BOTADMIN,$mta.nick($1,$2)) >= { mta.startrace $1 $mta.races($1,$4-) } else /mta.text 1 You need to be level 8 to use this command } } } Next map? Can i make that with a a Writi ini and then on map change readini an rem ini? And how can i make That Botlevel 9 can use ?kick But cant kick some one whi is higher as botlvl 9 The ini he writes the bot lvl in is botadmin.ini,BOTADMIN My kick script on *:SIGNAL:mta.text: { var %a = $iif((!$4),$2,$iif(($getid($1,$4) == $null),$2,$v1)) if ($left($3,1) == $chr(63)) { if (%admincmd == aan) { if ($3 == ?kick) { if ($4 == $null) { mta.text 1 Please choose a name. } else { if ($readini($scriptdir $+ botadmin.ini,BOTADMIN,$mta.nick($1,$2)) >= { mta.kick 1 %a mta.text 1 $mta.nick($1,%a) has been kick by $mta.nick($1,$2) } else /mta.text 1 You need to be level 8 to use this command! } } } } } Tnx for helping me agian
  7. And, how can i set a ?startrace command in my own script not in PRS or SLR or some else scipt in my own little made script And can i have a ?nextmap to?? Tnx WannaKnow
  8. Thanks Scooby he is working now very thanks
  9. Ok tnx but i dont understand it very good sorry.
  10. I do not understand you bart?? Can you explain i some better?? WannaKnow
  11. Tnx, but i have tried it with on *:SIGNAL:mta.text: { and that don't worked it only works again with a ! command Can please some one help me?? Tnx, WannaKnow
  12. Why i can only use ! inmy scripts here?? Can someone make a script that i can use a ? in the front of my script like on *:SIGNAL:mta.command: { if ($3 == ?lol) mta.text 1 Laughing Out Load if ($3 == ?info) mta.text 1 WannaKnow Script V1 online } Can some one make a script that work with ?command Tnx, WannaKnow
  13. I have a little script made, but why i cant use ? commands i only can use ! commands how can i help that??
  14. Hello, Can you add a !map command in your script? And !trace is not working by me. tnx WannaKnow
×
×
  • Create New...