SA-MP Forums Archive
[Help me]Why wont my server objects update? - 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 me]Why wont my server objects update? (/showthread.php?tid=140260)



[Help me]Why wont my server objects update? - olieg38 - 08.04.2010

In y script i need lots of cones. ect.
I have scripted them all and compiled it im Pawno done everything right.
But the i go on my lockal server to test it out and there not there!
Anyone help??

CreateObject(1238, -284.3423, 152.6403, 4.3292, 0, 0, 0); // cone
CreateObject(981, -181.2035, 199.5170, 11.5505, 0, 0, 0); // barrier1
CreateObject(8171, 1007.4120, 2560.0, 50.0000, 0, 0, 0); //Dragstrip
CreateObject(8171, 1007.4120, 2422.5, 50.0000, 0, 0, 0); //Dragstrip
CreateObject(8171, 1007.4120, 2285.0, 50.0000, 0, 0, 0); //Dragstrip
CreateObject(8171, 1007.4120, 2147.5, 50.0000, 0, 0, 0); //Dragstrippp
CreateObject(8171, 1007.4966, 2010.0, 50.0000, 0, 0, 0); //Dragstrip
CreateObject(8171, 1007.4120, 1872.5, 50.0000, 0, 0, 0); //Dragstrip
CreateObject(8171, 1007.4966, 1735.0, 50.0000, 0, 0, 0); //Dragstrip
CreateObject(8171, 1007.4966, 1597.5, 50.0000, 0, 0, 0); //Dragstrip
CreateObject(8171, 1007.4966, 1460.0, 50.0000, 0, 0, 0); //Dragstrip
CreateObject(8171, 1007.4966, 1322.5, 50.0000, 0, 0, 0); //Dragstrip
CreateObject(8171, 1007.4966, 1185.0, 50.0000, 0, 0, 0); //Dragstrip
CreateObject(8171, 1007.4966, 1047.5, 50.0000, 0, 0, 0); //Dragstrip
CreateObject(8171, 1007.4966, 910.00, 50.0000,45, 0, 0); //Dragstrip


none of these work
Help
ty


Re: [Help me]Why wont my server objects update? - RawrTheory - 08.04.2010

Get a streamer.


Re: [Help me]Why wont my server objects update? - olieg38 - 08.04.2010

Whats that? :L


Re: [Help me]Why wont my server objects update? - biltong - 08.04.2010

Search :O

And are you sure you put the under OnGameModeInit or OnFilterscriptInit?


Re: [Help me]Why wont my server objects update? - olieg38 - 08.04.2010

Yeah its above it.


Re: [Help me]Why wont my server objects update? - biltong - 08.04.2010

No, your CreateObjects must go UNDER OnGameModeInit or OnFilterscriptInit.


Re: [Help me]Why wont my server objects update? - olieg38 - 08.04.2010

Yeah thats what i got sorry