Sex* Posted July 10, 2013 Share Posted July 10, 2013 So I bought Xiti userpanel from some random player but I dont earn money when over 3 players is in. Only getting money with hunter. There was some resetStats command but it didnt reset stats: addCommandHandler("resetStats", function (player, cmd, arg1) if (arg1) then local account = getPlayerAccount(player) if (isObjectInACLGroup("user." ..getAccountName(account), aclGetGroup("Admin"))) then local target = getPlayerWildcard(arg1) if (target) then local account = getPlayerAccount(target) if not (isGuestAccount(account)) then for i, data in ipairs(dataTable) do setAccountData(account, data, "0") outputDebugString("Setting data: "..tostring(data).." for player: "..tostring(getPlayerName(target)).." to 0") end end if not (isGuestAccount(account)) then for i, data in pairs(textDataTable) do end end end end end end) function checkLoggedPlayer() for id,thePlayer in pairs(getElementsByType("player")) do local account = getPlayerAccount(thePlayer) if not (isGuestAccount(account)) then onPlayerLoginHandler(thePlayer) end end end Link to comment
Castillo Posted July 10, 2013 Share Posted July 10, 2013 You bought it? that sounds strange, since it was uploaded to the community days ago. Link to comment
Sex* Posted July 11, 2013 Author Share Posted July 11, 2013 Havent seen it community before...didnt saw now also. Link to comment
Castillo Posted July 12, 2013 Share Posted July 12, 2013 Yeah, well, everyone can say that. Next time, try to "buy" it from someone who will fix the bugs. Topic locked. Link to comment
Recommended Posts