🛸 renzu_spawn - Character Spawn Selector

:flying_saucer: renzu_spawn

Fivem - Spawn Selector
i created this for my multicharacter resource.
i want to share this here too.
simple standalone spawn selector
image

:inbox_tray: Download

:boom: Feature

  • Easy to add and remove locations via config
  • Trigger the resource via Exports.
  • Smooth Camera Transition
  • Standalone resource
  • Locations Thumbnails
  • Locations Info
  • Supports non multicharacters too. by editing Config.multicharacters = false
  • Supports Custom location like personal property, job locations.
  • Supports 13XX up to ~ 2500+ resolutions

:information_source: How to use

  • this resource can be exported from your eg. multicharacters resource.
local lastlocation = {x = coord.x, y = coord.y, z = coord.z, heading = coord.w}
exports.renzu_spawn:Selector(lastlocation)
  • if Config.multicharacters is false. this Spawn Selector will show up when you spawned in the first time using spawnmanager events handler.

Custom Spawn locations

  • you can define custom locations eg. job locations, personal locations
local lastlocation = {x = coord.x, y = coord.y, z = coord.z, heading = coord.w}
local options = {
  [1] = { 
             name = 'house',  -- img name
             label = 'Personal Property', 
             coord = vector4(146.86, -267.63, 43.28, 142.27), 
             info = 'My Personal property in grove street.'
   },
}
exports.renzu_spawn:Selector(lastlocation,options)

contribution

  • if you have issues or enhancement idea you can directly post here or here
25 Likes

best as always

thank you renzu

1 Like

looks cute

1 Like

Very nice release @Renzuzu.

1 Like

absoluetely love ur resources man! keep up the great work!

1 Like

Wo0t wo0t!! bravo!

1 Like

Does this mean you will be sharing your multicharacter resource soon? :eyes:

it standalone bro

There IS already a multicharacter

can you set a place , let people choose where there want to go ? , like simpletp :smiley:

where can i get the multicharacter

i cant download it

This is awesome! Nice work!

1 Like

Thank you bro!

1 Like

maybe like a suggestion you could add that if carachter already created the only option it can be last loaction

1 Like

this is standalone resource. you can do that on your multicharacter or before your character spawn

when i load in and select my character i see a black screen behind the spawn locations with the loading wheel in the bottom right. When i select a location it does go away but what am i doing wrong?

Has anyone else had this issue or know how to resolve it?

are you using my multicharacter?

what framework?

ESX with esx_multicharacter