Jump to content

I Have problem


Recommended Posts

I have problems with my server, because the player used multiaccounting,,

That script can obtain or create for more than 1 time can not register players ??? Please Help,

This is the role I've done

local sql = { Query = executeSQLQuery };

addEventHandler( 'onResourceStart', resourceRoot, function()

sql.Query( "CREATE TABLE IF NOT EXISTS LogPunishment (\

Date STRING, Elemento STRING, STAFF STRING,\

Time STRING, Reazon STRING )"

)

end )

function LogAdmin (source)

local logPunish = executeSQLQuery("SELECT * FROM LogPunishment")

triggerClientEvent (source,"Punishlog",source,logPunish)

end

addCommandHandler ("punishlog", LogAdmin)

Link to comment

Hello help me? I made a log for punishment to jail, mutes, ban, etc ... The problem is that if an admin returns evil punishment can not be erased and want to make a button with the function of selecting the wrong log given by the administrator and to delete local sql = { Query = executeSQLQuery };

addEventHandler( 'onResourceStart', resourceRoot, function()

sql.Query( "CREATE TABLE IF NOT EXISTS LogPunishment (\

Date STRING, Elemento STRING, STAFF STRING,\

Time STRING, Reazon STRING )"

)

end )

function LogAdmin (source)

local logPunish = executeSQLQuery("SELECT * FROM LogPunishment")

triggerClientEvent (source,"Punishlog",source,logPunish)

end

addCommandHandler ("punishlog", LogAdmin)

Link to comment

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...