Map stunts only vissible on close-range? -
Marsjee - 15.03.2011
Hello
i'm new at SA multi.
and i host a server right now with the "Stunt Universe" Mod but i have something weird
and that is:
I cant see stunt objects. i can only see them when i'm very close to one
its very strange to explain :P but all objects are unvisible untill i get close and them they become visible
I dont know how to search for this problem so i started a new topic
VIDEO http://www.xfire.com/video/42ffc5/
Re: Map stunts only vissible on close-range? -
Roomeo - 15.03.2011
well inviseble in MTA or SA-MP?
Re: Map stunts only vissible on close-range? -
Marsjee - 15.03.2011
sa-mp in my server..
I made a video:
http://www.xfire.com/video/42ffc5/
Re: Map stunts only vissible on close-range? -
Exxious - 15.03.2011
https://sampwiki.blast.hk/wiki/CreateObject
Change the view distance.
Re: Map stunts only vissible on close-range? -
Marsjee - 16.03.2011
Quote:
Originally Posted by Exxious
|
Ah oke. but its not my mod, i downloaded the mod from this forum so how come that only i have this problem?
but oke.
i a couple of codes from the mod:
PHP код:
CreateObject( 8171,-1055.467896, 464.439056, 10.195868,347.9679,90.2408, 134.0722); //Airport baan spawnpoint
CreateObject( 8171, -987.041077, 505.720734,-22.445286,282.6508, 0.0000, 315.3093); //Airport baan spawnpoint
CreateObject(12814, 1271.888428,-1993.452637,495.079987, 0.0000, 0.0000, 0.0000); //BloodringArena spawnpoint
CreateObject( 4585,-2882.761475,-3096.203369,-21.231087, 0.0000, 0.0000, 0.0000); //BuildingJump spawnpoint
I guess i have to edit the last numbers?
Re: Map stunts only vissible on close-range? -
BizzyD - 16.03.2011
pawn Код:
CreateObject( 8171,-1055.467896, 464.439056, 10.195868,347.9679,90.2408, 300.0); //Airport baan spawnpoint
CreateObject( 8171, -987.041077, 505.720734,-22.445286,282.6508, 0.0000, 300.0); //Airport baan spawnpoint
CreateObject(12814, 1271.888428,-1993.452637,495.079987, 0.0000, 0.0000, 300.0); //BloodringArena spawnpoint
CreateObject( 4585,-2882.761475,-3096.203369,-21.231087, 0.0000, 0.0000, 300.0); //BuildingJump spawnpoint
Try this :P As im not on a decent computer, it might be wrong lol. But try it
Re: Map stunts only vissible on close-range? -
Michael@Belgium - 16.03.2011
Quote:
Originally Posted by Marsjee
|
Lol i have had that ! With a FS ...
Re: Map stunts only vissible on close-range? -
Ironboy - 16.03.2011
Convert it into "CreateDynamicObject" , then try
Re: Map stunts only vissible on close-range? -
Marsjee - 16.03.2011
Quote:
Originally Posted by Ironboy
Convert it info "CreateDynamicObject" , then try
|
aha oke i dont rly know how, but i will search

i'm new to SA-MP
Re: Map stunts only vissible on close-range? -
Marsjee - 16.03.2011
I tried this:
PHP код:
CreateObject( 8171,-1055.467896, 464.439056, 10.195868,347.9679,90.2408, 300.0); //Airport baan spawnpoint CreateObject( 8171, -987.041077, 505.720734,-22.445286,282.6508, 0.0000, 300.0); //Airport baan spawnpoint CreateObject(12814, 1271.888428,-1993.452637,495.079987, 0.0000, 0.0000, 300.0); //BloodringArena spawnpoint CreateObject( 4585,-2882.761475,-3096.203369,-21.231087, 0.0000, 0.0000, 300.0); //BuildingJump spawnpoint
i also tried to put 300 to 5000.0, but no succes.