Wieso bei meinem stock diese Errors?

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 wieso bekomme ich diese errors?


    stock isPlayerMüllmann(playerid,jobname)
    {
    if(GetPVarInt(playerid,"Job")==2)return 1;
    return 0;
    }


    Errors:


    Zeile (767) : Erwartete Zeichen ";", aber gefunden "ü"
    Zeile (769) : Unbekannte Funktion
    Zeile (770) : Unbekannte Funktion


  • Schreib das mal so um:
    stock isPlayerMuellmann(playerid)
    {
    if(GetPVarInt(playerid,"Job") == 2)return 1;
    return 0;
    }

    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.