Rentcar-System

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
  • Hey Leute,


    ich habe bei deinem FS ein kleines Problemchen:


    Folgende Fehler bekomme ich:


    C:\Users\Marcel\Desktop\SAMP SERVER v 2\filterscripts\rentcar-system1.0.1.pwn(417) : error 021: symbol already defined: "strtok"
    C:\Users\Marcel\Desktop\SAMP SERVER v 2\filterscripts\rentcar-system1.0.1.pwn(432) : error 047: array sizes do not match, or destination array is too small
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    2 Errors.




    Und dies sind die Zeilen (ganzer Abschnitt):


    strtok(const string[], &index)
    {
    new length = strlen(string);
    while ((index < length) && (string[index] <= ' '))
    {
    index++;
    }
    new offset = index;
    new result[20];
    while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
    {
    result[index - offset] = string[index];
    index++;
    }
    result[index - offset] = EOS;
    return result;
    }

  • es ligt an dein includes werf die alle weg und lade dir bei sa-mp.com ein neuen server runter und nimm da die includs

  • Hallo. ich habe problem mit dem script, diese problem wird durch das ausgelöst:
    #include <sscanf>


    wenn ich dies in meinem script aktivi funktioirt nichts mehr also funktionirt es auch nicht als filterscript ich habe folgende plugins


    #include <a_samp>
    #include <ocmd>
    #include <dini>
    //#include <zcmd>
    //#include <sscanf>
    //#include <speedoBomb>
    //#include <a_npc>
    #include <core>
    #include <float>
    #include <time>
    #include <file>
    #include <utils>
    #include <morphinc>
    #include <M_Bot>
    #include <blitzer>
    //#include <noDMv4>
    #include <streamer>
    #include <nb_rb>
    //#include <mysql>
    #include <bfx_imStream>
    #pragma tabsize 0
    #pragma dynamic 8192



    um es nochmal zu erklären
    ohne filterscript und ich mache bei meinem GM das an:
    #include <sscanf>
    dann funktionirt nicht mehr auf server
    ich nimm aus meinm gm #include <sscanf> raus und schon funktionirt wieder alles
    so
    nun Filterscript in server.cfg eingetragen starte server und geh rauf nicht funktionirt mache /rcon login pw und danach /rcon unloadfs FSname
    und schon funktionirt wieder alles


    was muss ich tuen das es bei mir auch funktionirt?
    Vielen dank im vorraus :)

    Das Originale SOR ( Street´s of Reallife ) seit 03.10.2009

  • bauen sie das Script in ihren gm ein


    und statt #include <sscanf>
    nehmen sie den code hier (einfach unten einsetzen):
    http://wiki.sa-mp.com/wiki/Sscanf_code


    C:\Users\Timo-Scholz\Desktop\Scripts\newrl.pwn(4343) : warning 219: local variable "modelid" shadows a variable at a preceding level
    C:\Users\Timo-Scholz\Desktop\Scripts\newrl.pwn(4344) : warning 213: tag mismatch
    C:\Users\Timo-Scholz\Desktop\Scripts\newrl.pwn(4344) : warning 213: tag mismatch
    C:\Users\Timo-Scholz\Desktop\Scripts\newrl.pwn(4344) : warning 213: tag mismatch
    C:\Users\Timo-Scholz\Desktop\Scripts\newrl.pwn(4344) : warning 213: tag mismatch
    C:\Users\Timo-Scholz\Desktop\Scripts\newrl.pwn(4344) : warning 205: redundant code: constant expression is zero
    C:\Users\Timo-Scholz\Desktop\Scripts\newrl.pwn(4343) : warning 204: symbol is assigned a value that is never used: "modelid"
    C:\Users\Timo-Scholz\Desktop\Scripts\newrl.pwn(4343 -- 4353) : warning 219: local variable "modelid" shadows a variable at a preceding level
    C:\Users\Timo-Scholz\Desktop\Scripts\newrl.pwn(4354) : warning 213: tag mismatch
    C:\Users\Timo-Scholz\Desktop\Scripts\newrl.pwn(4354) : warning 213: tag mismatch
    C:\Users\Timo-Scholz\Desktop\Scripts\newrl.pwn(4354) : warning 205: redundant code: constant expression is zero
    C:\Users\Timo-Scholz\Desktop\Scripts\newrl.pwn(4353) : warning 204: symbol is assigned a value that is never used: "modelid"
    C:\Users\Timo-Scholz\Desktop\Scripts\newrl.pwn(4386) : warning 219: local variable "modelid" shadows a variable at a preceding level
    C:\Users\Timo-Scholz\Desktop\Scripts\newrl.pwn(4387) : warning 213: tag mismatch
    C:\Users\Timo-Scholz\Desktop\Scripts\newrl.pwn(4387) : warning 213: tag mismatch
    C:\Users\Timo-Scholz\Desktop\Scripts\newrl.pwn(4387) : warning 205: redundant code: constant expression is zero
    C:\Users\Timo-Scholz\Desktop\Scripts\newrl.pwn(4386) : warning 204: symbol is assigned a value that is never used: "modelid"
    C:\Users\Timo-Scholz\Desktop\Scripts\newrl.pwn(20316) : error 021: symbol already defined: "idx"
    C:\Users\Timo-Scholz\Desktop\Scripts\newrl.pwn(20499) : warning 219: local variable "string" shadows a variable at a preceding level
    C:\Users\Timo-Scholz\Desktop\Scripts\newrl.pwn(20313) : warning 203: symbol is never used: "idx"


    Funktionirt nicht

    Das Originale SOR ( Street´s of Reallife ) seit 03.10.2009

  • do.de - Domain-Offensive - Domains für alle und zu super Preisen
  • do.de - Domain-Offensive - Domains für alle und zu super Preisen