SA-MP Forums Archive
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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Pickup problem [HELP] (/showthread.php?tid=234633)



Pickup problem [HELP] - Medal Of Honor team - 04.03.2011

I have created a pickup, but when player is on the pickup it's disappears. How to make it exist all the time? BTW this is my code

pawn Код:
countZ = AddStaticPickup(1254, 1, Rx,Ry,Rz, -1);



Re: Pickup problem [HELP] - Lorenc_ - 04.03.2011

Go on the wiki and find pickup types. -.-


Re: Pickup problem [HELP] - OKStyle - 04.03.2011

Change AddStaticPickup to CreatePickup


Re: Pickup problem [HELP] - Medal Of Honor team - 04.03.2011

changed but the problem sill precinct's


Re: Pickup problem [HELP] - .LaaRs. - 04.03.2011

show your OnPlayerPickupPickUp


Re: Pickup problem [HELP] - Medal Of Honor team - 04.03.2011

there is no OnPlayerPickupPickUp


Re: Pickup problem [HELP] - OKStyle - 04.03.2011

PlayerToPoint? Add OnPlayerPickUpPickup...


Re: Pickup problem [HELP] - alpha500delta - 04.03.2011

NVM delete (:


Re: Pickup problem [HELP] - Medal Of Honor team - 04.03.2011

Quote:
Originally Posted by OKStyle
Посмотреть сообщение
PlayerToPoint? Add OnPlayerPickUpPickup...
in my script there is not OnPlayerPickUpPickup function

BTW when i go into a pickup, it disappears. How will i make it stay forever?


Re: Pickup problem [HELP] - boelie - 04.03.2011

pickup type 1 should do that trick :S its weird that it doesnt do you have any other pickups elsewhere in your gamemode or FS ?
I noticed that pickups are getting very buggy when there are many pickups. specialy if a few are created under gamemodeinit or FSinit and some of them being created ingame.