polygone Posted June 5, 2015 Share Posted June 5, 2015 I've been trying to set up a new type of demand on the player that works similar to hunger/sanity, but I can't figure out how to get the component to hook up so that it affects all players. It works fine when adding the component to a custom/modded character but then it only works for said character, and I was wondering if there was some simple way I didn't know about to allow it to affect every player on a server. So does anyone know how to do that? Link to comment https://forums.kleientertainment.com/forums/topic/54825-adding-components-to-all-players/ Share on other sites More sharing options...
Kzisor Posted June 5, 2015 Share Posted June 5, 2015 @polygone, use AddPlayerPostInit to have it hook into all players. Link to comment https://forums.kleientertainment.com/forums/topic/54825-adding-components-to-all-players/#findComment-644055 Share on other sites More sharing options...
polygone Posted June 5, 2015 Author Share Posted June 5, 2015 Where would that go? I've never used that/don't know how to, and haven't really seen it used anywhere.. Link to comment https://forums.kleientertainment.com/forums/topic/54825-adding-components-to-all-players/#findComment-644232 Share on other sites More sharing options...
Kzisor Posted June 5, 2015 Share Posted June 5, 2015 @polygone, it goes in modmain.lua. Link to comment https://forums.kleientertainment.com/forums/topic/54825-adding-components-to-all-players/#findComment-644236 Share on other sites More sharing options...
polygone Posted June 6, 2015 Author Share Posted June 6, 2015 A'ight. Thank you~ Link to comment https://forums.kleientertainment.com/forums/topic/54825-adding-components-to-all-players/#findComment-644274 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now