Should've tested it before merging but... @MGRCreek
Events.py: Traceback (most recent call last):
Events.py: File "C:\Work\GTASanAndreas\PyLoader\libstd\game_sa\__init__.py", line 2, in <module>
Events.py: from libstd.game_sa.sprite2d import CSprite2d
Events.py: File "C:\Work\GTASanAndreas\PyLoader\libstd\game_sa\sprite2d.py", line 3, in <module>
Events.py: from libstd.game_sa.rw import RwTexture, RwTextureAddressMode
Events.py: File "C:\Work\GTASanAndreas\PyLoader\libstd\game_sa\rw\__init__.py", line 1, in <module>
Events.py: from rwplcore import *
Events.py: ModuleNotFoundError
Events.py: No module named 'rwplcore'
Should've tested it before merging but... @MGRCreek