Thread
:
Trying to fix Exploit in buff script
View Single Post
#
1
12-29-2010, 03:48 AM
lerxst2112
Demi-God
Join Date: Aug 2010
Posts: 1,742
This line looks wrong to me:
if ($Group->GetMember($count)-GetLevel() < 61) {
Should be:
if ($Group->GetMember($count)->GetLevel() < 61) {
I think.
lerxst2112
View Public Profile
Send a private message to lerxst2112
Find all posts by lerxst2112