Jump to content

Resource of admin commands


Brad96

Recommended Posts

Posted

conmands need a basic resource for an admin, smod etc. .. kick, ban, freeze, destroy, blow, fix etc. .. There are some resources that can help me? good day and thanks

Mi Nick En El Juego : Bs|Brad

Mi Skype : fer_va_96

Posted

I don't understand anything of what you said.

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

sorry for my very bad english , look , i need a resource about commands basics of admins,smod etc.. ban,kick,freeze,destroy,blow etc.. u know ?

example :

!blow brad ,!kick brad .. u understand ?

Mi Nick En El Juego : Bs|Brad

Mi Skype : fer_va_96

Posted

Use what EstrategiaGTA said, to kick a player you'll need:

getPlayerFromName 
kickPlayer 

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

Example:

function kickplayer(thekicker,kickplayer,playertarget,reason) 
playerkicked = getPlayerFromName(playertarget) 
if ( playerkicked ) then 
kickPlayer(playerkicked,thekicker,reason) 
else outputChatBox("That player doesn't exist",thekicker) 
end 
end 
  
addCommandHandler("kickplayer",kickplayer) 

It's fine to celebrate success but it is more important to heed the lessons of failure.

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