-
Notifications
You must be signed in to change notification settings - Fork 13
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
GetPublicAddressFromName & GetPubVarAddressFromName #21
Comments
You need to update |
simple command line |
btw. off-issue: have a look at my samp-compiler project, maybe you can help me finish it and base your Pawn-Scanner on top of it? |
Try this regarding the updating (as described in the Wiki). I've wasted lots of time trying to get the compiler to work from source, it's really not something I enjoy doing. You have a start here, though: https://github.com/Zeex/pawn-3.2.3664_patches |
Well actually moved a lot from that point, I mainly started that project of mine because pawn compiler is least to say unmaintainable. I will upload it so you can get a glimpse of where I am at the moment, though I really meant to base that on my project when my project is finished.(that is compileable and binary & source compatible with current samp compiler) |
That'd be something. I suppose I could find some time to help you out on this project. |
Ok closing this down because that link you posted indeed solved my problems. |
gamemodes/modules/PBP/Config/callbacks/OnGameModeInit.inc(10) : error 017: undefined symbol "GetPublicAddressFromName"
gamemodes/modules/PBP/Commands/callbacks/OnGameModeInit.inc(44) : error 017: undefined symbol "GetPubVarAddressFromName"
The text was updated successfully, but these errors were encountered: