dreamstalker / rehlds

Reverse-engineered HLDS
GNU General Public License v3.0
652 stars 167 forks source link

Update Signatures for gamedata (Amxmodx 1.8.3) #237

Closed Skumek closed 8 years ago

Skumek commented 8 years ago

We have several problems because you provide bad signatures in Re-Amxmodx build.

L 08/13/2016 - 18:23:07: [CSTRIKE] BuyGunAmmo is not available L 08/13/2016 - 18:23:07: [CSTRIKE] GiveNamedItem is not available L 08/13/2016 - 18:23:07: [CSTRIKE] AddAccount is not available L 08/13/2016 - 18:23:07: [CSTRIKE] CanPlayerBuy is not available L 08/13/2016 - 18:23:07: [CSTRIKE] CanBuyThis is not available L 08/13/2016 - 18:23:07: [CSTRIKE] Some functions are not available - forwards CS_OnBuy[Attempt] have been disabled L 08/13/2016 - 18:23:07: [CSTRIKE] GiveDefaultItems is not available - native cs_set_no_knives has been disabled L 08/13/2016 - 18:23:07: [CSTRIKE] CREATE_NAMED_ENITTY is not available - native cs_create_entity() has been disabled L 08/13/2016 - 18:23:07: [CSTRIKE] UTIL_FindEntByString is not available - native cs_find_ent_by_class() has been disabled L 08/13/2016 - 18:23:07: [CSTRIKE] GetWeaponInfo is not available - native cs_get_weapon_info() and forward CS_OnBuy have been disabled L 08/13/2016 - 18:23:07: [CSTRIKE] g_pGameRules is not available - Forward CS_OnBuy has been disabled L 08/13/2016 - 18:23:07: [FAKEMETA] get/setgamerules* natives have been disabled because g_pGameRules address could not be found.

Arkshine commented 8 years ago

This has nothing to do with reHLDS, Skumek.

Skumek commented 8 years ago

Well, he made a thing named "re-amxmodx" (Probably just different gamedata). and i could not find anywhere to post so he would be notified about it. Also, this problem sure isnt there without ReHLDS/ReGameDLL, so i guess its related somehow.

Can you do something about this problem though, i wanna test functions in ReGameDLL/ReHLDS, but i cannot do it since the game keeps crashing for me.