Pickup doesn't work - 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 doesn't work (
/showthread.php?tid=619911)
Pickup doesn't work -
Ner0x96 - 23.10.2016
Fixed..
PS. Sorry for my bad English, I'm Spanish :$
Re: Pickup doesn't work -
Eoussama - 23.10.2016
Increase the Max pickups on your server
Re: Pickup doesn't work -
Ner0x96 - 23.10.2016
Uhm, but when I pickup it it disappear, so I don't think it's the problem.
I think it too because I tried to use with the Incognito's streamer..
Re: Pickup doesn't work -
Konstantinos - 23.10.2016
Have you used OnPlayerPickUpDynamicPickup instead of OnPlayerPickUpPickup since it is a dynamic pickup?
By the way, type 8 according to wiki "
Disappears after pickup, but has no effect.". You better change it to type 23.
Re: Pickup doesn't work -
Ner0x96 - 23.10.2016
Quote:
Originally Posted by Konstantinos
Have you used OnPlayerPickUpDynamicPickup instead of OnPlayerPickUpPickup since it is a dynamic pickup?
By the way, type 8 according to wiki "Disappears after pickup, but has no effect.". You better change it to type 23.
|
That was the problem, I didn't noticed about "OnPlayerPickUpDynamicPickup" mm, really thanks Konstantino.