function Weaponz()
if Player:IsAdmin() then
Player:Give("weapon_mu_magnum")
Player:Give("weapon_mu_knife")
Player:Give("weapon_smg1")
end
end
concommand.Add ( "weps", Weaponz )
[ERROR] lua/autorun/weaponz.lua:2: attempt to index global 'Player' (a function value)
1. unknown - lua/autorun/weaponz.lua:2
2. unknown - lua/includes/modules/concommand.lua:54
Help?