Can't see objects .. - 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)
+--- Thread: Can't see objects .. (
/showthread.php?tid=416834)
Can't see objects .. -
dorperez - 18.02.2013
Hey guys,
I can't see any objects,any suggestions ?
Re: Can't see objects .. -
bensmart469 - 18.02.2013
Where are you putting them? Put the createobject/createdynamicobject lines under ongamemodeinit, and the removebuildingforplayer lines under OnPlayerConnect
Re: Can't see objects .. -
dorperez - 18.02.2013
Quote:
Originally Posted by bensmart469
Where are you putting them? Put the createobject/createdynamicobject lines under ongamemodeinit, and the removebuildingforplayer lines under OnPlayerConnect
|
Thats where I am putting them -.-'
Re: Can't see objects .. -
dorperez - 18.02.2013
Quote:
Originally Posted by ******
Are you in the correct interior?
|
Yes bro
Re: Can't see objects .. -
dorperez - 18.02.2013
Help Please..
Re: Can't see objects .. -
nmader - 18.02.2013
Could you show me what one of your CreateObject/CreateDynamicObject lines look like?
Re: Can't see objects .. -
KeenanRitchie - 18.02.2013
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;
}
Re: Can't see objects .. -
RuthlessThuG - 18.02.2013
if you use CreateDynamicObject
download the latest update of streamer
Re: Can't see objects .. -
nmader - 18.02.2013
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.
Re: Can't see objects .. -
Scenario - 18.02.2013
Are you perhaps over the object limit? Or... are you not able to see ANY of your objects?