Beiträge von Mafiathne

    Hallo,
    ich habe ein kleines oder großes Problem, bei mir kommt immer folgende Fehlermeldung:


    fatal error 100: cannot read from file: "a_sampmysql"


    Kann mir jemand sagen woran das liegt?


    Die Datei ist jedoch vorhanden!


    Liebe grüße


    Mafiathne

    Hallo,
    ich versuche nun schon die ganze Zeit das hinzubekommen, jedoch bisher ohne Erfolg :(
    Kann mir bitte wer helfen?



    forward Ports(playerid);
    forward PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z);


    new PortTimer;


    public OnGameModeInit()
    {
    DisableInteriorEnterExits();
    PortTimer = SetTimer("Ports", 1000, 1);
    CreatePickup(1318, 23, 1544.5673, -1645.5866, 4.85562); // LSPD Eingang in Zelle // kleiner gelber Trichter
    CreatePickup(1559, 23, 269.7615, 76.1335, 1000.0042); // LSPD Ausgang zur Garage // Weißer Pfeil
    return 1;
    }


    public OnGameModeExit()
    {
    KillTimer(PortTimer);
    return 1;
    }


    public Ports(playerid)
    {
    if (PlayerToPoint(1, playerid, 1544.5673, -1645.5866, 4.85562)) // LSPD Eingang in Zelle // if (PlayerToPoint(Radius, playerid, Float:X, Float:Y, Float:Z)) // Wo der Spieler Stehen soll
    {
    SetPlayerInterior(playerid, 6);
    SetPlayerPos(playerid, 269.1224, 79.5670, 1000.1520); // Wo der Spieler hin kommen soll
    SetPlayerFacingAngle(playerid, 0.0);
    }
    else if (PlayerToPoint(1, playerid, 269.7615, 76.1335, 1000.0042)) // PD Ausgang
    {
    SetPlayerInterior(playerid, 0);
    SetPlayerPos(playerid, 1552.4490, -1674.9897, 16.1953);
    SetPlayerFacingAngle(playerid, 90.0);
    }
    return 1;
    }


    public PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z)
    {
    if (IsPlayerConnected(playerid))
    {
    new Float:oldposx, Float:oldposy, Float:oldposz;
    new Float:tempposx, Float:tempposy, Float:tempposz;
    GetPlayerPos(playerid, oldposx, oldposy, oldposz);
    tempposx = (oldposx -x);
    tempposy = (oldposy -y);
    tempposz = (oldposz -z);
    if (((tempposx < radi) && (tempposx > -radi)) && ((tempposy < radi) && (tempposy > -radi)) && ((tempposz < radi) && (tempposz > -radi)))
    {
    return 1;
    }
    }
    return 0;
    }




    filterscripts\LSPD_GARAGE_TELEPORT.pwn(6) : warning 235: public function lacks forward declaration (symbol "OnGameModeInit")
    filterscripts\LSPD_GARAGE_TELEPORT.pwn(8) : error 017: undefined symbol "DisableInteriorEnterExits"
    filterscripts\LSPD_GARAGE_TELEPORT.pwn(9) : error 017: undefined symbol "SetTimer"
    filterscripts\LSPD_GARAGE_TELEPORT.pwn(10) : error 017: undefined symbol "CreatePickup"
    filterscripts\LSPD_GARAGE_TELEPORT.pwn(11) : error 017: undefined symbol "CreatePickup"
    filterscripts\LSPD_GARAGE_TELEPORT.pwn(15) : warning 235: public function lacks forward declaration (symbol "OnGameModeExit")
    filterscripts\LSPD_GARAGE_TELEPORT.pwn(17) : error 017: undefined symbol "KillTimer"
    filterscripts\LSPD_GARAGE_TELEPORT.pwn(23) : warning 213: tag mismatch
    filterscripts\LSPD_GARAGE_TELEPORT.pwn(23) : error 070: rational number support was not enabled
    filterscripts\LSPD_GARAGE_TELEPORT.pwn(25) : error 017: undefined symbol "SetPlayerInterior"
    filterscripts\LSPD_GARAGE_TELEPORT.pwn(26) : error 017: undefined symbol "SetPlayerPos"
    filterscripts\LSPD_GARAGE_TELEPORT.pwn(27) : error 017: undefined symbol "SetPlayerFacingAngle"
    filterscripts\LSPD_GARAGE_TELEPORT.pwn(29) : warning 213: tag mismatch
    filterscripts\LSPD_GARAGE_TELEPORT.pwn(29) : error 070: rational number support was not enabled
    filterscripts\LSPD_GARAGE_TELEPORT.pwn(31) : error 017: undefined symbol "SetPlayerInterior"
    filterscripts\LSPD_GARAGE_TELEPORT.pwn(32) : error 017: undefined symbol "SetPlayerPos"
    filterscripts\LSPD_GARAGE_TELEPORT.pwn(33) : error 017: undefined symbol "SetPlayerFacingAngle"
    filterscripts\LSPD_GARAGE_TELEPORT.pwn(40) : error 017: undefined symbol "IsPlayerConnected"
    filterscripts\LSPD_GARAGE_TELEPORT.pwn(44) : error 017: undefined symbol "GetPlayerPos"
    filterscripts\LSPD_GARAGE_TELEPORT.pwn(9) : warning 204: symbol is assigned a value that is never used: "PortTimer"
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    15 Errors.



    Ich danke euch schon im vorraus :)


    Liebe Grüße
    Mafiathne


    [GELÖST] ;)

    Hi,
    SUFU benutzen bitte in zukunft!


    Hier in 10sek in der Suche gefunden:



    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;
    }

    *lach*
    Du willst hier informationen holen über das selbständigmachen von einer Plattenfirma?
    Soll das ein Scherz sein?


    Das ist ein Spiele-Community und kein Partner von Dieter Bohlen GMBH^^


    Also da gebe ich dir den Rat dir das gut zu überlegen, aber mit unter 100.000 € für Technik, Büro etc. brauchst da nicht rechnen. + 40.000 € Die du nochmal extra haben musst. $-/