RemoveBuildingForPlayer fehler

Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • Hallo ich habe folgende errors in meinem script die ich aber nicht lösen kann


    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3828) : error 017: undefined symbol "PlayAudioStreamForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3869) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3872) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3873) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3874) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3875) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3876) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3877) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3878) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3881) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3882) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3883) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3884) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3885) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3886) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3887) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3888) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3889) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3890) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3891) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3892) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3893) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3894) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3895) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3896) : error 017: undefined symbol "RemoveBuildingForPlayer"
    C:\Users\Blackdead\Desktop\TGRC\TGRC\Gamemodes\TheGermanReallifeCity.pwn(3897) : error 017: undefined symbol "RemoveBuildingForPlayer"


    Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    26 Errors.



    error zeillen



    PlayAudioStreamForPlayer(playerid, "http://listen.housetime.fm/dsl.pls");


    //LSPD
    RemoveBuildingForPlayer(playerid, 1229, 1524.2188, -1673.7109, 14.1094, 0.25);


    //Stadthalle Los Santos
    RemoveBuildingForPlayer(playerid, 4024, 1479.8672, -1790.3984, 56.0234, 0.25);
    RemoveBuildingForPlayer(playerid, 4044, 1481.1875, -1785.0703, 22.3828, 0.25);
    RemoveBuildingForPlayer(playerid, 620, 1456.3984, -1832.5313, 11.9844, 0.25);
    RemoveBuildingForPlayer(playerid, 620, 1504.8438, -1832.5313, 11.9844, 0.25);
    RemoveBuildingForPlayer(playerid, 4002, 1479.8672, -1790.3984, 56.0234, 0.25);
    RemoveBuildingForPlayer(playerid, 3980, 1481.1875, -1785.0703, 22.3828, 0.25);
    RemoveBuildingForPlayer(playerid, 4003, 1481.0781, -1747.0313, 33.5234, 0.25);


    //HAUSER
    RemoveBuildingForPlayer(playerid, 3672, 2030.0547, -2315.4297, 18.8828, 0.25);
    RemoveBuildingForPlayer(playerid, 3672, 2030.0547, -2382.1406, 18.8828, 0.25);
    RemoveBuildingForPlayer(playerid, 3672, 2112.9375, -2384.6172, 18.8828, 0.25);
    RemoveBuildingForPlayer(playerid, 3744, 2082.4063, -2269.6563, 14.9609, 0.25);
    RemoveBuildingForPlayer(playerid, 3744, 2082.4375, -2298.2266, 14.9609, 0.25);
    RemoveBuildingForPlayer(playerid, 3744, 2082.4063, -2370.0156, 14.7031, 0.25);
    RemoveBuildingForPlayer(playerid, 3769, 2060.6875, -2305.9609, 14.9844, 0.25);
    RemoveBuildingForPlayer(playerid, 3769, 2060.6875, -2371.8828, 14.9844, 0.25);
    RemoveBuildingForPlayer(playerid, 1290, 2003.4531, -2422.1719, 18.4766, 0.25);
    RemoveBuildingForPlayer(playerid, 1290, 2003.4531, -2350.7344, 18.4766, 0.25);
    RemoveBuildingForPlayer(playerid, 3629, 2030.0547, -2382.1406, 18.8828, 0.25);
    RemoveBuildingForPlayer(playerid, 3664, 2042.7734, -2442.1875, 19.2813, 0.25);
    RemoveBuildingForPlayer(playerid, 1308, 2057.7344, -2402.9922, 12.7500, 0.25);
    RemoveBuildingForPlayer(playerid, 3625, 2060.6875, -2371.8828, 14.9844, 0.25);
    RemoveBuildingForPlayer(playerid, 1290, 2088.6094, -2422.1719, 18.4766, 0.25);
    RemoveBuildingForPlayer(playerid, 3574, 2082.4063, -2370.0156, 14.7031, 0.25);
    RemoveBuildingForPlayer(playerid, 1308, 2089.3047, -2359.7578, 12.7500, 0.25);
    RemoveBuildingForPlayer(playerid, 1290, 2088.6094, -2350.7344, 18.4766, 0.25);
    RemoveBuildingForPlayer(playerid, 3629, 2112.9375, -2384.6172, 18.8828, 0.25);
    RemoveBuildingForPlayer(playerid, 1290, 2003.4531, -2281.3984, 18.3828, 0.25);
    RemoveBuildingForPlayer(playerid, 5031, 2037.0469, -2313.5469, 18.7109, 0.25);
    RemoveBuildingForPlayer(playerid, 3629, 2030.0547, -2315.4297, 18.8828, 0.25);
    RemoveBuildingForPlayer(playerid, 1308, 2057.0547, -2315.4688, 12.7422, 0.25);
    RemoveBuildingForPlayer(playerid, 3625, 2060.6875, -2305.9609, 14.9844, 0.25);
    RemoveBuildingForPlayer(playerid, 3574, 2082.4063, -2269.6563, 14.9609, 0.25);
    RemoveBuildingForPlayer(playerid, 3574, 2082.4375, -2298.2266, 14.9609, 0.25);
    RemoveBuildingForPlayer(playerid, 3338, -113.4063, -1235.7266, 1.5000, 0.25);
    RemoveBuildingForPlayer(playerid, 3338, -51.2891, -1163.2813, 0.1641, 0.25);
    RemoveBuildingForPlayer(playerid, 785, -54.8359, -1201.0547, 0.2188, 0.25);
    RemoveBuildingForPlayer(playerid, 3244, -113.4063, -1235.7266, 1.5000, 0.25);
    RemoveBuildingForPlayer(playerid, 1447, -107.0859, -1196.0859, 3.0391, 0.25);
    RemoveBuildingForPlayer(playerid, 1412, -112.1719, -1194.7500, 3.0391, 0.25);
    RemoveBuildingForPlayer(playerid, 1413, -101.2891, -1215.5859, 2.9609, 0.25);
    RemoveBuildingForPlayer(playerid, 1447, -100.1797, -1210.0781, 3.0391, 0.25);
    RemoveBuildingForPlayer(playerid, 1413, -102.1328, -1197.1641, 2.9609, 0.25);
    RemoveBuildingForPlayer(playerid, 1412, -98.9219, -1204.9141, 3.0391, 0.25);
    RemoveBuildingForPlayer(playerid, 1412, -98.8750, -1199.9297, 3.0391, 0.25);
    RemoveBuildingForPlayer(playerid, 1412, -98.9297, -1218.7266, 3.0391, 0.25);
    RemoveBuildingForPlayer(playerid, 1447, -88.6172, -1220.3828, 3.0391, 0.25);
    RemoveBuildingForPlayer(playerid, 1412, -93.9453, -1219.5391, 3.0391, 0.25);
    RemoveBuildingForPlayer(playerid, 17066, -86.8750, -1207.2422, 1.6875, 0.25);
    RemoveBuildingForPlayer(playerid, 1413, -83.3984, -1221.2969, 2.9609, 0.25);
    RemoveBuildingForPlayer(playerid, 1447, -78.4297, -1208.9453, 3.0391, 0.25);
    RemoveBuildingForPlayer(playerid, 1412, -79.4922, -1214.1016, 3.0391, 0.25);
    RemoveBuildingForPlayer(playerid, 1412, -80.2969, -1219.0781, 3.0391, 0.25);
    RemoveBuildingForPlayer(playerid, 1413, -73.5703, -1193.9375, 2.1328, 0.25);
    RemoveBuildingForPlayer(playerid, 1413, -77.3516, -1203.7422, 2.8047, 0.25);
    RemoveBuildingForPlayer(playerid, 1413, -75.6719, -1198.8125, 2.3672, 0.25);
    RemoveBuildingForPlayer(playerid, 1415, -77.2188, -1188.3672, 0.8359, 0.25);
    RemoveBuildingForPlayer(playerid, 1447, -71.3047, -1189.1719, 2.1328, 0.25);
    RemoveBuildingForPlayer(playerid, 1412, -68.8359, -1184.5313, 2.1328, 0.25);
    RemoveBuildingForPlayer(playerid, 791, -54.8359, -1201.0547, 0.2188, 0.25);
    RemoveBuildingForPlayer(playerid, 1412, -66.4609, -1179.8672, 2.1328, 0.25);
    RemoveBuildingForPlayer(playerid, 1413, -64.3672, -1175.0313, 2.0547, 0.25);
    RemoveBuildingForPlayer(playerid, 3244, -51.2891, -1163.2813, 0.1641, 0.25);
    RemoveBuildingForPlayer(playerid, 708, 286.0000, -1362.3906, 51.8203, 0.25);
    RemoveBuildingForPlayer(playerid, 3738, 249.0469, -1370.9922, 55.7422, 0.25);
    RemoveBuildingForPlayer(playerid, 620, 242.0156, -1405.6094, 51.2969, 0.25);
    RemoveBuildingForPlayer(playerid, 669, 246.4063, -1399.2188, 51.7656, 0.25);
    RemoveBuildingForPlayer(playerid, 620, 241.1953, -1395.0313, 51.4922, 0.25);
    RemoveBuildingForPlayer(playerid, 669, 230.1250, -1390.8438, 51.9219, 0.25);
    RemoveBuildingForPlayer(playerid, 673, 244.0313, -1387.2109, 51.7969, 0.25);
    RemoveBuildingForPlayer(playerid, 673, 258.2969, -1391.3984, 51.6641, 0.25);
    RemoveBuildingForPlayer(playerid, 669, 209.7500, -1381.4531, 52.1406, 0.25);
    RemoveBuildingForPlayer(playerid, 669, 217.7031, -1381.6094, 52.1719, 0.25);
    RemoveBuildingForPlayer(playerid, 673, 230.2266, -1379.2109, 51.5469, 0.25);
    RemoveBuildingForPlayer(playerid, 620, 217.8516, -1374.6875, 51.1484, 0.25);
    RemoveBuildingForPlayer(playerid, 669, 275.2891, -1374.8359, 51.8828, 0.25);
    RemoveBuildingForPlayer(playerid, 700, 219.3281, -1371.6484, 52.0547, 0.25);
    RemoveBuildingForPlayer(playerid, 673, 228.4375, -1368.7500, 51.8594, 0.25);
    RemoveBuildingForPlayer(playerid, 700, 223.2656, -1369.0938, 52.3438, 0.25);
    RemoveBuildingForPlayer(playerid, 3619, 249.0469, -1370.9922, 55.7422, 0.25);
    RemoveBuildingForPlayer(playerid, 762, 287.2734, -1362.1016, 56.1094, 0.25);
    RemoveBuildingForPlayer(playerid, 620, 272.1172, -1361.4141, 50.8047, 0.25);
    RemoveBuildingForPlayer(playerid, 620, 238.0156, -1354.9531, 50.9922, 0.25);
    RemoveBuildingForPlayer(playerid, 669, 269.5000, -1354.5391, 52.2422, 0.25);
    RemoveBuildingForPlayer(playerid, 671, 256.4219, -1350.3906, 51.9688, 0.25);
    RemoveBuildingForPlayer(playerid, 671, 270.8047, -1349.3125, 52.1563, 0.25);
    RemoveBuildingForPlayer(playerid, 620, 280.6797, -1347.3125, 50.3281, 0.25);
    RemoveBuildingForPlayer(playerid, 669, 273.8125, -1344.1797, 52.5000, 0.25);


    bitte um schnelle hilfe danke