Object's - 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: Object's (
/showthread.php?tid=196639)
Object's -
ROXateharI - 06.12.2010
Hey, I was wondering if anyone could help out wiht something?? I really REALLY need help making my work
I got: CreateObject(1634,45.68078613,2497.57812500,16.781 69250,0.00000000,0.00000000,90.00000000); //object(landjump2) (14)
Like that I was wondering if there was a easy way to make it in a FS??
theres 237 object's?

thankyou
Re: Object's -
[UG]Scripter - 06.12.2010
Yeh. Do the same as u would for a GM, But put it under OnFilterScriptInit instead.
Re: Object's -
ROXateharI - 06.12.2010
I havent made a gm in about 48575876348057480357483048763408 year's. LOL.... I don't remember much
Re: Object's -
Voldemort - 06.12.2010
make new file, clear it
paste this
pawn Код:
#include <a_samp>
#include <streamer> // if you use incognito streamer
public OnFilterScriptInit()
{
//Your objs
return 1;
}
Re: Object's -
ROXateharI - 06.12.2010
Ok, thank's alot man