Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: incorrectly compiled dynamic classes #282

Closed
MatiDragon-YT opened this issue Oct 28, 2023 · 2 comments
Closed

BUG: incorrectly compiled dynamic classes #282

MatiDragon-YT opened this issue Oct 28, 2023 · 2 comments
Labels
priority:p2 Medium priority scope:compiler type:bug Something isn't working

Comments

@MatiDragon-YT
Copy link
Member

I don't really know the name of this class method, which can be used in the following way:

if Actor.Model(_Player) == 0@
[....]
Actor.Model(_Player) = 0@
[....]
0@ = Actor.Model(_Player)

look how the Actor.Model method is used for different things... anyone would say that they are well written, but I don't know what happens to SB4 that doesn't compile them correctly and makes that if you run into any of these lines, it closes the game.

@x87 x87 added type:bug Something isn't working priority:p2 Medium priority scope:compiler labels Oct 29, 2023
@x87
Copy link
Collaborator

x87 commented Oct 29, 2023

try with this
core.zip

@x87 x87 mentioned this issue Oct 29, 2023
59 tasks
@MatiDragon-YT
Copy link
Member Author

runing with't problem! Epic :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:p2 Medium priority scope:compiler type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants