*******************************************************************************
* v5.1.449 *
* GUNGAME v5.1 ERROR LOGGING *
* HTTP://WWW.GUNGAME5.COM/ *
* *
* GG VERSION: 5.1.449 IP: 205.234.153.42 *
* SPE VERSION: 1.5.0f r75 PORT: 27015 *
* PLATFORM: NT DATE: 05-25-2010 *
* ES VERSION: 2.0.0.252 ES CORE VERSION: 2.0.0.250i *
* MM VERSION: 1.8.1V SM VERSION: 1.3.2 *
* MANI VERSION: 1.2T VSP EST VERSION: 0 *
* *
*******************************************************************************
satoon101 wrote: Try this daggerclan, if you would, please change the following (in your ../addons/eventscripts/gungame51/scripts/custom/gg_assist/gg_assist.py )and see if the error persists:def award_points(userid, victim, points):
# Calculate the points based on the percent set up
points = points * (int(gg_assist_percent) / 100.0)
Change that to:def award_points(userid, victim, points):
if not es.getuserid(userid): return
# Calculate the points based on the percent set up
points = points * (int(gg_assist_percent) / 100.0)
Satoon
Looks like this did the trick. I've been running gg_assist on 3 servers since last night and NO ERRORS !
.