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