VORPCORE / vorp_character-lua

character creation for RedM Vorp core framework
GNU General Public License v2.0
9 stars 47 forks source link

character/inventory issue loading #51

Closed GothicRoze closed 8 months ago

GothicRoze commented 8 months ago

error pic

I am getting this error when i try to launch my server with vorp character enabled. I have been trying to figure out how to fix it most of the day on my own and have gotten no where. I am really hoping someone can help.

theSW23 commented 8 months ago

Have you tried ensuring Inventory before Character? Following this Load Order:

############### VORP SCRIPTS ################### ensure vorp_core ensure vorp_inputs ensure vorp_progressbar ensure vorp_inventory ensure vorp_character ensure vorp_utils ensure vorp_admin ensure vorp_metabolism ensure vorp_barbershop ensure vorp_postman ensure vorp_hunting ensure vorp_stables ensure vorp_weaponsv2 ensure vorp_clothingstores ensure vorp_stores ensure vorp_fishing ensure vorp_housing ensure vorp_banking ensure vorp_mailbox ensure vorp_walkanim ensure vorp_ml_policejob ensure vorp_crafting ensure vorp_zonenotify ensure vorp_wildhorse ensure vorp_lootnpcs

ensure vorp_traffic -- will limitate peds and animals

ensure vorp_radius -- culling

ensure vorp_bossmanager

ensure vorp_mining ensure vorp_lumberjack ensure vorp_animations ensure vorp_outlaws ensure vorp_imapviewtool

outsider31000 commented 8 months ago

yes thats the issue.

GothicRoze commented 8 months ago

Yeah, the server file had them listed wrong. I feel dumb for not catching that myself! Now, to go find more errors.....