Liberty Unleashed

Scripting => Script Help => Topic started by: CANYON on August 21, 2012, 11:56:42 pm

Title: How to make pickup with the paid weapon?
Post by: CANYON on August 21, 2012, 11:56:42 pm
How to make pickup with the paid weapon as in single game?
Title: Re: How to make pickup with the paid weapon?
Post by: Vortrex on August 22, 2012, 02:49:23 am
I'm not exactly sure what you're after. Are you wanting to make a weapon pickup that takes money when you "pick it up"?

If so, then you can use onPickupPickedUp( player, pickup ) to give a player the weapon and take their money for it.
Title: Re: How to make pickup with the paid weapon?
Post by: CANYON on August 22, 2012, 03:10:51 am
Thank you very much.