SA-MP Forums Archive
MAP WONT APPEAR - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MAP WONT APPEAR (/showthread.php?tid=305435)



MAP WONT APPEAR - Gooday - 22.12.2011

I added the map in the PAWN of my GM but i cant see i in game i see all normal please help


Re: MAP WONT APPEAR - davve95 - 22.12.2011

Wich format whas the map in?? You used Mta??


Re: MAP WONT APPEAR - [ABK]Antonio - 22.12.2011

Are you talking about objects? Are they on ongamemodeinit?


Re: MAP WONT APPEAR - kizla - 22.12.2011

if you are using streamer incress view of object..


Re: MAP WONT APPEAR - Gooday - 22.12.2011

pawn Код:
AddPlayerClass( 0, 1958.33, 1343.12, 15.36, 269.15, 0, 0, 0, 0, 0, 0);
    SetTimer("AutoWeather", 600000, 1);
    AutoWeather();
    SetTimer("OnPlayerPayDay",1800000,true);
    SetTimer("CreateExplosion",60000,false);
    LoadStaticVehiclesFromFile("/Database/vehicles.txt");
    AddPlayerClass(170, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    AddPlayerClass(183, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    AddPlayerClass(184, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    AddPlayerClass(106, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    AddPlayerClass(226, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    AddPlayerClass(235, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    AddPlayerClass(240, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    AddPlayerClass(250, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    AddPlayerClass(69, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    AddPlayerClass(60, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    AddPlayerClass(233, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    AddPlayerClass(55, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    AddPlayerClass(56, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    AddPlayerClass(30, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    CreateObject(7894, -446.60000610352, 1538.4000244141, 35.599998474121, 0, 0, 334);
    CreateObject(3930, -445.29998779297, 1538.6999511719, 35.599998474121, 0, 0, 0);
    CreateObject(897, -446, 1547.9000244141, 41.299999237061, 0, 0, 290);
    CreateObject(901, -443.39999389648, 1543, 39.200000762939, 0, 0, 308);
    CreateObject(867, -447.79998779297, 1541.0999755859, 35.900001525879, 0, 0, 0);
    CreateObject(867, -446.5, 1539.3000488281, 35.799999237061, 0, 0, 0);
    CreateObject(867, -449.29998779297, 1543, 36.200000762939, 0, 0, 0);
    CreateObject(867, -448.10000610352, 1540.5, 36, 0, 0, 330);
    CreateObject(816, -447.29998779297, 1545.3000488281, 35.5, 0, 0, 0);
    CreateObject(758, -448.5, 1548.9000244141, 35.400001525879, 0, 0, 0);
    CreateObject(758, -446.60000610352, 1552.3000488281, 35.200000762939, 0, 0, 302);
    CreateObject(7894, -449.10000610352, 1552.8000488281, 36, 0, 0, 217.99536132813);
    CreateObject(3249, -270.29998779297, 1512.6999511719, 74.599998474121, 0, 0, 314);
    CreateObject(779, -286.39999389648, 1508.8000488281, 74.599998474121, 0, 0, 0);
    CreateObject(779, -279.79998779297, 1515.0999755859, 74.599998474121, 0, 0, 0);
    CreateObject(888, -288.20001220703, 1503, 75, 0, 0, 0);
    CreateObject(881, -270.39999389648, 1501.8000488281, 74.599998474121, 0, 0, 0);
    CreateObject(996, -360.39999389648, 1507.4000244141, 75.300003051758, 0, 0, 0);
    CreateObject(996, -350.60000610352, 1507.4000244141, 75.300003051758, 0, 0, 0);
    CreateObject(996, -340.89999389648, 1507.5, 75.300003051758, 0, 0, 0);
    CreateObject(996, -331.200012......



Re: MAP WONT APPEAR - niels44 - 22.12.2011

is this under OnGameModeInit or somewhere else? it isnt showing in ur code XD


Re: MAP WONT APPEAR - Gooday - 22.12.2011

Yes it is...