Map stunts only vissible on close-range?
#1

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/
Reply
#2

well inviseble in MTA or SA-MP?
Reply
#3

sa-mp in my server..
I made a video: http://www.xfire.com/video/42ffc5/
Reply
#4

https://sampwiki.blast.hk/wiki/CreateObject

Change the view distance.
Reply
#5

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 код:
    CreateObject8171,-1055.467896,  464.43905610.195868,347.9679,90.2408134.0722); //Airport baan spawnpoint
    
CreateObject8171, -987.041077,  505.720734,-22.445286,282.65080.0000315.3093);  //Airport baan spawnpoint
    
CreateObject(128141271.888428,-1993.452637,495.079987,  0.00000.0000,   0.0000); //BloodringArena spawnpoint
    
CreateObject4585,-2882.761475,-3096.203369,-21.231087,  0.00000.0000,   0.0000); //BuildingJump spawnpoint 
I guess i have to edit the last numbers?
Reply
#6

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
Reply
#7

Quote:
Originally Posted by Marsjee
Посмотреть сообщение
sa-mp in my server..
I made a video: http://www.xfire.com/video/42ffc5/
Lol i have had that ! With a FS ...
Reply
#8

Convert it into "CreateDynamicObject" , then try
Reply
#9

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
Reply
#10

I tried this:

PHP код:
CreateObject8171,-1055.467896,  464.43905610.195868,347.9679,90.2408300.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.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)