- 0
Problema Teleportare
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Otiy
am si eu un pwn si nush dc nu ma teleporteaza la locul potrivit uitati
// This is a comment // uncomment the line below if you want to write a filterscript //#define FILTERSCRIPT #include <a_samp> #if defined FILTERSCRIPT public OnFilterScriptInit() { if(strcmp(cmdtext, "/teleport",true) == 0) { SetPlayerPos(playerid,160.458,1862.64,758.414); return 1; } } CreateObject(18450, 1780.9228515625, 2153.2314453125, 340.58459472656, 0, 312.22595214844, 272.44995117188); CreateObject(18450, 1778.6866455078, 2205.1916503906, 283.13973999023, 0, 312.22595214844, 272.44995117188); CreateObject(18450, 1776.4141845703, 2258.0329589844, 224.82489013672, 0, 312.22595214844, 272.44995117188); CreateObject(18450, 1774.1402587891, 2311.6096191406, 165.67504882813, 0, 312.22595214844, 272.44995117188); CreateObject(18450, 1773.5897216797, 2324.8464355469, 152, 0, 314.2109375, 272.44995117188); CreateObject(18450, 1783.2160644531, 2099.970703125, 399.36917114258, 0, 312.22595214844, 272.44995117188); CreateObject(18450, 1785.515625, 2046.5877685547, 458.16891479492, 0, 312.22595214844, 272.44995117188); CreateObject(18450, 1787.7327880859, 1993.4982910156, 516.744140625, 0, 312.22595214844, 272.44995117188); CreateObject(18450, 1789.9296875, 1940.0855712891, 575.67004394531, 0, 312.22595214844, 272.44995117188); CreateObject(18450, 1792.1873779297, 1887.2183837891, 634.02038574219, 0, 312.22595214844, 272.44995117188); CreateObject(8040, 1793.5296630859, 1820.791015625, 664.64135742188, 0, 0, 92.280029296875); CreateObject(710, 1774.7327880859, 1859.3553466797, 679.46240234375, 0, 0, 0); CreateObject(710, 1809.3425292969, 1860.0715332031, 679.46240234375, 0, 0, 0); CreateObject(710, 1812.2825927734, 1782.7137451172, 679.46240234375, 0, 0, 0); CreateObject(710, 1777.7937011719, 1781.3294677734, 679.46240234375, 0, 0, 0); CreateObject(1633, 1767.8121337891, 2349.982421875, 127.86981964111, 313.29998779297, 0, 2.25); CreateObject(1633, 1771.7374267578, 2350.0065917969, 127.94481658936, 313.29711914063, 0, 2.2467041015625); CreateObject(1633, 1775.8375244141, 2349.8540039063, 128.14479064941, 313.29711914063, 0, 2.2467041015625); CreateObject(1633, 1767.5775146484, 2356.4189453125, 125.56967163086, 333.20703125, 0, 2.2467041015625); CreateObject(1633, 1771.6762695313, 2356.5834960938, 125.56967163086, 333.20434570313, 0, 2.2412109375); CreateObject(1633, 1775.5946044922, 2356.7819824219, 125.56967163086, 333.20434570313, 0, 2.2412109375); CreateObject(1633, 1775.3748779297, 2363.58984375, 125.69467926025, 353.89428710938, 359.45498657227, 1.7412109375); CreateObject(1633, 1771.4476318359, 2363.3645019531, 125.69467926025, 353.8916015625, 359.45068359375, 1.73583984375); CreateObject(1633, 1767.3452148438, 2363.244140625, 125.69467926025, 353.8916015625, 359.45068359375, 1.73583984375); CreateObject(1633, 1767.1134033203, 2368.4106445313, 128.36965942383, 20.051513671875, 359.45068359375, 1.73583984375); CreateObject(1633, 1771.1923828125, 2368.4738769531, 128.36965942383, 20.050048828125, 359.45068359375, 1.73583984375); CreateObject(1633, 1775.3215332031, 2368.5397949219, 128.36965942383, 20.050048828125, 359.45068359375, 1.73583984375); CreateObject(1633, 1767.0258789063, 2370.2854003906, 130.5696105957, 46.135070800781, 359.45068359375, 1.73583984375); CreateObject(1633, 1770.9560546875, 2370.3640136719, 130.5696105957, 46.131591796875, 359.45068359375, 1.73583984375); CreateObject(1633, 1775.0394287109, 2370.5129394531, 130.5696105957, 46.131591796875, 359.45068359375, 1.73583984375); return 1; } #endifplz ajutatima
3 answers to this question
Recommended Posts