Pick UP question ? - 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: Pick UP question ? (
/showthread.php?tid=486552)
Pick UP question ? -
FilesMAker - 09.01.2014
With this code, we make the Pick up Pickupable, disappear, then respawns after some time.
Quote:
CreatePickup(1240, 2, X, Y, Z, -1);
|
Pickup disappear after I take it, does it disappear for other players too ?
Re: Pick UP question ? -
AmigaBlizzard - 09.01.2014
Yes, but they re-appear after some time.
Re : Pick UP question ? -
FilesMAker - 09.01.2014
You mean if i take it it disappear for all ?
Are you sure ?
Re: Pick UP question ? -
offon - 09.01.2014
Yes, the pickup will disapear for all, as it it with all type which de-spawn the pickup.
Re : Pick UP question ? -
FilesMAker - 09.01.2014
ok thanks all.