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



I have problem with CreateDynamicPickup - N0FeaR - 17.01.2012

Hey when i update from CreatePickup to CreateDynamicPickup all the spins icon disappears? whats wrong?

EDIT: and i have the last update of Streamer


Re: I have problem with CreateDynamicPickup - mineralo - 17.01.2012

please post your script here for we can see what's mistake


Re: I have problem with CreateDynamicPickup - N0FeaR - 17.01.2012

Quote:
Originally Posted by mineralo
Посмотреть сообщение
please post your script here for we can see what's mistake
Well can i send it on pastebin in your PM?


Re: I have problem with CreateDynamicPickup - mineralo - 17.01.2012

just post here


Re: I have problem with CreateDynamicPickup - N0FeaR - 17.01.2012

Quote:
Originally Posted by mineralo
Посмотреть сообщение
just post here
cant post -.- its too big


Re: I have problem with CreateDynamicPickup - Shadow_ - 17.01.2012

Just post a few of your DynamicPickup functions...


Re: I have problem with CreateDynamicPickup - N0FeaR - 17.01.2012

Quote:
Originally Posted by Shadow-
Посмотреть сообщение
Just post a few of your DynamicPickup functions...
CreateDynamicPickup(1239, 2, 4109.7944,-2468.6497,1.3341);?


Re: I have problem with CreateDynamicPickup - vassilis - 17.01.2012

CreateDynamicPickup(modelid,type,x,y,z,worldid,int eriorid,playerid,distance);


Re: I have problem with CreateDynamicPickup - Stigg - 17.01.2012

Quote:
Originally Posted by N0FeaR
Посмотреть сообщение
CreateDynamicPickup(1239, 2, 4109.7944,-2468.6497,1.3341);?
The correct way
pawn Код:
CreateDynamicPickup(modelid, type, Float:x, Float:y, Float:z, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);



Re: I have problem with CreateDynamicPickup - N0FeaR - 17.01.2012

i tyr this code on my ravens working perfect. but on my angel pine i work on not working why not?
Код:
CreateDynamicPickup(1239, 1, -792.9693,500.5572,1367.3672,0);
EDIT but Create3DTextLabel working