Jump to content

Wanted - Need Help


*VoLDo*

Recommended Posts

Posted (edited)

XE and other servers like that will not be willing to give their scripts out like that unless u are their good freind

but i will find u one of lil todays

on *:SIGNAL:mta.command:{ 
 if (!suspect == $3) { 
   var %a = $iif($4,$iif($mta.name($1,$4) != Unknown,$4,$mta.getid($1,$4)),$2) 
   if (Cop* iswm $mta.skin($1,$2).name) { 
     if (%a == -1) mta.msg $1 $2 Error - Absent ID/Name 
     if (%a == $2) mta.msg $1 $2 Error - Can't suspect yourself 
     else { 
       !writeini " $+ $scriptdir $+ suspectlist.ini" List $mta.name($1,%a) 1 
       mta.say $1 $mta.name($1,%a) has been added to the wanted list. Reason: $iif($5,$5-,None) 
     }      
   } 
   else mta.msg $1 $2 Sorry, you are not a cop. 
 } 
 elseif (!wanted == $3) { 
   var %a = 0,%b 
   while (%a <= $mta.maxplayers($1)) { 
     if ($readini($scriptdir $+ suspectlist.ini,list,$mta.name($1,%a)) == 1) { 
       if (!%b) %b = $mta.name($1,%a) 
       elseif (%b) %b = %b $+ , $mta.name($1,%a) 
     } 
     inc %a 
   } 
   mta.say $1 Wanted Players: $iif(%b,%b,None) 
 } 
} 
on *:SIGNAL:mta.kill:{ 
 if ($readini($scriptdir $+ suspectlist.ini,list,$mta.name($1,$2)) == 1) { 
   if (Cop* iswm $mta.skin($1,$3).name) { 
     mta.msg $1 $3 Killed a wanted player and u get 1000$ of his bounty. 
     !remini " $+ $scriptdir $+ suspectlist.ini" List $mta.name($1,$2) 
     !writeini rpg.ini cash $mta.name($1,$3) $calc($readini(rpg.ini,cash,$mta.name($1,$3)) + 1000) 
   } 
 } 
}

u should try using the Search soz bout b 4 dat was my freind that write that post he was at ma house

Edited by Guest
Posted

You know.... just looked at the script "you made" D+I+E=ikillu and looks like that's the script i made long ago for somebody.... only thing you added is

*VoLDo* is a retard

that makes the !suspect command not work.. so you better learn some scripting before you're shouting at others..

Posted

Hey,

Muhaha, thats the script i made. All that is is a bounty system and !wanted uses a loop to reveal the highest bountys.

Cya,

Tommis

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...