Pickup Problem , HELP - 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: Pickup Problem , HELP (
/showthread.php?tid=611137)
Pickup Problem , HELP -
issamking - 02.07.2016
Hi guys i need to remove these weapons after player die.
It like defult SA game , When u kill someone.
Re: Pickup Problem , HELP -
OmegaKiller72 - 02.07.2016
so what the problem? find in your script - createpickup, it can be in public onplayerdeath
Re: Pickup Problem , HELP -
Dayrion - 02.07.2016
Create a pickup with CreatePickup(model, type, Float:X, Float:Y, Float:Z, virtualworld)
For the type :
- Type : 3 | Description : Disappears after pickup, respawns after death.
- Type : 19 | Description : Disappears after pickup, but doesn't respawn. Makes "cash pickup" sound if picked up.
Check out
this.