alongubkin / store

Store plugin for SourceMod
http://forums.alliedmods.net/showthread.php?t=207157
GNU General Public License v3.0
24 stars 45 forks source link

added kill awards module #3

Closed eggsampler closed 11 years ago

eggsampler commented 11 years ago

Hey, just submitting this as a pull request to bounce the idea of adding this into the main store repository or if you'd rather keep this as a separate module? It works in a dynamic way so that you can define points given based on the event handle given to player_death.

I'm not sure if it could be abstracted away further to a more generic "tasks" system because of the teamkill and suicide stuff (though you might have a better idea on that)

-eXemplar

alongubkin commented 11 years ago

Unless it's an abstract task system, I don't think it should be part of the core store. However, it could be a great (and very useful!) separate module, as there is a lot of demand for a kill awards module. It also looks nicely coded. You should post it in the forum!