Jump to content

ban serial


Castillo

Recommended Posts

Posted

hey i just got stuck while trying to ban players serial, the triggers and stuff works fine but the function addBan dosnt seem to work =(

here is my code.

server:

function banNoobSerial( serialToBan )
if ( serialToBan ) then
addBan( serialToBan, source, "Bye bye" )
outputChatBox ( "C-Panel: " .. serialToBan .. " was successfully Banned.", source, 34, 35, 250 )
else
outputChatBox ( "C-Panel: Invalid serial", source, 255, 12, 15 )		 
end
end

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

Syntax

ban addBan ( [ string IP, string Username, string Serial, player responsibleElement, string reason, int seconds = 0 ] )

:lol:

Note: One of the three: IP, Username or Serial have to be specified.

Required Arguments

IP: The IP to be banned. If you don't want to ban by IP, set this to nil.

or

Username: The username to be banned. If you don't want to ban by username, set this to nil.

or

Serial: The serial to be banned. If you don't want to ban by serial, set this to nil.

or any combination.

Optional Arguments

NOTE: When using optional arguments, you must supply all arguments before the one you wish to use. For more information on optional arguments, see Optional Arguments.

responsibleElement: The element that is responsible for banning the IP/username/serial. This can be a player or the root (getRootElement()).

reason: The reason the IP/username/serial will be banned from the server.

seconds: The amount of seconds the player will be banned from the server for. This can be 0 for an infinite amount of time.

it should be this ( i think :mrgreen: )

:

function banNoobSerial( serialToBan )
if ( serialToBan ) then
addBan( nil, nil, serialToBan, source, "Bye bye" )
outputChatBox ( "C-Panel: " .. serialToBan .. " was successfully Banned.", source, 34, 35, 250 )
else
outputChatBox ( "C-Panel: Invalid serial", source, 255, 12, 15 )       
end
end

hope i helped :)

Server Name: mR|Team Clan Race Server

Server IP: 84.82.81.225:22004

mrteamwebsite.jpg

Posted

you forgot a "end" but that wasnt a problem :P, thank you very much it works :D

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...