Objects Problem - 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: Objects Problem (
/showthread.php?tid=83797)
Objects Problem -
Emrets61 - 27.06.2009
I created a pickup. Is player on the pickup and go to positions. But a few objects do not appear. But I used /lgoto (L Admin Command) and all objects appear. I changed the coordinates, but the problem still exists. I used CreateObject function, xObjects, xStreamer, Double-O-Objects, MidoStreamer, but the problem still exists. Where is the problem ?
Re: Objects Problem -
refshal - 27.06.2009
Could you show us your Filter Script/Gamemode/File/Anything?
Re: Objects Problem -
Emrets61 - 27.06.2009
I try OnGameModeInit, SetTimer, OnPlayerSpawn, OnPlayerPickupPickup.
Re: Objects Problem -
cloud9 - 27.06.2009
Make sure all objects are in correct virtual world. We can help u better if show us the script.
Re: Objects Problem -
Emrets61 - 27.06.2009
MidoStreamer
Код:
CreateStreamObject(modelid,Float:xpos,Float:ypos,Float:zpos,Float:xrot,Float:yrot,Float:zrot,Float:viewdist)
Код:
CreateStreamObject(7191, -2453.3518, -2668.6401, 3209.9208, 0.0000, 0.0000, 0.0000, 300.00);
What is the Virtual World ?
Re: Objects Problem -
Emrets61 - 27.06.2009
LGOTO:
PİCKUP(Only SetPlayerPos Function):
Re: Objects Problem -
Emrets61 - 27.06.2009
Help pls.
Re: Objects Problem -
Serediucr - 27.06.2009
maybe the floor is not solid , also put a higher z!
Re: Objects Problem -
Emrets61 - 27.06.2009
3209 Fit. Already high. I tested -200 Fit, 1000 Fit, 3000 Fit, 9000 Fit, but the problem still exists.
Re: Objects Problem -
Emrets61 - 29.06.2009
Help...