Jump to content

تصحيح كود بسيط


Recommended Posts

شكراً على التنبيه : )

addCommandHandler ( "Zero",
  	function ( player, cmd )
    	if not isGuestAccount ( getPlayerAccount( player ) ) then
      		if isObjectInACLGroup ( "user."..getAccountName ( getPlayerAccount( player ) ), aclGetGroup ( "Console" ) ) then
				for i,v in ipairs ( getAccounts ( ) ) do
					if getAccountData ( v, "DerbyPoint" ) ~= 0 then
						setAccountData ( v, "DerbyPoint", 0 )
					end
				end
        	end
      	end
    end
  )
  • Like 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...