SA-MP Forums Archive
[Tutorial] [TUT]How to make Pickups. - 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: Tutorials (https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tutorial] [TUT]How to make Pickups. (/showthread.php?tid=155067)

Pages: 1 2


Re: [TUT]How to make Pickups. - Chris_Mcgrifthd - 25.12.2010

helped me alot thanks man


Re: [TUT]How to make Pickups. - Mean - 25.12.2010

I find this helpful for newbies, but not for me.


Re: [TUT]How to make Pickups. - Fool - 30.12.2010

You need that "ls" to definite the pickup name.


you spelled it wrong, BTW nice tut.


Re: [TUT]How to make Pickups. - Marty_Alex - 02.01.2011

thanks mate


Re: [TUT]How to make Pickups. - HyperZ - 02.01.2011

Simple n nice TUT. :P


Re: [TUT]How to make Pickups. - oNe_87 - 15.06.2011

For totally newbies/begginers it's just great! lol


Re: [TUT]How to make Pickups. - Ehab1911 - 15.06.2011

Thanks a lot guys! Glad to read/see great comments and relpies from you


Re: [TUT]How to make Pickups. - Horrible - 27.06.2011

Code:
ls = CreatePickup(1274, 1, 1456.4601,-1137.6887,23.9511, 0);
if(pickupid == ls) SetPlayerPos(playerid, 161.3910,-95.2856,1001.8047);
^that place is tele to zip interior
but when player goto pickup plyer cant tele to zip (bugged)

^help


Re: [TUT]How to make Pickups. - Wesley221 - 27.06.2011

Quote:
Originally Posted by Horrible
View Post
Code:
ls = CreatePickup(1274, 1, 1456.4601,-1137.6887,23.9511, 0);
if(pickupid == ls) SetPlayerPos(playerid, 161.3910,-95.2856,1001.8047);
^that place is tele to zip interior
but when player goto pickup plyer cant tele to zip (bugged)

^help
You need to set the interior aswell. Not sure which it is, but take a look at this:
http://weedarr.wikidot.com/interior


Re: [TUT]How to make Pickups. - RamzyR - 06.08.2016

Quote:
Originally Posted by Ehab_Isaac101
View Post
Anybody found this helpful?
i Do iam Begginer its Helpfull To Me


Re: [TUT]How to make Pickups. - WhiteGhost - 06.08.2016

Quote:
Originally Posted by RamzyR
View Post
i Do iam Begginer its Helpfull To Me
You seriously bump a 6 year old thread to say this? (facepalm)


Re: [TUT]How to make Pickups. - BlackbirdXd - 12.02.2017

Quote:
Originally Posted by WhiteGhost
View Post
You seriously bump a 6 year old thread to say this? (facepalm)
Nice tutorial.. Very useful for newbies.


Re: [TUT]How to make Pickups. - AvicennaRabama - 16.03.2017

How can we give the name of this pickup?
Like:
The pickup of "ls" that pickup for LSPD.
So if we spawn the pickup there, will be a text "LSPD" on the pickup.


Re: [TUT]How to make Pickups. - Toroi - 16.03.2017

Quote:
Originally Posted by AvicennaRabama
View Post
How can we give the name of this pickup?
Like:
The pickup of "ls" that pickup for LSPD.
So if we spawn the pickup there, will be a text "LSPD" on the pickup.
Old ass thread, but here's how:

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