This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function PotatoVox( URL ) | |
| sndcontrol = nil | |
| cooldown = false | |
| pixelsneeded = surface.ScreenWidth() / 1024 | |
| samples = {} | |
| hook.Remove( "HUDPaint", "MusicEQ" ) | |
| locations = { | |
| {Vector(-3211.039795, -10046.700195, 65.158920), Vector(-3226.494629, -10536.666016, 59.577229), Angle(-43.311, 157.197, 0.000), Angle(-33.016, -165.159, 0.000)}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --[[ | |
| Configuration Table | |
| =============== | |
| Desc: Allows for easy configuration of missing chapters | |
| Definations: | |
| - ULib.ACCESS_SUPERADMIN: All superadmins may access this command. | |
| - ULib.ACCESS_ADMIN: All administrators and higher may access this command. | |
| - ULib.ACCESS_OPERATOR: All operators and higher may access this command. | |
| - ULib.ACCESS_ALL: All users may access this command. | |
| ]]-- |
NewerOlder