19.10.2016, 04:04
Quote:
you can use it
Код:
new Float:Houses[CHECKPOINTS][4] = { {2065.9780,-1703.4775,14.1484,90.8956}, {2068.2600,-1656.4601,13.5469,86.9378}, {2068.8579,-1643.8237,13.5469,90.3844}, {2068.7437,-1628.9187,13.8762,90.3844}, {2065.0508,-1583.8545,13.4814,92.2467}, {2003.0380,-1595.1025,13.5759,39.7419}, {2016.8215,-1629.8384,13.5469,270.7754}, {2015.4512,-1641.6316,13.7824,272.6556}, {2012.0426,-1656.4589,13.5547,268.4961}, {2017.1294,-1703.3452,14.2043,272.0217}, {2014.4487,-1732.6185,14.2353,271.6387}, {2139.1643,-1698.1489,15.0784,4.0066}, {2166.9363,-1672.0193,15.0749,46.6203}, {2244.2312,-1638.2906,15.9074,340.8198}, {2257.1416,-1644.8845,15.5164,353.3532}, {2282.2446,-1641.7231,15.8898,357.1133}, {2307.0203,-1678.1877,14.0012,180.0783}, {2328.2483,-1681.9125,14.8624,90.7775}, {2362.8362,-1644.1184,13.5332,0.849}, {2368.3418,-1674.5013,13.9063,179.1149}, {2393.2185,-1646.7593,13.6432,1.7900}, {2409.0159,-1673.8960,13.6045,180.0550}, {2413.9771,-1647.1270,14.0119,2.4167}, {2452.0852,-1642.3127,13.7357,1.4767} }; new rand = random(sizeof(Houses)); SetPlayerCheckpoint(playerid,Houses[rand][0],Houses[rand][1],Houses[rand][2],2.0); |