amxmodx icon indicating copy to clipboard operation
amxmodx copied to clipboard

Run time error 10: native error (native "cs_get_user_team")

Open Ant1Lamer opened this issue 7 years ago • 2 comments

This is original plugin nothing changed only compiled and put in and some admins tell me when open team menu and choose "More" menu disappears L 04/20/2019 - 16:34:12: [CSTRIKE] Invalid player 3 (no private data) L 04/20/2019 - 16:34:12: [AMXX] Displaying debug trace (plugin "plmenu.amxx", version "1.10.0.5250") L 04/20/2019 - 16:34:12: [AMXX] Run time error 10: native error (native "cs_get_user_team") L 04/20/2019 - 16:34:12: [AMXX] [0] plmenu.sma::displayTeamMenu (line 953) L 04/20/2019 - 16:34:12: [AMXX] [1] plmenu.sma::cmdTeamMenu (line 1035)

Ant1Lamer avatar Apr 20 '19 19:04 Ant1Lamer

-if (wpnindex == CSW_C4) +if (wpnindex == CSW_C4 || !is_user_connected(victim))

https://dev-cs.ru/threads/4922/#post-50897

Dr-Strange91 avatar Jun 26 '19 20:06 Dr-Strange91

txn

Ant1Lamer avatar Jan 27 '22 21:01 Ant1Lamer