CreateDynamicObject - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: CreateDynamicObject (
/showthread.php?tid=593578)
CreateDynamicObject -
Mikkel_RE - 07.11.2015
Nevermind, i fixed it myself
Re: CreateDynamicObject -
Mikkel_RE - 07.11.2015
Anyone?
Re: CreateDynamicObject -
Mikkel_RE - 07.11.2015
Please tell me if i have to explain better
Re: CreateDynamicObject -
MD5 - 07.11.2015
Why are you using pvars?
Re: CreateDynamicObject -
MD5 - 07.11.2015
Quote:
Originally Posted by MD5
Why are you using pvars?
|
Also the fix for this:
Код:
CreateObject(1598,X + (20.0 * floatsin(-vA, degrees)), Y + (20.0 * floatcos(-vA, degrees)), z+20,0,0,0);
Re: CreateDynamicObject -
Mikkel_RE - 07.11.2015
I am editing a filterscript
Re: CreateDynamicObject -
Mikkel_RE - 07.11.2015
it gives me errors when i change CreateDynamicObject, to CreateObject
Re: CreateDynamicObject -
MD5 - 07.11.2015
Quote:
Originally Posted by Mikkel_RE
it gives me errors when i change CreateDynamicObject, to CreateObject
|
Keep DynamicObject, but change coords to the one(s) I specified.
Re: CreateDynamicObject -
Mikkel_RE - 07.11.2015
But, how do i find the correct coordinates, that will face the boombox at me?
Re: CreateDynamicObject -
Mikkel_RE - 07.11.2015
I will REP+ to the one that can help me