like i saw it on some servers : pickups of the killed's money,weapons & health...how to do that?
Posts: 181
Threads: 10
Joined: Nov 2008
Reputation:
0
onplayerdeath, create a pickup and store the pickup's id.
OnPickup, compare the pickup id with the stored pickupid.
then give the stats.
note: using money pickup, health pickup and weapons etc, they give stats automaticly by itself upon pickup.
For example, when creating a money pickup, it will give you automaticly 200 dollars or whatever. Keep that In mind.