Page 1 of 1

reapi errors

Posted: 24 Jan 2021, 12:27
by NomaDD
  1. L 01/24/2021 - 14:21:12: [ReAPI] get_member_s: 'm_iTeam' has no refs to the base class of an entity 'worldspawn'
  2. L 01/24/2021 - 14:21:12: [AMXX] Displaying debug trace (plugin "ze_coins_system.amxx", "version "2.3")
  3. L 01/24/2021 - 14:21:12: [AMXX] Run time error 10: native error (native "get_member_s")
  4. L 01/24/2021 - 14:21:12: [AMXX] [0] ze_coins_system.sma::Fw_TakeDamage_Post (line 204)
  5. L 01/24/2021 - 14:21:20: [ReAPI] get_member_s: 'm_iTeam' has no refs to the base class of an entity 'worldspawn'
  6. L 01/24/2021 - 14:21:20: [AMXX] Displaying debug trace (plugin "ze_coins_system.amxx", version "version "2.3"")
  7. L 01/24/2021 - 14:21:20: [AMXX] Run time error 10: native error (native "get_member_s")
  8. L 01/24/2021 - 14:21:20: [AMXX] [0] ze_coins_system.sma::Fw_TakeDamage_Post (line 204)
  9. L 01/24/2021 - 14:21:43: [ReAPI] get_member_s: 'm_iTeam' has no refs to the base class of an entity 'worldspawn'
  10. L 01/24/2021 - 14:21:43: [AMXX] Displaying debug trace (plugin "ze_coins_system.amxx", version "version "2.3"")
  11. L 01/24/2021 - 14:21:43: [AMXX] Run time error 10: native error (native "get_member_s")
  12. L 01/24/2021 - 14:21:43: [AMXX] [0] ze_coins_system.sma::Fw_TakeDamage_Post (line 204)
  13. L 01/24/2021 - 14:21:57: [ReAPI] get_member_s: 'm_iTeam' has no refs to the base class of an entity 'worldspawn'
  14. L 01/24/2021 - 14:21:57: [AMXX] Displaying debug trace (plugin "ze_coins_system.amxx", version "version "2.3"")
  15. L 01/24/2021 - 14:21:57: [AMXX] Run time error 10: native error (native "get_member_s")
  16. L 01/24/2021 - 14:21:57: [AMXX] [0] ze_coins_system.sma::Fw_TakeDamage_Post (line 204)
  17. L 01/24/2021 - 14:22:02: [ReAPI] get_member_s: 'm_iTeam' has no refs to the base class of an entity 'worldspawn'
  18. L 01/24/2021 - 14:22:02: [AMXX] Displaying debug trace (plugin "ze_coins_system.amxx", version "version "2.3"")
  19. L 01/24/2021 - 14:22:02: [AMXX] Run time error 10: native error (native "get_member_s")
  20. L 01/24/2021 - 14:22:02: [AMXX] [0] ze_coins_system.sma::Fw_TakeDamage_Post (line 204)
  21. L 01/24/2021 - 14:22:04: [ReAPI] get_member_s: 'm_iTeam' has no refs to the base class of an entity 'worldspawn'
  22. L 01/24/2021 - 14:22:04: [AMXX] Displaying debug trace (plugin "ze_coins_system.amxx", version "version "2.3"")
  23. L 01/24/2021 - 14:22:04: [AMXX] Run time error 10: native error (native "get_member_s")
  24. L 01/24/2021 - 14:22:04: [AMXX] [0] ze_coins_system.sma::Fw_TakeDamage_Post (line 204)
  25. L 01/24/2021 - 14:23:07: [ReAPI] get_member_s: 'm_iTeam' has no refs to the base class of an entity 'worldspawn'
  26. L 01/24/2021 - 14:23:07: [AMXX] Displaying debug trace (plugin "ze_coins_system.amxx", version "version "2.3"")
  27. L 01/24/2021 - 14:23:07: [AMXX] Run time error 10: native error (native "get_member_s")
  28. L 01/24/2021 - 14:23:07: [AMXX] [0] ze_coins_system.sma::Fw_TakeDamage_Post (line 204)
  29. L 01/24/2021 - 14:23:13: [ReAPI] get_member_s: 'm_iTeam' has no refs to the base class of an entity 'worldspawn'
  30. L 01/24/2021 - 14:23:13: [AMXX] Displaying debug trace (plugin "ze_coins_system.amxx", version "version "2.3"")
  31. L 01/24/2021 - 14:23:13: [AMXX] Run time error 10: native error (native "get_member_s")
  32. L 01/24/2021 - 14:23:13: [AMXX] [0] ze_coins_system.sma::Fw_TakeDamage_Post (line 204)
I have a this problem at ze_coins_system and zombie_show_hp ( this plugin is paused for some reasons ) ! I tried to change the ReAPI dll but i got same errors !

Re: reapi errors

Posted: 25 Jan 2021, 19:15
by Raheem
Seems that m_iTeam not right defined as in reapi includes. Just to resolve this recompile both of these plugins with this compiler viewtopic.php?f=6&t=221.

Re: reapi errors

Posted: 26 Jan 2021, 10:07
by NomaDD
Raheem wrote: 3 years ago Seems that m_iTeam not right defined as in reapi includes. Just to resolve this recompile both of these plugins with this compiler viewtopic.php?f=6&t=221.
Working ! Ty