Jump to content

String.find


manawydan

Recommended Posts

Posted
function BindOnS(commando) 
local accName = getAccountName(getPlayerAccount(source))  
    -- if isObjectInACLGroup ("user."..accName,aclGetGroup("Admin")) then return end  
 if string.find(commando,"bind") then 
 kickPlayer(source,"Não use bind's") 
 end 
 end 
 addEventHandler("onPlayerCommand",getRootElement(),BindOnS) 

what's erros?

560x95_FFFFFF_09FF00_050505_000000.png

"Querer não é poder, mas tentar é avançar"!

Posted

What's the problem with it? is it set as server side?

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

That command doesn't trigger the event I think.

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

bind is client command like quit

I dont know if it works but maybe client sided onClientConsole might work, but trying to block bind command is kinda stupid.

Lua Scripter

?ucet=miki_cz

Owner of mshost.cz MTA portal.

Posted

@kevenz: Just by renaming the parameter name, it won't make it work.

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

You don't get the problem, the event is never triggered.

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