Jump to content

setWeaponProtety


Minotaur

Recommended Posts

This:

addCommandHandler ( "ammo", function ( p ) 
    local account = getAccountName(getPlayerAccount(p)) 
    if(isObjectInACLGroup("user."..account,aclGetGroup("Admin"))) then 
        setWeaponProperty(32, "pro", "maximum_clip_ammo", 1000) 
    end 
end ) 

Link to comment

Thank you :roll::D;) . Do you think it work so well?

onResourceStart ( "onResourceStart", function ( p ) 
    local account = getAccountName(getPlayerAccount(p)) 
    if(isObjectInACLGroup("user."..account,aclGetGroup("Admin"))) then 
        setWeaponProperty(32, "pro", "maximum_clip_ammo", 1000) 
    end 
end ) 

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...