Actions

The script includes several actions that can be activated or deactivated individually:

Actions = {
    sitAndLay = true,
    hidrants = true,
    traffic_lights = true,
    vending_machines = true,
    beach_fire = true,
    phone_booths = true,
    garbage = true,
    animals = true,
    telescopes = true,
    flat_tires = true,
    kick_trash = true,
    hostage_player = true,
    hostage_npc = true,
    food_trucks = true,
    shoplifting = true,
    carry_things = true,
    barriers = true,
    user_id = true,
    talk_with_npc = true,
    rob_npc = true,
    custom = true
}

If you modify any of them and change their status, you must restart the script for it to take effect. It is possible, depending on the targeting system, that objects may have the option to perform actions even though they are not functional. This is due to the targeting system. If you exit the server and log in again, the option should no longer appear in the target.

Last updated