Skip to content

bobatari/OptimalPed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OptimalPed

Script lets you change your ped to a ped listed in the config file. This is not permanent and can be used for costume parties. This was created on qb-core. To spawn the peds, use command /spawnpeds. This isnt a resource that starts up right away but it can be. Just thought this would be easier so you didnt have them on all the time. I.e. you can have an event on halloween and only spawn these during that event time.

Configure what peds to be swapped in the config. You can find peds on your own, I believe in you.

Config.Peds = { 
    {
        model = 'beavis', --This should be the ped spawn name. 
        location = vector3(241.94, -1398.34, 30.53), --Where to have the peds show up for 3rd eye'ing them.
        heading = 135.0 --Direction they're facing.
    },
    {
        model = 'and',
        location = vector3(245.00, -1395.00, 30.53),
        heading = 90.0
    }, --dont forget the comma's
    {
        model = 'butthead',
        location = vector3(250.00, -1390.00, 30.53),
        heading = 180.0
    }
    -- Add more peds here as needed

Preview: https://youtu.be/DhkxDat4W8I

About

Script lets you change your ped to a ped listed in the config file. This is not permanent and can be used for costume parties.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages