player weapon pickup after death - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: player weapon pickup after death (
/showthread.php?tid=280815)
player weapon pickup after death -
myzera - 03.09.2011
Hi all, i need a function what make:
When player <a> kill player <b> ( a = killerid, b = playerid)
will create pickups of all weapons what have player <b> on his position
This is my first post, so be pls considerate
Re: player weapon pickup after death -
Darnell - 03.09.2011
CreatePickup, try looking there.
Re: player weapon pickup after death -
=WoR=Varth - 03.09.2011
https://sampwiki.blast.hk/wiki/CreatePickup
Search in FS section if you can't make it by yourself.
Re: player weapon pickup after death -
myzera - 03.09.2011
I know it's createpickup, and I know too that I put into onplayerdeath
But how to do it to create all of his weapons as a pickup
Re: player weapon pickup after death -
=WoR=Varth - 03.09.2011
https://sampwiki.blast.hk/wiki/GetPlayerWeaponData
Re: player weapon pickup after death -
myzera - 03.09.2011
o.O thx