Jump to content

Vital

Members
  • Posts

    55
  • Joined

  • Last visited

Everything posted by Vital

  1. and can you tell me what the prob was that was straight Olis script it always comeback as a file dir.
  2. Ok I Have An RPG server and when a new person comes in i want to give them 25,000$ (just 25 K per IP tho) automaticlly can someone give me or write the code for me thxs!
  3. Ok I Am Having A Problem On Oli's RPG script when you kill someone it gives them a directory link instead of cash for a !bounty Also when you get cash and all that stuff it goes in the money counter the pink one it doesnt go into !cash HELP PLEASE!!! THXS for the bounty this is what i have alias rpg.kill { if $rpg.cash($1,$2) > 0 || $rpg.bounty($1,$2) > 0 { if $rpg.cash($1,$2) > 0 { var %a = Cash: $chr(36) $+ $rpg.cash($1,$2) !writeini -n " $+ $rpg.dir $+ rpg.ini" $mta.name($1,$3) cash $calc($rpg.cash($1,$3) + $rpg.cash($1,$2)) } if $rpg.bounty($1,$2) > 0 { var %a = %a $+ - Bounty: $chr(36) $+ $rpg.bounty($1,$2) } else { !writeini -n " $+ $rpg.dir $+ rpg.ini" $mta.name($1,$3) bounty $calc($rpg.bounty($1,$3) + 1000) } mta.msg ($1,$3) Gained > %a } else { !writeini -n " $+ $rpg.dir $+ rpg.ini" $mta.name($1,$3) bounty $calc($rpg.bounty($1,$3) + 1000) mta.msg $1 $2 Bounty risen by: $chr(36) $+ 1000 } } instead Says When I kill a person with a bounty level ist says: ** Admin PM send: Gained > !writeini -n "C:\Program Files\mIRC\mtama\1.ini" ID2- Bounty: $1000 but it doesnt do anything So If You Can Please Update That Code For Me Thanks! do i need to load 1.ini??? cause i just did but didnt test it
  4. Where is it suppoose to be i put them all in the root in the server it ran from my 0.5
  5. Hey Ok I Searched It Still Doesnt Work Someone Help I Go To !sell And Says go there and if i type !bank+ it says go to the bank someone help please this is for Oils script thxs
×
×
  • Create New...