function GAMEMODE:ShowTeam( ply )
--ply:ConCommand( "openinv" )
umsg.Start( "NETOpenReport", ply ) -- Sending a message to the client.
umsg.End()
end
i get
[ERROR] addons/admin-report/lua/autorun/sv_adminreport.lua:1: attempt to index global 'GAMEMODE' (a nil value)
1. unknown - addons/admin-report/lua/autorun/sv_adminreport.lua:1
yes the whole system works cause i created an concommand for it!