Witam.Mam problem z pluginem soccerjam,a mianowicie pare razy dziennie w logach mam informację o błędzie związanym z tym pluginem
a oto kawałek kodu z sma:Kod:L 05/11/2010 - 08:39:45: Start of error session. L 05/11/2010 - 08:39:45: Info (map "sj_triumph") (file "addons/amxmodx/logs/error_20100511.log") L 05/11/2010 - 08:39:45: [AMXX] Displaying debug trace (plugin "soccerjam.amxx") L 05/11/2010 - 08:39:45: [AMXX] Run time error 4: index out of bounds L 05/11/2010 - 08:39:45: [AMXX] [0] soccerjam.sma::touchNet (line 1299) L 05/11/2010 - 08:58:16: Start of error session. L 05/11/2010 - 08:58:16: Info (map "sj_nuke_click21") (file "addons/amxmodx/logs/error_20100511.log") L 05/11/2010 - 08:58:16: [AMXX] Displaying debug trace (plugin "soccerjam.amxx") L 05/11/2010 - 08:58:16: [AMXX] Run time error 4: index out of bounds L 05/11/2010 - 08:58:16: [AMXX] [0] soccerjam.sma::touchNet (line 1299) L 05/11/2010 - 11:18:36: Start of error session. L 05/11/2010 - 11:18:36: Info (map "sj_pro") (file "addons/amxmodx/logs/error_20100511.log") L 05/11/2010 - 11:18:36: [AMXX] Displaying debug trace (plugin "soccerjam.amxx") L 05/11/2010 - 11:18:36: [AMXX] Run time error 4: index out of bounds L 05/11/2010 - 11:18:36: [AMXX] [0] soccerjam.sma::touchNet (line 1299)
Z góry dziękuje za pomoc.Kod:1294:public touchNet(ball, goalpost) 1295:{ 1296: remove_task(55555) 1297: 1298: new team = get_user_team(ballowner) 1299: new goalent = GoalEnt[team] 1300: if (goalpost != goalent && ballowner > 0) { 1301: 1302: new Players[32]
P.S
Ze względu na to iż się trochę pośpieszyłem i nie obeznałem we wszystkich działach,proszę o przeniesienie do działu "Problem z pluginem AMX/AMXX"










