Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

problems with basic-gamemode #86

Closed
manups4e opened this issue Dec 19, 2019 · 9 comments
Closed

problems with basic-gamemode #86

manups4e opened this issue Dec 19, 2019 · 9 comments

Comments

@manups4e
Copy link

manups4e commented Dec 19, 2019

if a different resource changes gametype in manifest.. basic-gamemode stops it at startup.. and cannot be disabled since if i start the resource that changes gametype basic-gamemode gets stopped and resource "fivem" depends on basic-gamemode..

  1. server starts
  2. resource fivem starts and basic-gamemode starts changing gametype to "Freeroam"
  3. my gamemode gets stopped on startup because basic-gamemode loads with it
  4. if i start manually my gamemode basic-gamemode gets stopped
  5. if i enter the server FiveM client won't load resources as resource fivem misses its dependency basic-gamemode
@blattersturm
Copy link
Contributor

Huh? Define changes gametype in manifest 😮 Are you starting two gametypes?

Is the issue rather that dependencies do not propagate a stop?

@manups4e
Copy link
Author

actually yeah.. my gamemode changes gametype to a custom one

@blattersturm
Copy link
Contributor

Moved to client issues: https://forum.fivem.net/t/dependencies-do-not-propagate-on-stop/925042

As a workaround, you could also simply not start fivem.

@manups4e
Copy link
Author

it's not required to start?

@blattersturm
Copy link
Contributor

it's not required to start?

it's just the old name for basic-gamemode, if you have your own gametype you'll just use that

@manups4e
Copy link
Author

manups4e commented Dec 19, 2019

the fact that when i start my gamemode, basic-gamemode gets stopped automatically is normal?
edit: all right then :D i'll do it thank you

@manups4e
Copy link
Author

also.. you wrote "if fivem gets started manually" that's incorrect for me.. as i manually start my gamemode (and that's where basic-gamemode gets stopped by the server automatically)
only when i try to load inside i get fivem resource error on dependency

@manups4e manups4e closed this as completed Mar 7, 2020
@manups4e
Copy link
Author

yeah... you could just read 5 posts above... #86 (comment)

@xXatawXx
Copy link

I know extended mode can cause this error. Check to see if your scripts resource manifest files are setting gametypes, e.g. https://prnt.sc/upvv0h, if they are then, goto your server.cfg and (#) comment out the "start fivem" and you should be set.

@citizenfx citizenfx deleted a comment from MubarakLala12 Feb 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants