mrlupo / ml_redemrp_respawn

My own edit of redemrp_respawn
4 stars 1 forks source link

Fail to trigger character creator #1

Open gamerbiggie opened 4 years ago

gamerbiggie commented 4 years ago

Made new character, on spawn the player doesnt get a creator but is locked in position with cursor on screen.

Server error message is `SCRIPT ERROR: @redem_roleplay/server/sv_main.lua:78: attempt to call a nil value (local 'cb')

handler (@redemrp_inventory/server/main.lua:35`

Followed the steps show on the readme to replace lines of text too.

gamerbiggie commented 4 years ago

Stopped the error by changing if Config.UsingInventory then TriggerServerEvent("player:getItems", source, source) end

with if Config.UsingInventory then TriggerServerEvent("redemrp_inventory:LoadItems") end

However the creator doesnt trigger still. Theres no errors either