CreateDynamicObject warnings
#1

I have lots of warnings like this in the server log
Код:
[13:33:17] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
I use CreateDynamicObject, streamer plugin, and everything is properly placed, the code and the plugin.

Here are some of the lines:

pawn Код:
CreateDynamicObject(1221,1693.9184600,-1940.7901600,9.3100000,30.0000000,0.0000000,0.0000000);
CreateDynamicObject(1221,1693.1033900,-1941.9711900,8.6900000,30.0000000,0.0000000,0.0000000);
CreateDynamicObject(1224,1692.7652600,-1941.0102500,9.3100000,30.0000000,0.0000000,0.0000000);
CreateDynamicObject(854,1694.3962400,-1941.8026100,9.6073000,28.0000000,0.0000000,0.0000000);

//More...
Reply
#2

I see you have right stuff. latest plugin and include?
Reply
#3

I have discovered that when I test the server locally, the objects show there...It might be that host is having some sort of bug or...?
Reply
#4

It might be because the host is using the streamer.so (Linux version of the plugin) and i'm using the .dll version?
Reply
#5

You got the latest plugin on the host?
Reply
#6

Recompile your scripts with the latest streamer include. Filterscripts which contain CreateDynamicObject to.
Reply
#7

Is this one the latest https://sampforum.blast.hk/showthread.php?tid=102865 ( https://github.com/samp-incognito/sa...eases/tag/v2.7 ) ?
Reply
#8

Quote:
Originally Posted by Tagathron
Посмотреть сообщение
Yes, Recompile .
Reply
#9

Yes.
Reply
#10

Now i get these:
pawn Код:
warning 235: public function lacks forward declaration (symbol "OnPlayerWeaponShot")
error 017: undefined symbol "BULLET_HIT_TYPE_PLAYER_OBJECT"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)