View Single Post
Thrawn2
Veteran Member
Join Date: Apr 2009
Old 02-21-2010 , 16:26   Re: [TF2] Cosmetic Leveling Mod (v0.1b)
Reply With Quote #12

Nice.
Some ideas: include some natives and forwards, so other plugins could use this as a backend. You would need natives like GetClientLevel(iClient);, GetClientXP(iClient); and a single forward OnClientLevelUp(iClient, iLevel);
With these one could easily extend the functionality of your plugin, allowing real benefits from leveling up.
If you add SetClientLevel(iClient, iLevel); and SetClientXP(iClient, iXP); one could also create a (sub)plugin which saves the xp levels.
Small additions, large effects =D
edit: oh, i just saw you had that already on your to-do list.

Last edited by Thrawn2; 02-21-2010 at 16:30.
Thrawn2 is offline