E-mail Posted August 19, 2011 Share Posted August 19, 2011 Hi all i have Exp_system but its onClientZombie wasted i need it on Client Player wasted SoldSanke script its not work mybe its for zombie any one give me the Exp_system for Player Not zombie Link to comment
JR10 Posted August 19, 2011 Share Posted August 19, 2011 You are probably, using it wrong. exp_system is for any mode, you decide how it works. Example: addEventHandler("onPlayerWasted", root, function(ammo, killer) exports["exp_system"]:addPlayerEXP(killer, 1) end) This will give the killer 1 exp. Link to comment
Castillo Posted August 21, 2011 Share Posted August 21, 2011 My script is ONLY server side, you can't use it's exported functions in the client side. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now