Posts: 621
Threads: 174
Joined: Nov 2013
Posts: 432
Threads: 34
Joined: Apr 2013
Reputation:
0
When this error appear to your compiler?
Posts: 621
Threads: 174
Joined: Nov 2013
Quote:
Originally Posted by PrinceKumar
When this error appear to your compiler?
|
No, only in console
I heard that i need to create CreateDynamicObjectEx, but how?
Posts: 432
Threads: 34
Joined: Apr 2013
Reputation:
0
Show ur createdynamicobject line and also check that have u included streamer n also its plugin
Posts: 621
Threads: 174
Joined: Nov 2013
Quote:
Originally Posted by itsCody
pawn Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0);
You sure you did it correctly? Maybe you forgot to do the draw distance
|
theres no native CreateDynamicObject at my script but i add it says "sysmbol already defined "CreateDynamicObject"
LOL!!
Posts: 432
Threads: 34
Joined: Apr 2013
Reputation:
0
U don'r need to use native in ur script it will be already in ur streamer include
Posts: 621
Threads: 174
Joined: Nov 2013
Quote:
Originally Posted by PrinceKumar
Show ur createdynamicobject line and also check that have u included streamer n also its plugin
|
Example
pawn Код:
CreateDynamicObject(2951, 2109.0756835938, 2812.5268554688, -17.188125610352, 0.000000, 0.000000, 270.67498779297); //
There
Posts: 621
Threads: 174
Joined: Nov 2013
Quote:
Originally Posted by itsCody
I didn't say 'put it'
I said you're PROBABLY forgetting drawdistance..
|
oh, ok i removed it
i have many many CreateDynamicObject at my gamemode.
Any Solution?