Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by ExtremeReality
And does it return 1, or 0? And are you sure you have SelectDynamicObject within your script?
|
There is no such thing as SelectDynamicObject... XD
But the problem, must be the return.
Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
Does the message get sent? If not, it's a problem with your code and not SelectObject...
Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by axi92
Yes the message is sent and I get also the mouse to move but when I klick on the object nothing happens:
https://www.*******.com/edit?o=U&video_id=HPReiz_4ufI
fu** I would bite my ass if I could, I found the fail I have an filterscript where the callback was in it and returned 1 so the real callback in the gamemode was not called...
Thanks 4 the help^^ damn Im stupid xD
|
And we already told you this before. If you would've listened before you would not be stupid, but you did not listen. Therefore yes, you are stupid... :P
Posts: 30
Threads: 0
Joined: Nov 2011
Reputation:
0
I dont know why, but if i use the newer Versions (streamer 2.7.0 and above) in combination with the newest mysql (R39-2) my callbacks in mysql query never gets called.
any tips for me? 2.7.0 works fine with mysql for me.
Posts: 36
Threads: 4
Joined: Jul 2007
Reputation:
0
I updated my server with the new 2.7.5 streamer version but i have a problem. When I move an object (e.g. open a gate) and the player enter an interior than comes out, the object goes back the original position.
How can I solve this problem?
Posts: 1,801
Threads: 21
Joined: Mar 2008
Reputation:
0
Was AttachDynamicObjectToObject added with 2.7.5?
Posts: 169
Threads: 23
Joined: May 2012
Reputation:
0
I was just trying AttachDynamicObjectToObject function but it doesn't seem to be working...
I create both objects with CreateDynamicObject, ids 4789 & 4790 and when I tried to attach 4789 to 4790, 4790 disappeared and I got the message: "Warning bad object model id: 79626240"
Both model ids were 1215, not sure where that value comes from, but I hope it helps you to debug it.
Posts: 447
Threads: 6
Joined: May 2006
Reputation:
0
The moving object rotation bug should be fixed in v2.7.5.1. As for AttachDynamicObjectToObject and AttachDynamicObjectToPlayer, those functions may not work properly yet due to bugs in YSF R10 (from my understanding). I don't know if kurta999 has released it yet, but you can try YSF R11 to see if those issues have been resolved.