11.12.2013, 07:58
I hope I am posting this in the right section.
I am using mtasa to create maps, and lately, I noticed that the maps don't stream properly. The objects appear only at short distance. So far I used convertffs to turn them from map code to incognito-s streaming code.
I borrowed the parameters from an old map that works well, and compared it to a new map, that was having issues
They have the same parameters, but they stream at different distance. Both of them are compiled with the same include.
I am using mtasa to create maps, and lately, I noticed that the maps don't stream properly. The objects appear only at short distance. So far I used convertffs to turn them from map code to incognito-s streaming code.
I borrowed the parameters from an old map that works well, and compared it to a new map, that was having issues
Код:
/*old*/ CreateDynamicObject(619, 109.604523, 3506.172363, 512.509094, 0.0000, 0.0000, 157.5000); /*new*/ CreateDynamicObject(19456,-2397.7600000,2332.6300000,-0.2800000,0.0000000,0.0000000,-76.6800000);