idk. i cant add it and mta wiki aint helping its got a crappy expanation. im about to just give up.
do you guys see any errors?
this is what my meta.XML says.
<meta>
<info author="mtafourm" type="include" name="Zombies Are Evil" description="reward for zombies killed" />
<script src="script.lua" />
</meta>
and this is what my script.LUA says
addEventHandler( "onZombieWasted", getRootElement(), function( killer ) givePlayerMoney( killer, 100 ); end)