Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Snippet Showroom => Topic started by: mrockxkingbutt on February 18, 2014, 10:46:04 pm

Title: Anti-Owner-Ban System[Snibbet][ByMe]
Post by: mrockxkingbutt on February 18, 2014, 10:46:04 pm
Removed!!!
Title: Re: Anti-Owner-Ban System[Snibbet][ByMe]
Post by: stormeus on February 19, 2014, 03:04:12 am
This makes it such that anyone can join with your name and hack as much as they want, and they won't be able to be banned.
Title: Re: Anti-Owner-Ban System[Snibbet][ByMe]
Post by: sseebbyy on February 19, 2014, 04:27:06 pm
Stormeus is right.

+I don't see the point of this script.
If the player is actually the owner of the server, he should be an admin right ? actually the biggest admin.
So what should you do ? Just make the "ban" command to ban players with lower (or the same) rank than the admin that uses the command.
not be able to ban admins.

(because they are admins, I assume you trust them)
Title: Re: Anti-Owner-Ban System[Snibbet][ByMe]
Post by: Fuzzy168 on February 19, 2014, 04:45:47 pm
This makes it such that anyone can join with your name and hack as much as they want, and they won't be able to be banned.
Stormeus is right.

+I don't see the point of this script.
If the player is actually the owner of the server, he should be an admin right ? actually the biggest admin.
So what should you do ? Just make the "ban" command to ban players with lower (or the same) rank than the admin that uses the command.
not be able to ban admins.

(because they are admins, I assume you trust them)
+1
Shouldn't the owner discourage hacking themselves..... I don't think this script would be useful.
Title: Re: Anti-Owner-Ban System[Snibbet][ByMe]
Post by: MatheuS on February 19, 2014, 06:23:12 pm
[pawn]if(strcmp(gPlayers[playerid],"Your_Name_Here", true) == 0) { // reflect your names
SendClientMessage(playerid,COLOR_RED," Welcome Owner; Your Anti-Ban System Has Been Activated ");
AntiBan[playerid] = 1; // activates the antiban
AdminLevel[playerid] = 1; // add level here
}[/pawn]

and if we use this command in the function or command login?  ???
Title: Re: Anti-Owner-Ban System[Snibbet][ByMe]
Post by: mrockxkingbutt on February 19, 2014, 07:33:38 pm
add it in aut-login section of omplayerconnect and also in login cmd

then no-one can mis-use this feature!

beside if someone is not registered / login he cant spawn!
Title: Re: Anti-Owner-Ban System[Snibbet][ByMe]
Post by: NeskWriter on February 19, 2014, 08:46:21 pm
God I have no words to express how much useless and stupid your crappy bullshit codes are
Title: Re: Anti-Owner-Ban System[Snibbet][ByMe]
Post by: sseebbyy on February 19, 2014, 08:47:53 pm
It's amazing the way he ignores our replies, instead of learning.
Title: Re: Anti-Owner-Ban System[Snibbet][ByMe]
Post by: NeskWriter on February 19, 2014, 08:51:06 pm
I bet noone can code worse
Title: Re: Anti-Owner-Ban System[Snibbet][ByMe]
Post by: mrockxkingbutt on February 20, 2014, 02:02:07 am
Locked! & Removed!