PAWN-Problem

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
  • Jo Leute (habe gelesen alles hier außer Pawn posten, weiß aber nicht wo sonst))
    bitte um eure Hilfe
    Habe mir heute mal die Grundlagen vom PAWN Scripting angeschaut und habe versucht nen Gamemode zu machen ..
    Nun wenn ich compilen will bekomme ich folgende Fehler:

    Zitat

    C:\Users\McBastad's\Desktop\Pawno\GameMode-Erste Versuche.pwn(26) : error 017: undefined symbol "Create3DTextLabel"

    Hier der Quellcode:


    Main: CPU: Intel Core i5-4440 @ 3,10 GHz | CPU-Cooling: Matterhorn -PURE- | RAM: 16GB Crucial Ballistix Sport DDR3-1600 DIMM CL9-9-9-24 |
    Motherboard: ASRock B85M Pro4 | GPU: Sapphire Radeon R9 390X Nitro 8GB GDDR5 |

    SSD: Samsung SSD 840 Evo 500GB | Power Supply: 550 Watt Corsair CS Series Modular 80+ Gold | Case: beQuiet! Silent Base 800


    As I walk through the valley of the shadow of death
    I take a look at my life and realize there's nothin' left.

  • Ne da habe ich beim Eingeben des Quellcodes wohl was vergessen stimmt aber immer noch nicht.

    Main: CPU: Intel Core i5-4440 @ 3,10 GHz | CPU-Cooling: Matterhorn -PURE- | RAM: 16GB Crucial Ballistix Sport DDR3-1600 DIMM CL9-9-9-24 |
    Motherboard: ASRock B85M Pro4 | GPU: Sapphire Radeon R9 390X Nitro 8GB GDDR5 |

    SSD: Samsung SSD 840 Evo 500GB | Power Supply: 550 Watt Corsair CS Series Modular 80+ Gold | Case: beQuiet! Silent Base 800


    As I walk through the valley of the shadow of death
    I take a look at my life and realize there's nothin' left.

  • Create3DTextLabel("{23FF00}Willkommen am Spawnpunkt:\nBurgershot North",ORANGE,1225.1832,-916.1227,42.9057+0.5,40.0,0);


    wie soll das gehen?
    mach das mal so


    Create3DTextLabel(FARBE,"Willkommen am Spawnpunkt:\nBurgershot North",1225.1832,-916.1227,42.9057+0.5,40.0,0);

  • Jetzt kommen noch mehr Errors

    Main: CPU: Intel Core i5-4440 @ 3,10 GHz | CPU-Cooling: Matterhorn -PURE- | RAM: 16GB Crucial Ballistix Sport DDR3-1600 DIMM CL9-9-9-24 |
    Motherboard: ASRock B85M Pro4 | GPU: Sapphire Radeon R9 390X Nitro 8GB GDDR5 |

    SSD: Samsung SSD 840 Evo 500GB | Power Supply: 550 Watt Corsair CS Series Modular 80+ Gold | Case: beQuiet! Silent Base 800


    As I walk through the valley of the shadow of death
    I take a look at my life and realize there's nothin' left.

  • Create3DTextLabel("{23FF00}Willkommen am Spawnpunkt:\nBurgershot North",ORANGE,1225.1832,-916.1227,42.9057+0.5,40.0,0);


    wie soll das gehen?
    mach das mal so


    Create3DTextLabel(FARBE,"Willkommen am Spawnpunkt:\nBurgershot North",1225.1832,-916.1227,42.9057+0.5,40.0,0);


    Ist genau so falsch.
    Die richtige Parameter-Angabe wäre:

    Code
    (text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS)
  • Zitat

    Create3DTextLabel(FARBE,"Willkommen am Spawnpunkt:\nBurgershot North",1225.1832,-916.1227,42.9057+0.5,40.0,0);

    ich habe es genau so und es klappt

  • do.de - Domain-Offensive - Domains für alle und zu super Preisen
  • public OnGameModeInit(){
    SetGameModeText("Einfacher Gamemode by Logan Adams v.1.0");AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 31, 150, 0, 0, 0, 0); //Autos AddStaticVehicleEx(420,1227.7639,-917.5938,42.6804,11.0669,-1,-1,60000); // Autos beim BSN //3D-Texte Create3DTextLabel("Willkommen am Spawnpunkt:\n{FFFFFF}Burgershot North",0xFFF000FF,1225.1832,-916.1227,42.9057+0.5,40.0,0);
    return 1;}



    Geht immer so noch nicht ;( Ich werd verrückt :cursing:

    Main: CPU: Intel Core i5-4440 @ 3,10 GHz | CPU-Cooling: Matterhorn -PURE- | RAM: 16GB Crucial Ballistix Sport DDR3-1600 DIMM CL9-9-9-24 |
    Motherboard: ASRock B85M Pro4 | GPU: Sapphire Radeon R9 390X Nitro 8GB GDDR5 |

    SSD: Samsung SSD 840 Evo 500GB | Power Supply: 550 Watt Corsair CS Series Modular 80+ Gold | Case: beQuiet! Silent Base 800


    As I walk through the valley of the shadow of death
    I take a look at my life and realize there's nothin' left.

  • Main: CPU: Intel Core i5-4440 @ 3,10 GHz | CPU-Cooling: Matterhorn -PURE- | RAM: 16GB Crucial Ballistix Sport DDR3-1600 DIMM CL9-9-9-24 |
    Motherboard: ASRock B85M Pro4 | GPU: Sapphire Radeon R9 390X Nitro 8GB GDDR5 |

    SSD: Samsung SSD 840 Evo 500GB | Power Supply: 550 Watt Corsair CS Series Modular 80+ Gold | Case: beQuiet! Silent Base 800


    As I walk through the valley of the shadow of death
    I take a look at my life and realize there's nothin' left.

  • Ne irgendwie kommen jetzt auch:


    C:\Users\McBastad's\Desktop\Pawno\include\a_samp.inc(33) : error 021: symbol already defined: "print"
    C:\Users\McBastad's\Desktop\Pawno\include\a_samp.inc(34) : error 021: symbol already defined: "printf"
    C:\Users\McBastad's\Desktop\Pawno\GameMode-Erste Versuche.pwn(19) : warning 217: loose indentation


    KA Ob ich die neusten Includes verwende wo kann ich die downloaden?

    Main: CPU: Intel Core i5-4440 @ 3,10 GHz | CPU-Cooling: Matterhorn -PURE- | RAM: 16GB Crucial Ballistix Sport DDR3-1600 DIMM CL9-9-9-24 |
    Motherboard: ASRock B85M Pro4 | GPU: Sapphire Radeon R9 390X Nitro 8GB GDDR5 |

    SSD: Samsung SSD 840 Evo 500GB | Power Supply: 550 Watt Corsair CS Series Modular 80+ Gold | Case: beQuiet! Silent Base 800


    As I walk through the valley of the shadow of death
    I take a look at my life and realize there's nothin' left.