Jump to content

Malicious Hero.

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by Malicious Hero.

  1. Make sure you have created groups before starting the resource. If you have, check any possible errors through debugscript.
  2. Sorry for the wait. Here it is: https://community.multitheftauto.com/ind ... ls&id=6168
  3. That's obviously wrong, it doesn't make any sense. Well how it would make sense? You're missing a parameter in setTimer. You have the function, and interval; but not the amount of times you wish to execute the function. Also, the command you created will completely ignore the alphaAmount portion of the syntax since you forcefully set the value of alphaAmount to 255. Also, check the post above.
  4. Description HeroInventory is a new way to expand a roleplay server's features. This resource allows a server to not only archive items; but organize them appropriately! Adding items, and groups are very simple. Features Ability to organize items into groups. Rather simple to integrate. Ability to support your items with images. Ability to support your groups with images. Ability to easily code what an item does once used. Ability to browse items quickly. Functions Functions found here: https://wiki.multitheftauto.com/wiki/HeroInventory Screenshots Download Download available here - https://community.multitheftauto.com/ind ... ls&id=6310
  5. https://community.multitheftauto.com is refusing to allow me to edit my resource's description, and upload another revision. Until I can find a solution to this or this is issue fixed, I cannot upload that copy. Huh?
  6. (Youtube BB code isn't working at the moment) Description Be careful into what car you plan to step into. The Car-Bomb vehicle system allows players with permission to plant car-bombs to detonate vehicles on their own choice, or through vehicle damage (Vehicle damage is optional). This can be useful for roleplay servers. Features User-Friendly GUI Ability to detonate multiple car-bombs at once Ability to deactivate car-bombs. User Granted Permission system (Set automatically enabled - Check c_gui to disable) Vehicle collision car-bomb trigger system (Can be disabled through settings) Functions isPlayerBombPermitted( playerElement ) - Returns if the player is allowed to plant a bomb. setPlayerBombPermitted( playerElement, toggle ) - Sets the ability for a player to plant a bomb. setVehicleArmed( vehicleElement, toggle, c ) - Sets the vehicle armed. The c parameter indicates if the item is being toggled off in client mode. isVehicleArmed( vehicleElement ) - Returns if the vehicle currently has a car bomb armed in it. setVehicleBombTriggered( vehicleElement, c ) - Detonates the bomb of an armed car. C parameter is similar to the reason of setVehicleArmed. Download Download available here - https://community.multitheftauto.com/ind ... ls&id=6168
×
×
  • Create New...