01.10.2018, 10:22
Ive added few mappings to my server and i have this strange rendering issue.. its server side and not from user side. please help me fix it. im not a scripter so please try to explain me a bit. i found these lines in the script im working on
Mapping code (just a bit)
Picture:
sa-mp-035.jpg
Код HTML:
// Dynamic Object Iter /*stock ffCreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 5000.0, Float:drawdistance = 5000.0) { new id; id = CreateDynamicObject(modelid, x, y, z, rx, ry, rz, worldid, interiorid ,playerid, streamdistance, drawdistance); Iter_Add(DynamicObjects, id); return id; }
Код HTML:
// Apartment CreateDynamicObject(14596, 416.92703, 512.25531, 1000.41016, 0.00000, 0.00000, 0.00000); CreateDynamicObject(18765, 411.47760, 517.00049, 987.22772, 0.00000, 0.00000, 0.00000); CreateDynamicObject(18765, 401.47760, 517.00049, 987.22772, 0.00000, 0.00000, 0.00000); CreateDynamicObject(19447, 416.50781, 517.64398, 991.46301, 0.00000, 0.00000, 0.00000); CreateDynamicObject(19447, 411.64780, 522.00403, 991.46301, 0.00000, 0.00000, 90.00000); CreateDynamicObject(19447, 402.01199, 522.00403, 991.46301, 0.00000, 0.00000, 90.00000); CreateDynamicObject(19447, 397.14780, 517.64398, 991.46301, 0.00000, 0.00000, 0.00000);
sa-mp-035.jpg