Help bulletCrasher037.asi
#1

My server has about 70 people and I am hacked to crash server with this hack I need 1 anti although I added onplayerweaponshot the code below but it does not work
Код:
if(!((22 <= weaponid <= 34) || weaponid == 38)) Kick(playerid);
https://www.youtube.com/watch?v=xt5FWMgJ8qA
Reply
#2

update to 0.3.7 r2
Reply
#3

Quote:
Originally Posted by Spmn
Посмотреть сообщение
update to 0.3.7 r2
I am using version 0.3.7 R2 Which?
Reply
#4

Return 0 otherwise the shot still gets processed.
Reply
#5

Can someone give me a code to fight it?
Reply
#6

Quote:
Originally Posted by Vince
Посмотреть сообщение
Return 0 otherwise the shot still gets processed.
Here's your answer:

PHP код:
if(!(22 <= weaponid <= 34) || weaponid == 38
{
    
Kick(playerid);
    return 
0//add this and the shot won't get processed.

Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)