Posts: 409
Threads: 101
Joined: Jul 2009
Reputation:
0
Hey guys,
I can't see any objects,any suggestions ?
Posts: 298
Threads: 25
Joined: Apr 2012
Reputation:
0
Where are you putting them? Put the createobject/createdynamicobject lines under ongamemodeinit, and the removebuildingforplayer lines under OnPlayerConnect
Posts: 639
Threads: 92
Joined: Jul 2011
Reputation:
0
Could you show me what one of your CreateObject/CreateDynamicObject lines look like?
Posts: 47
Threads: 9
Joined: Nov 2012
Reputation:
0
Put them under a stock
Such as
stock LoadObjects()
{
// SA-MP
CreateObject(18750, 1975.203002, 3779.311523, -0.243506, 0.000000, 0.000000, -45.00000);
print("Static objects loaded.");
return 1;
}
Posts: 43
Threads: 3
Joined: Feb 2013
Reputation:
0
if you use CreateDynamicObject
download the latest update of streamer
Posts: 639
Threads: 92
Joined: Jul 2011
Reputation:
0
As RuthlessThuG suggested I would get the latest version of streamer and then use CreateDynamicObject, it is much better as you can set the virtual worlds, interiors, etc. where objects are shown, that is your best bet.
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
Are you perhaps over the object limit? Or... are you not able to see ANY of your objects?