iMr.WiFi..! Posted July 28, 2017 Share Posted July 28, 2017 شكراً على التنبيه : ) 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 ) 1 Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now