Objects Don't Show
#1

For some reason when I spawn directly on the objects, it doesn't load/show at all.

Here's a sample code

Код:
CreateObject(13607, -2141.34, -1656.56, 463.76,   0.00, 0.00, 0.00);
And an image of it not working



How could I fix this? Dying and respawing doesn't fix it either
Reply
#2

Re-enter your car? Or eject the player from the car / use a decent object streamer?
Reply
#3

if it's floating / falling?

CreateObject may no longer have because it exceeds the maximum limit.

try using CreateDynamicObject
it will be required streamer.inc
CreateDynamicObject (model, x, y, z, rx, ry, rz);
Reply
#4

i don't know if i'ts really help you but...

Use an streamer include.
I recommend the @Icognito's Streamer, here's the topic : https://sampforum.blast.hk/showthread.php?tid=102865

Replace the "CreateObject" functions on your script to "CreateDynamicObject"

i hope that helped you
Reply
#5

I just switched them to CreateDynamicObject, still doesn't show up even when I get out of the vehicle.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)