0 Members and 1 Guest are viewing this topic.
So just making sure:To add another command I change out the parameters like this?:Code: Luafunction ulx.killme( calling_ply ) calling_ply:ConCommand( "kill" ) endlocal killme = ulx.command( "Aliases", "ulx killme", ulx.killme, { "!kill" } )killme:defaultAccess( ULib.ACCESS_ALL )killme:help( "Causes the player to commit suicide" )