SA-MP Forums Archive
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: Pickup (/showthread.php?tid=501660)



Pickup - CallumDaBest - 19.03.2014

I want to create a pickup so people can see and it is a dollar sign - 1274 is the id.
Coordinates for this: 170,-138.1704,1116.7354,20.1966,270.1702,0,0,0,0,0,0
That is from /save in my documents also i want on the dollar sign Mece's Cars and under it Owner: Ryan_Mece
I have a picture that i found on a server i want it like this!


Re: Pickup - MP2 - 19.03.2014

You have already made a topic about this.


Re: Pickup - Greaper - 19.03.2014

Код:
CreatePickup(1274, 2, -138.1704,1116.7354,20.1966, 10);



Re: Pickup - CallumDaBest - 19.03.2014

Greaper it does not work, it does not show in game


Re: Pickup - Greaper - 19.03.2014

Give me the Coordinates


Re: Pickup - CallumDaBest - 19.03.2014

I have made it work but i walk into it and it gets picked up how do i just do it so its there and cannot be picked up and it has text on


Re: Pickup - HitterHitman - 19.03.2014

CreatePickup(1274, 1, -138.1704,1116.7354,20.1966, 10);//type 1 may help you.

EDIT: Don't forget to change the co-ordinates of the pickup.


Re: Pickup - CallumDaBest - 19.03.2014

Thank you hitter it works but i need text on it now


Re: Pickup - HitterHitman - 19.03.2014

Use https://sampwiki.blast.hk/wiki/Create3DTextLabel just add your text and co-ordinates


Re: Pickup - Greaper - 19.03.2014

Create3DTextLabel("Your Text here", 0x008080FF, -138.1704,1116.7354,20.1966, 10);