Errors (017) bei DM Script

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 mich jetzt entschieden, erstmal mit einem DM Server anzufangen. ^^


    Leider kriege ich beim Compilen immer folgende Errors:


    C:\Documents and Settings\...\Desktop\sanwars.pwn(1032) : error 017: undefined symbol "SetPVarInt"
    C:\Documents and Settings\...\Desktop\sanwars.pwn(3708) : error 017: undefined symbol "Create3DTextLabel"
    C:\Documents and Settings\...\Desktop\sanwars.pwn(3709) : error 017: undefined symbol "Create3DTextLabel"
    C:\Documents and Settings\...\Desktop\sanwars.pwn(3710) : error 017: undefined symbol "Create3DTextLabel"
    C:\Documents and Settings\...\Desktop\sanwars.pwn(3711) : error 017: undefined symbol "Create3DTextLabel"
    C:\Documents and Settings\...\Desktop\sanwars.pwn(3832) : warning 202: number of arguments does not match definition
    C:\Documents and Settings\...\Desktop\sanwars.pwn(3833) : warning 202: number of arguments does not match definition
    C:\Documents and Settings\...\Desktop\sanwars.pwn(3834) : warning 202: number of arguments does not match definition
    C:\Documents and Settings\...\Desktop\sanwars.pwn(3835) : warning 202: number of arguments does not match definition
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    5 Errors.


    Wie bekomme ich die raus?
    Alle Includes aus der .rar sind vorhanden.

  • Ganz vergessen, sry.


    1032:


    public resetTime(killa)SetPVarInt(killa,"killed",0);


    3708-3711:


    Create3DTextLabel("GS Heli-Ped\n/enter",COLOR_GROOVE,2523.2732,-1679.3840,15.4970+0.75,20.0,0,1);
    Create3DTextLabel("Ballas Heli-Ped\n/enter",COLOR_BALLAS,1922.1814,-1115.2808,27.0883+0.75,20.0,0,1);
    Create3DTextLabel("Vagos Heli-Ped\n/enter",COLOR_VAGOS,2140.0471,-1191.8612,23.9922+0.75,20.0,0,1);
    Create3DTextLabel("Aztecas Heli-Ped\n/enter",COLOR_ATZTECAS,1770.7195,-1721.8892,13.5469+0.75,20.0,0,1);