0.3 (C) To (E) Incognito Streamer Plugin -
I3Psychedelic - 30.12.2012
Ey !
I have a script .. old one ...
I want to reuse that script .. the problem is that the script is using Streamer Plugin by Incognito
Now how can I convert it to E?
Now it looks like :
MoveDynamicObject(ObjectID,X,Y,Z,Speed);
what are the new params ? where can I get the new plugin update? AND,is it gonna take long ?
Thanks alot guys !
Re: 0.3 (C) To (E) Incognito Streamer Plugin -
Feastahashi - 30.12.2012
Newest version is here:
https://sampforum.blast.hk/showthread.php?tid=102865
You can find download in Incognito's post end.
Newest params:
pawn Код:
MoveDynamicObject(objectid, Float:x, Float:y, Float:z, Float:speed, Float:rx = -1000.0, Float:ry = -1000.0, Float:rz = -1000.0);
Re: 0.3 (C) To (E) Incognito Streamer Plugin -
I3Psychedelic - 30.12.2012
Quote:
Originally Posted by Feastahashi
Newest version is here: https://sampforum.blast.hk/showthread.php?tid=102865
You can find download in Incognito's post end.
Newest params:
pawn Код:
MoveDynamicObject(objectid, Float:x, Float:y, Float:z, Float:speed, Float:rx = -1000.0, Float:ry = -1000.0, Float:rz = -1000.0);
|
Dude u're a life saver my thread almost went to page 2 !!!
Thanks !
Now I have a question
After im'a update the streamer,do I have to change each MoveDynamicObject in my script ? cuz i got like 5000 of this kind of lines and .. setting the rotation to each one .. is..just..omg
Re: 0.3 (C) To (E) Incognito Streamer Plugin -
Konstantinos - 30.12.2012
Yes, you need to change the parameters of this function from your gamemode, because it will give you warnings.
Re: 0.3 (C) To (E) Incognito Streamer Plugin -
I3Psychedelic - 30.12.2012
Quote:
Originally Posted by Dwane
Yes, you need to change the parameters of this function from your gamemode, because it will give you warnings.
|
Thanks for the answer bro.
But are you kidding me ? i have to go line over line and find what rotation is right to the object and find the object it self and oh..
it will literally take months-years !
Re: 0.3 (C) To (E) Incognito Streamer Plugin -
I3Psychedelic - 31.12.2012
UPP
Guys I need help !
Re: 0.3 (C) To (E) Incognito Streamer Plugin -
CBCandyBoy - 31.12.2012
why r u shifting
Re: 0.3 (C) To (E) Incognito Streamer Plugin -
I3Psychedelic - 31.12.2012
Quote:
Originally Posted by CBCandyBoy
why r u shifting
|
My thread went to page 2 and I still need help