16.01.2012, 12:16
Well I bring A-Ant Hack In Weapons in FS and Include.
It has the function of Ban Anyone Who Perga Certain Prohibited Weapon.
ex:
A hacker enters your DM Server and Minigum thinking about getting one, so it Catch and Banned.
This will happen with any other weapon that is prohibited
attention
If using PR in GM / RPG Set his administration was not also be banned
Well I'll correcting Code For My Vip System Uses Some JetPack
Create a variable
In the code that gives the Jetpack
Ai No Anti-Hack From Jetpack Place
It may sound simple but it will help many people
Code is in Portuguese had no time to Translate It
Pastebin
Like it? It costs nothing Reputation
It has the function of Ban Anyone Who Perga Certain Prohibited Weapon.
ex:
A hacker enters your DM Server and Minigum thinking about getting one, so it Catch and Banned.
This will happen with any other weapon that is prohibited
attention
If using PR in GM / RPG Set his administration was not also be banned
Well I'll correcting Code For My Vip System Uses Some JetPack
Create a variable
pawn Код:
new bool:PermitidoJetPack[MAX_PLAYERS];
pawn Код:
PermitidoJetPack[playerid] = true;
pawn Код:
if(GetPlayerSpecialAction(i) == SPECIAL_ACTION_USEJETPACK && PermitidoJetPack[x] == false)
Code is in Portuguese had no time to Translate It
Pastebin
Like it? It costs nothing Reputation