players cant see the building/ROAD -
DIVESHSEET - 16.05.2014
guys i made a building at LVA ... i can see the building in my pc ... but other players cant ... any help about that?
pawn code for building (lva)
CreateObject(359,1391.1000000,1481.1000000,10.1000 000,0.0000000,0.0000000,0.0000000);
CreateObject(16771,352.0000000,2454.7000000,22.100 0000,0.0000000,0.0000000,0.0000000);
CreateObject(1337,1419.9975600,1409.0419900,10.312 9800,0.0000000,0.0000000,0.0000000);
CreateObject(18777, 1436.13782, 1692.90942, 12.62811, 0.00000, 0.00000, 176.06161);
CreateObject(18777, 1436.13782, 1692.90942, 38.63013, 0.00000, 0.00000, 176.06161);
CreateObject(18777, 1431.84021, 1295.66162, 12.50024, 0.00000, 0.00000, 0.40604);
CreateObject(18777, 1431.85718, 1295.63489, 38.46814, 0.00000, 0.00000, 0.40604);
CreateObject(8357, 1444.36890, 1400.14050, 62.06435, 0.00000, 0.00000, -0.18000);
CreateObject(8355, 1414.07593, 1362.52869, 62.11025, 0.00000, 0.00000, 0.11495);
CreateObject(8355, 1414.07593, 1362.52869, 62.11030, 0.00000, 180.00000, 0.00000);
CreateObject(8355, 1414.09875, 1489.28479, 62.11025, 0.00000, 0.00000, 0.11495);
CreateObject(8355, 1414.09875, 1489.28479, 62.11030, 0.00000, 180.00000, 0.00000);
CreateObject(8355, 1413.82141, 1627.50366, 62.11030, 0.00000, 180.00000, 0.00000);
CreateObject(8357, 1445.04480, 1588.12842, 62.06440, 0.00000, 0.00000, 0.00000);
CreateObject(8357, 1445.04480, 1588.12842, 62.06440, 0.00000, 180.00000, 0.00000);
CreateObject(8357, 1444.36890, 1400.14050, 62.06440, 0.00000, 180.00000, 0.00000);
CreateObject(8355, 1413.48596, 1626.14233, 62.01635, 0.00000, 0.00000, 0.11495)
Re: players cant see the building/ROAD -
Lordzy - 16.05.2014
It often happens when you're crossing out the object
limits. Use an object streamer and convert the codes to dynamic objects so that it would handle things properly.