Jump to content

GeForce

Members
  • Posts

    38
  • Joined

  • Last visited

Details

  • Gang
    PsE

GeForce's Achievements

Rat

Rat (9/54)

0

Reputation

  1. I have a server on mta 1.1.2 to hosting 24 / 7 and I have this problem every day that someone I crash it. Is there a script or antycrash to stop it?
  2. I am sorry, but it still does not work this muteall ;/ /* ///////////////////////////////////// ////// MTASA:RACE ////// ////// Map Ownership ////// ////// BY: [uVA]Scooby ////// ///////////////////////////////////// Script to be used with PRS 1.3 (it wont work as it is without PRS!) this script pays $200 to the map owner every time the race starts, regardless if they are in the server. maps cost $250000 and can be sold for the same price. commands: !buymap - !sellmap - !owner - !mapsowned */ on *:SIGNAL:mta.connect: { set %mapprice 250000 set %bonuscount 0 } on *:SIGNAL:mta.command: { var %race = $replace($mta.race($1),$chr(32),$chr(63)), %owner = $hget(prsmaprate,owner $+ %race) if ($3 == !owner) mta.text $1 $mta.race($1) - $iif(%owner == $null,Available For Purchase ($250000),Owned By: %owner) elseif ($3 == !buymap) prs.buymap $1 $2 %race %owner elseif ($3 == !sellmap) prs.sellmap $1 $2 %race %owner elseif ($3 == !mapsowned) prs.mapsowned $1 $mta.nick($1,$2) } alias prs.buymap { if ($hget(pgstemp,allow $+ $2) == no) mta.pm $1 $2 Plz Try Later - Accessing Details! elseif ($pgs.cash($1,$2) < %mapprice) mta.pm $1 $2 Error: Not Enough Cash! ( $+ $ $+ %mapprice $+ ) elseif ($4 != $null) mta.text $1 Map Already Owned By: $4 else { mta.text $1 $mta.nick($1,$2) Is Buying This Map For $ $+ %mapprice pgs.sub $mta.nick($1,$2) %mapprice !hadd prsmaprate owner $+ $3 $mta.nick($1,$2) } } alias prs.sellmap { if ($hget(pgstemp,allow $+ $2) == no) mta.pm $1 $2 Plz Try Later - Accessing Details! elseif ($4 != $mta.nick($1,$2)) mta.pm $1 $2 Error, You Dont Own This Map! else { mta.text $1 $mta.nick($1,$2) Is Selling This Map For $ $+ %mapprice pgs.add $mta.nick($1,$2) %mapprice !hdel prsmaprate owner $+ $3 } } alias prs.mapsowned { var %a = 0,%b = 0, %c = $mta.races($1) while (%a < %c) { var %d = $replace($mta.races($1,%a),$chr(32),$chr(63)) if ($hget(prsmaprate,owner $+ %d) == $2) { !inc %b } !inc %a } mta.text $1 Total Maps Owned By $2 $+ : %b } on *:SIGNAL:mta.startrace: { set %bounscount $calc(%bonuscount + 1) if (%bounscount >= 10) prs.bonuswin $1 $2 var %race = $replace($mta.race($1),$chr(32),$chr(63)) var %owner = $hget(prsmaprate,owner $+ %race) if (%owner != $null) { var %div = 200 .timer 1 10 mta.text $1 This Map Is Owned By: %owner - Paying Dividends. $ %div pgs.add %owner %div } else .timer 1 10 mta.text $1 Buy This Map, Price:$ %mapprice (!buymap) } alias prs.bonuswin { set %bonuscount 0 if ($prs.players($1) > 1) { :scooby var %nick = $mta.nick($1,$rand(0,$mta.server($1).cmax)) if (%nick == $null) goto scooby else { mta.text $1 Bonus Win - Paying %nick $ $+ 1000. pgs.add %nick 1000 } } } Scooby I ask you that you remade me some buymap your script to look like this: Each map costs 20 to start every game thousand for the price increases by 1 thousand. Check your map, you can command !Mymaps (so that the maps showed the name) you can buy !Buymap If the owner can set the map win any map as your next command go! Him, and of course you can buy a map despite the fact that someone already bought it and the cash goes back ??
  3. Scooby could command me to do !Muteall, which mutates all who are on the server?
  4. PsE|GeForce: !betdice 4 100 * PM from Admin: Rolling the dice... * PM from Admin: You rolled a 4 PsE|GeForce, $0 added to your cash. Wtf Scooby why $0 ?
  5. Ok Thanks Very, and I could do this so that save top5 times and additional command ??
  6. and now give the example, instead of top3 !rank PsE|GeForce: rank 13 - 500 points?
  7. Mhh, it can be done if he rade eg top 10 with the possibility of more ? and that only the admin can view them?
  8. Overall, the entire server statistics, something like !Top3 points top3 but shows only 3 and I want more and that is why I want you to do this command rank. Now you understand me ?? because of weak English ;]
  9. I want simply to command Rank showed an overall summary of the points. You can something like this for me?
  10. ok thanks, and you could customize the script so that instead of rank noob, Rookie etc. to show the place?. Of the points of course. eg PSE | GeForce's rank: 1st
  11. Everything Nice, beautifully Thanks very much. Scooby and can do so in order to command! New can be used until 35 seconds after take-off the map?
×
×
  • Create New...