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(1274, 1, 1912.4479, 1844.1187, 916.3459, 0, 0, -1, 150);
Re: doesnt create pickup -
noamch1997 - 09.07.2015
Quote:
Originally Posted by notime
|
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(1274, 1, 1912.4479, 1844.1187, 916.3459, 0, 0, -1, 150);
|
CreateDynamicPickup(1274, 1, 1912.4479, 1844.1187, 916.3459, 0, 0, -1, 150);
and still doesnt work