Class section objects aint showing? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Class section objects aint showing? (
/showthread.php?tid=269393)
Class section objects aint showing? -
[nL]W0rfleR - 16.07.2011
Hi, i have recently created objects located where i set my cords for the class section (objects are used for the backround) anyways, the objects are not showing?
I am using Incognito's objects streamer.
Re: Class section objects aint showing? -
Basicz - 16.07.2011
Eh I don't know, maybe it's about virtualworlds ? or interiors
pawn Код:
public OnPlayerRequestClass( playerid, classid ) {
SetPlayerVirtualWorld( playerid, 0 );
return 1;
}
I don't know much about it.
Код:
This forum requires that you wait 120 seconds between posts. Please try again in 28 seconds.
:3
Re: Class section objects aint showing? -
Lorenc_ - 16.07.2011
Can be the view distance of the objects, mind showing me one of the object lines? ( Not all of them just one )
Re: Class section objects aint showing? -
Babul - 16.07.2011
try the Streamer_UpadteEx() or simply Streamer_Update() using your coordinates?
Re: Class section objects aint showing? -
[nL]W0rfleR - 16.07.2011
CreateDynamicObject(18653, 1397.6701660156, 1665.9075927734, 23.168029785156, 0, 0, 0, -1, -1, -1, 250.0);
hmm yeah, i believe it can be the view distance.
Re: Class section objects aint showing? -
Lorenc_ - 16.07.2011
Mines like this:
pawn Код:
CreateDynamicObject(3306,34.026,2028.395,18.003,0.0,0.0,-78.750);
Surprisingly it works lol.