20.07.2012, 15:37
You are adding the whole thing into there. First find out what the parameters are: Lets say its like this: CreateDynamicMapIcon(PosX, PosY, PosZ, MapIconModel)
Then, lets say, you got a code like so:
CreateDyanmic3dTextDraw(LabelName[], PosX, PosY, PosZ, Color)
You would not just copy the whole thing, but the needed parameters.
EDIT: Notice, I rarely use streamers, considering I don't really make big scripts.
Then, lets say, you got a code like so:
CreateDyanmic3dTextDraw(LabelName[], PosX, PosY, PosZ, Color)
You would not just copy the whole thing, but the needed parameters.
EDIT: Notice, I rarely use streamers, considering I don't really make big scripts.