oscar-broman / PAWN-Boilerplate

(discontinued) Solid core for a big SA-MP server script.
http://sa-mp.com/
24 stars 13 forks source link

GetPublicAddressFromName & GetPubVarAddressFromName #21

Closed jte closed 12 years ago

jte commented 12 years ago

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"

oscar-broman commented 12 years ago

You need to update amx_assembly. Do you use command line, a GUI tool, or a downloaded package?

jte commented 12 years ago

simple command line git pull for updating

jte commented 12 years ago

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?

oscar-broman commented 12 years ago

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

jte commented 12 years ago

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)

oscar-broman commented 12 years ago

That'd be something. I suppose I could find some time to help you out on this project.

jte commented 12 years ago

Ok closing this down because that link you posted indeed solved my problems. For reference to anyone else: git submodule update