[FilterScript] Anti-INV by Yiin
#1

-DELETED-
Moved to : https://sampforum.blast.hk/showthread.php?tid=380955
Reply
#2

Nice dude. Looks legit!
Reply
#3

Quote:
Originally Posted by NoahF
Посмотреть сообщение
Nice dude. Looks legit!
Thanks!
Reply
#4

Good work dude
Reply
#5

Bugs fixed.
Reply
#6

Did you even test or compile this? It won't work.
Reply
#7

Quote:
Originally Posted by SuperViper
Посмотреть сообщение
Did you even test or compile this? It won't work.
Yeah, but it's easy to get it to work.
Anyways, good that it only kicks. Not banns, then i'd feel bad for de-synct players.
Reply
#8

Quote:
Originally Posted by SuperViper
Посмотреть сообщение
Did you even test or compile this? It won't work.
It compile without errors. I will try to make video
Reply
#9

Quote:
Originally Posted by Yiin
Посмотреть сообщение
It compile without errors. I will try to make video
WhilePlayerUseINV(playerid)
{
If(inv_warnings[playerid] == 20 or 30 or 40) SetPlayerHealth(playerid, GetPlayerHealth * 0.5);
If(inv_warnings[playerid] == 50) Kick(playerid);
}

this cant compile w/o errors man :/

or = ||

GetPlayerHealth not work as you do

new Float:h;
GetPlayerHealth(playerid, h);

SetPlayerHealth(playerid, h * 0.5);
Reply
#10

Quote:
Originally Posted by ReVo_
Посмотреть сообщение
WhilePlayerUseINV(playerid)
{
If(inv_warnings[playerid] == 20 or 30 or 40) SetPlayerHealth(playerid, GetPlayerHealth * 0.5);
If(inv_warnings[playerid] == 50) Kick(playerid);
}

this cant compile w/o errors man :/

or = ||

GetPlayerHealth not work as you do

new Float:h;
GetPlayerHealth(playerid, h);

SetPlayerHealth(playerid, h * 0.5);
oh, cmon.... this is not even code....
Код:
Because my english is so bad, let me explain in PAWN language.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)