01.06.2016, 06:42
Quote:
Hm okay, so then how do you access the PlayerInfo variables in your class that extends from GTAPlayer? Do you just have a PlayerInfo class in it or inherit from it? Sorry I'm a bit confused, I've only used Entity Framework before and I'd love to have the "proper etiquette" while coding my gamemode. Thanks for your help, I really appreciate it.
|
You wouldn't have been able to do this with entity framework either, because the instance (GtaPlayer) is already created when you connect, so you'd have to populate this instance with data loaded from the database, which isn't possible in entity framework.