Author Topic: How to prevent the lock blood  (Read 2798 times)

0 Members and 1 Guest are viewing this topic.

Offline a1046596108

  • Street Thug
  • *
  • Posts: 28
    • View Profile
How to prevent the lock blood
« on: August 21, 2013, 04:03:31 am »
Oh my god :o my server have to many hacker!

Offline NeskWriter

  • Crime Boss
  • ****
  • Posts: 355
    • View Profile
Re: How to prevent the lock blood
« Reply #1 on: August 21, 2013, 11:34:30 am »
So y dont u ban them all then?


-Funniest quotes-

Quote from: asad3man
i cant able to understand

Offline [AoD]NC

  • VC:MP Beta Tester
  • VC:MP Veteran
  • *
  • Posts: 616
  • AoD forever!
    • View Profile
    • KURWA MAĆ
Re: How to prevent the lock blood
« Reply #2 on: August 21, 2013, 10:12:11 pm »
Many hacks give the player 100% armour. If you don't use the armour pickup on your server, you can add in your script:
if ( player armour > 0 ) -> ban.

Offline aledark24

  • Made Man
  • ***
  • Posts: 206
  • I am a scripter and you have celous of me....so you crashed my servers
    • View Profile
Re: How to prevent the lock blood
« Reply #3 on: August 22, 2013, 01:42:13 am »
Many hacks give the player 100% armour. If you don't use the armour pickup on your server, you can add in your script:
if ( player armour > 0 ) -> ban.

maybe is => 1  :o :o :o :o
and for health =>101
I am a great scripter and you are celous of my works
.....

Vice City Life Multiplayer By Saint

Offline a1046596108

  • Street Thug
  • *
  • Posts: 28
    • View Profile
Re: How to prevent the lock blood
« Reply #4 on: August 22, 2013, 05:48:30 am »
So y dont u ban them all then?

 Too much, can't kill all

Offline [AoD]NC

  • VC:MP Beta Tester
  • VC:MP Veteran
  • *
  • Posts: 616
  • AoD forever!
    • View Profile
    • KURWA MAĆ
Re: How to prevent the lock blood
« Reply #5 on: August 23, 2013, 02:09:51 am »
@aledark24 why => 1? If we consider armour as a positive integer* then > 0 and >= 1 is the same, but > 0 is more clear I think.

And health >= 101 is rather useless, because most hacks don't give the player hp over 100, only a few do. They just heal the player to 100% when he gets hurts.

* armour is in fact a float value, so you can have 99,99% armour. However, the game rounds it to either 99% or 100% ;).