Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Need help on attack


We9mak
 Share

Recommended Posts

Thank you, there is still a question how can I do? for example purchase of let's say the avatar or weapons with the site ? how to do that immediately after buying the thing appeared in the trunk?"
_____________________________________________________________________
How to do that with the death of the things left in a backpack?
Link to comment
Share on other sites

@We9mak:

> Thank you, there is still a question how can I do? for example purchase of let's say the avatar or weapons with the site ? how to do that immediately after buying the thing appeared in the trunk?"
> _____________________________________________________________________
> How to do that with the death of the things left in a backpack?

I don't understand your first questions but the solution for your second is this:
**Server side -> modPlayer -> Sub OnDeath**
Delete this block of code:
```
'Drop inventory items
For i = 1 To MAX_INV
PlayerMapDropItem index, i, GetPlayerInvItemValue(index, i)
Next
```
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...