SA-MP Forums Archive
[Help] Moving Object Cordination [Help] Feel Free To Respond Me - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help] Moving Object Cordination [Help] Feel Free To Respond Me (/showthread.php?tid=64107)



[Help] Moving Object Cordination [Help] Feel Free To Respond Me - Jadvella - 02.02.2009

Hello, Thanks To All That Are Seeing This Topic And Posting

Help :

Well I Don't Know How To Move Object With Pawno Example :

MoveObject[1]Etc.. Then You Type The Cordinates Wtf Need Help

Is There Any Program?

This Is An Example :

MoveObject(lspdvault,246.3735,72.6083,1003.6406,10 ); //Gate leading to Street

But Without LSPD Vault, Thanks For Reading/Posting

Best Regards

Jadvella.


Re: [Help] Moving Object Cordination [Help] Feel Free To Respond Me - MenaceX^ - 02.02.2009

Program?
You just create an object,
make it a 'new'
example,
new moveobject;
OnFilterScriptInit/OnGameModeInit - depends if you use a filterscript or a game mode.
moveobject = CreateObject(rest);
Create a command,
/moveobject - Then you move the object to where ever you want..
X/Y/Z.
If you want it goes down so make the Z lower, if the Z is standing on 100
Make it 95.
Hope I helped.


Re: [Help] Moving Object Cordination [Help] Feel Free To Respond Me - Jadvella - 07.02.2009

Thanks Regards

Jadvella