SA-MP Forums Archive
doesnt create 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: doesnt create pickup (/showthread.php?tid=580921)



doesnt create pickup - noamch1997 - 09.07.2015

CreateDynamicPickup(1274, 2, 1912.4479, 1844.1187, 916.3459, 0, 0, -1, 150);

and how can i make the pickup dont disappear when im touch him ?

why ?


Re: doesnt create pickup - notime - 09.07.2015

Wiki is gonna be your best friend when scripting:
https://sampwiki.blast.hk/wiki/PickupTypes


Re: doesnt create pickup - Mouiz - 09.07.2015

Quote:
Originally Posted by noamch1997
Посмотреть сообщение
CreateDynamicPickup(1274, 2, 1912.4479, 1844.1187, 916.3459, 0, 0, -1, 150);

and how can i make the pickup dont disappear when im touch him ?

why ?
you can do it by changing the pickup type,visit https://sampwiki.blast.hk/wiki/PickupTypes for a list of pickup types

or use this

PHP код:
CreateDynamicPickup(127411912.44791844.1187916.345900, -1150); 



Re: doesnt create pickup - noamch1997 - 09.07.2015

Quote:
Originally Posted by notime
Посмотреть сообщение
Wiki is gonna be your best friend when scripting:
https://sampwiki.blast.hk/wiki/PickupTypes
Quote:
Originally Posted by Mouiz
Посмотреть сообщение
you can do it by changing the pickup type,visit https://sampwiki.blast.hk/wiki/PickupTypes for a list of pickup types

or use this

PHP код:
CreateDynamicPickup(127411912.44791844.1187916.345900, -1150); 
CreateDynamicPickup(1274, 1, 1912.4479, 1844.1187, 916.3459, 0, 0, -1, 150);

and still doesnt work