SA-MP Forums Archive
CreateObject - 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: CreateObject (/showthread.php?tid=428479)



CreateObject - [..MonTaNa..] - 05.04.2013

Removed.


Re: CreateObject - MattyG - 06.04.2013

Edit: -ignore me- I'm too tired


Re: CreateObject - Basssiiie - 06.04.2013

Why the -1 as last parameter (draw distance)? Using 0.0 should set it to the default draw distance, or choose a specific draw distance which suit the objects.


Re: CreateObject - [..MonTaNa..] - 06.04.2013

Removed.


Re: CreateObject - Basssiiie - 06.04.2013

Where did you get the positions from? What did generate these coordinates?


Re: CreateObject - [..MonTaNa..] - 06.04.2013

Removed.


Re: CreateObject - [..MonTaNa..] - 06.04.2013

Removed.


Re: CreateObject - Basssiiie - 06.04.2013

Are you sure the CreateObject-functions are triggered? Are you sure you have not yet reached the object limit? This should work perfectly fine:
Код:
CreateObject(19303, 197.843185, 178.988250, 1003.416442, 0.000000, 0.000000, 0.000000);
CreateObject(19303, 195.062042, 178.654235, 1004.278259, 0.000000, 0.000000, 0.000000);
CreateObject(19304, 199.814086, 178.692657, 1003.740234, 0.000000, 0.000000, 0.000000);
CreateObject(19303, 193.623794, 180.494659, 1004.118774, 0.000000, 0.000000, 0.000000);
CreateObject(19303, 191.711364, 179.397644, 1003.885925, 0.000000, 0.000000, 0.000000);
CreateObject(19304, 194.047988, 178.682983, 1004.561462, 0.000000, 0.000000, 0.000000);



Re: CreateObject - [..MonTaNa..] - 06.04.2013

Removed.


Re: CreateObject - Pottus - 06.04.2013

What kind of editor are you using? You said SA-MP editor an in game one?