few objects don't load
#1

Hey,

All of my objects load, except 4 of them -.-

I just mapped a stairs a helipad and a sherrif sign at the SASO...
and I mapped an ATM box on preshing square.

all of these objects dont show up!

anyone have a suggestion how to fix it?

pawn Код:
//ATMS
CreateObject(2942, 1416.09, -1688.50, 13.19,   0.00, 0.00, 90.00);
pawn Код:
//saso
CreateObject(8615, 614.21, -592.60, 18.95, 0.00, 0.00, 180.00);
CreateObject(3934, 612.03, -604.08, 21.72, 0.00, 0.00, 0.00);
CreateObject(11453, 627.68, -552.29, 16.31, 0.00, 0.00, 90.00);
Reply
#2

Try using "CreateDynamicObjet", instead of CreateObject, from YSI includes.
Reply
#3

already tried didn't work
Reply
#4

Did you put your objects in "OnGameModeInit" ? You have to.
Reply
#5

I have this:

LoadObjects();

pawn Код:
stock LoadObjects();
{
objects......
return 1;
}
and with all my objects its working but not with that 4 objects..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)