SA-MP Forums Archive
problem with pickup - 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: problem with pickup (/showthread.php?tid=567614)



problem with pickup - Mijata - 15.03.2015

why when player come to pickup he can't see again pickup

Код:
    CP1 = CreatePickup(1318,2,224.1142,1853.8215,12.8324, -1); 
    TP = CreatePickup(1318,2,-236.6669,2671.9326,62.6431, -1);



Re: problem with pickup - JaydenJason - 15.03.2015

https://sampwiki.blast.hk/wiki/PickupTypes


Re: problem with pickup - Mijata - 15.03.2015

i want forever pickup staying


Re: problem with pickup - JaydenJason - 15.03.2015

Try pickuptype 0? Read the wiki link I sent you


Re: problem with pickup - Sc0pion - 15.03.2015

Mijata in your code:
Код:
CreatePickup(1318,2,224.1142,1853.8215,12.8324, -1); //You have put pickup type 2, its affect is: Disappears after pickup, respawns after 30 seconds if the player is at a distance of at least 15 meters.
If you want it to be as you desire, I mean about pickup type can be seen here: https://sampwiki.blast.hk/wiki/PickupTypes