this will work but the only problem would be .. cshell loaded @ different base
so press Alt+E in ollydbg and find CShell module.. write down its module some where
for example it gived (DB00000)
search the offsets you like.. i searched weapon pointer for example .. it is (E65D5F8)
its the address convert it to offset by subtracting CShell base from it
use any hex calculator to calculate E65D5F8 - DB00000 (windows calc works if you set it into scientific, google search works, casio scientific calculators > fx 900 works too)