[HELP]CreateObject
#1

Hello.

I tried to create an object. For some reason, the object doesn't show up when I test it. Here is the code.

Код:
    cssgate = CreateObject(8674,96.82031250,1920.46093750,16.41526413,0.00000000,90.00000000,270.00000000);
and yes, I defined it as
Код:
new cssgate;
Reply
#2

Well you don't need to store the ID of the object in a variable unless you intend to refer to it later. Are you sure the actual co-ordinates are correct? Did you go through any conversion process of getting it into the Pawn language? Some converters don't properly convert the co-ordinates some times.
Reply
#3

I made it a variable because I plan on making a command to move the object. I used convertffs, and I did it 2 or 3 times.
Reply
#4

Maybe, you got over 400 objects, and you go over the limit, so not all objects show. Use a streamer then.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)