Code Monkey home page Code Monkey logo

wizard-delped's Introduction

ShowCase

0.00ms while idle, 0.04ms while deleting!

  • IDLING:

    image

  • DELETING:

    image

Features

  • 🧨 STAND ALONE

  • πŸ—’οΈ Customizable Command

  • β›” Customizable Command Permissions

  • ⏱️ Customizable Command CoolDown With Timer

  • 🎚️ Customizable Command Dead/Driver/Walking/All NPC Delete (ONLY IF DEAD IS FALSE)

  • πŸ—ΊοΈ Customizable Default Distance (YOU CAN ALSO ENTER DISTANCE IN COMMAND, THIS IS FOR NO COMMAND DISTANCE INPUT)

  • ➰ Customizable Retry Amount

  • ‼️ Customizable Notify System ('StandAlone', 'QBCore', 'Esx', 'OkOk', 'Ox')

  • πŸ“‘ Exports With Distance, Player/Custom Location, Retry Ammount And Dead/All/Driving/Walking Input!

Depencies

  • NOTHING!

Installation

  • Drag and drop the file in your resources folder

  • Add this to your server cfg server.cfg ensure wizard-delped

  • Open config.lua and edit Notify to your notification or use StandAlone

  • Customize the script as you want!

Exports

YOU CAN SET 'none' INSTEAD OF ALL EXPORT OPTIONS TO USE DEFAULT CONFIG INFORMATION

  • Retry = You can set number of retries to remove peds!
  • Distance: You can set number to remove peds within this distance
  • Type: all to remove all peds within distance, dead to remove dead peds within distance, walking to remove walking peds within distance and driving to remove driving peds within distance
  • Pos: You can ignore this to use source player coords, if you want custom coords, just use vector3 here!
exports['wizard-delped']:DeletePeds(Retry, Distance, Type, Pos)

EXAMPLE

  • Delete All Peds Withing 100.0:
exports['wizard-delped']:DeletePeds('none', 100.0, 'all')
  • Delete Dead Peds Withing 100.0:
exports['wizard-delped']:DeletePeds('none', 100.0, 'dead')
  • Delete Dead Peds Withing 100.0 And 5 Retries:
exports['wizard-delped']:DeletePeds(5, 100.0, 'dead')
  • Delete Dead Peds Withing 100.0 From vector3(789.85, -1765.84, 29.68) And 5 Retries:
exports['wizard-delped']:DeletePeds(5, 100.0, 'dead', vector3(789.85, -1765.84, 29.68))

Customizing

  • All config options are easy to understand!

Support

wizard-delped's People

Contributors

codewizardsdev avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.