View Single Post
Old 07-09-2008, 12:16 PM   #9 (permalink)
Rob24
Forum Novice
 
Join Date: May 2004
Age: 30
Posts: 313
Default

Quote:
Originally Posted by Lord_Greywolf View Post
i do not see how that can compile either

This code public override on kill loot corpses {get { return true; } }

should be this (spaces removed)

This code public override onkilllootcorpses {get { return true; } }

to be able to compile


well I did this public override OnKillLootCorpses {get { return true; } }

all i did it play with it but ty for helping :-)
Rob24 is offline   Reply With Quote