CreateDynamicObject: Expecting 12 parameter(s), but found 11
#1

How to fix it?
Reply
#2

When this error appear to your compiler?
Reply
#3

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?
Reply
#4

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
Reply
#5

Show ur createdynamicobject line and also check that have u included streamer n also its plugin
Reply
#6

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!!
Reply
#7

U don'r need to use native in ur script it will be already in ur streamer include
Reply
#8

Quote:
Originally Posted by ChristianIvann09
Посмотреть сообщение
theres no native CreateDynamicObject at my script but i add it says "sysmbol already defined "CreateDynamicObject"

LOL!!
I didn't say 'put it'
I said you're PROBABLY forgetting drawdistance..
Reply
#9

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
Reply
#10

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?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)