Beiträge von Shane_Miller

    Hallo Community,


    Ja, wie die Überschrift schon heißt, Ich Suche einen Grafiker für Logos, Headers usw..


    Ja, ich bin Liam, bin 17 Jahre alt und komme aus Flensburg,
    Ich Spiele seit 5 Jahren SA:MP und hatte schon mehrere Projekte am laufen.
    Und jetzt suche ich einen Grafiker, da mein Grafiker nicht mehr mitmacht. Bzw. gekündigt hat.
    Ich biete diesen Grafiker sobald wenn möglich, einen Administrativen Adminplatz an, er enthält alle Rechte im TS, Samp, sowie auch im Forum.
    ________________________________


    Server:


    Wir haben ein Projekt am laufen, dass derzeit in einer closed Beta Phase befindet.
    Wir beheben alle Bugs usw. Der Server wird vorraussichtlich am 2.02 - 3.02 eröffnen.
    Wir sind eine nette Community und bestehen aus 2 ServerLeiter und 3 Supporter.


    Mit freundlichen Grüßen,

    ______
    Unverbindlicher Hinweis: Die Sicherheit einer Transaktion kann am besten durch die Einschaltung eines Mittelsmannes gewährleistet werden. Weitere Informationen dazu gibt es hier.


    (Falls ich es falsch gepostet habe, bitte verschieben.) Danke im vorraus.

    Diese ganzen Fehler:
    Sry, ich weiß nicht wo ich das rausfinden kann mit: R7 oder so..
    Ich weiß auch nicht wie man davon was erstellt..@excuse


    for(new i=0; i<maxhauses; i++)
    {
    format(query,sizeof(query),"SELECT * FROM haus WHERE id='%i'",i);
    mysql_query(query);
    mysql_store_result();
    if(mysql_num_rows()==1)
    {
    mysql_fetch_field_("besitzer",data);
    strmid(Hausplaces[i][besitzer],data,0,35,35);
    mysql_fetch_field("kosten",data);
    Hausplaces[i][kosten] = strval(data);
    mysql_fetch_field("interior",data);
    Hausplaces[i][inter] = strval(data);
    mysql_fetch_field("world",data);
    Hausplaces[i][world] = strval(data);
    mysql_fetch_field("haus_x",data);
    Hausplaces[i][haus_x] = floatstr(data);
    mysql_fetch_field("haus_y",data);
    Hausplaces[i][haus_y] = floatstr(data);
    mysql_fetch_field("haus_z",data);
    Hausplaces[i][haus_z] = floatstr(data);
    mysql_fetch_field("e_haus_x",data);
    Hausplaces[i][e_haus_x] = floatstr(data);
    mysql_fetch_field("e_haus_y",data);
    Hausplaces[i][e_haus_y] = floatstr(data);
    mysql_fetch_field_row("e_haus_z",data);
    Hausplaces[i][e_haus_z] = floatstr(data);
    mysql_fetch_field_row("player_spawn",data);
    Hausplaces[i][player_spawn] = strval(data);
    mysql_fetch_field_row("verschlossen",data);
    Hausplaces[i][verschlossen] = strval(data);
    mysql_fetch_field_row("miete",data);
    Hausplaces[i][miete] = strval(data);
    mysql_fetch_field_row("money",data);
    Hausplaces[i][money] = strval(data);
    mysql_fetch_field_row("heal",data);
    Hausplaces[i][heal] = strval(data);
    mysql_fetch_field_row("lmittel",data);
    Hausplaces[i][lmittel] = strval(data);
    mysql_fetch_field_row("beds",data);
    Hausplaces[i][beds] = strval(data);
    mysql_fetch_field_row("maxbeds",data);
    Hausplaces[i][maxbeds] = strval(data);
    mysql_fetch_field_row( "TRASH",data);
    Hausplaces[i][trash] = strval(data);
    mysql_fetch_field("hanf",data);
    Hausplaces[i][hanf] = strval(data);
    mysql_fetch_field("koks",data);
    Hausplaces[i][koks] = strval(data);
    mysql_fetch_field("lsd",data);
    Hausplaces[i][lsd] = strval(data);
    mysql_fetch_field("mats",data);
    Hausplaces[i][mats] = strval(data);
    mysql_free_result();
    Hausplaces[i][active] = 1;

    Hallo,


    Ich habe ein Script, mit MySQL.
    Doch sobald ich es Compiled habe, entsteht dort 26 Errors.
    Ich hoffe mir kann jemand helfen... :whistling:


    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(3947) : error 035: argument type mismatch (argument 1)
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(4372) : error 035: argument type mismatch (argument 1)
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(5488) : error 017: undefined symbol "mysql_init"
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(5489) : error 017: undefined symbol "mysql_init"
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(5490) : error 017: undefined symbol "mysql_init"
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(5491) : error 017: undefined symbol "mysql_init"
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(10468) : error 035: argument type mismatch (argument 1)
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(10484) : error 035: argument type mismatch (argument 1)
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(10486) : error 035: argument type mismatch (argument 1)
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(10488) : error 035: argument type mismatch (argument 1)
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(10490) : error 035: argument type mismatch (argument 1)
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(10492) : error 035: argument type mismatch (argument 1)
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(10494) : error 035: argument type mismatch (argument 1)
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(10496) : error 035: argument type mismatch (argument 1)
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(10498) : error 035: argument type mismatch (argument 1)
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(10500) : error 035: argument type mismatch (argument 1)
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(10502) : error 035: argument type mismatch (argument 1)
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(10504) : error 035: argument type mismatch (argument 1)
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(10506) : error 035: argument type mismatch (argument 1)
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(10508) : error 035: argument type mismatch (argument 1)
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(10510) : error 035: argument type mismatch (argument 1)
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(10512) : error 035: argument type mismatch (argument 1)
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(10514) : error 035: argument type mismatch (argument 1)
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(10516) : error 035: argument type mismatch (argument 1)
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(10518) : error 035: argument type mismatch (argument 1)
    C:\Users\Danii.Skiotpe\Desktop\Scriptz\gamemodes\pRP-Roleplay.pwn(10520) : error 035: argument type mismatch (argument 1)


    Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    26 Errors.


    Lg,
    Liam ( Danii)

    Hallo,
    Ich finde es auch billig, da die Serverwerbung zu kurz ist. Ihr saßt bestimmt ca 1-2 Stunden drann..
    Naja. Die Peinlichkeitsrate ist sehr hoch.


    Kommen wir zur Bewertung,


    Forum: 2/10 Für die Mühe + Für mich 08/15.
    Server: 0/10 Da der Support angenommen wurde. Ich wartete min. 5-9 Minuten, keiner hat es Angenommen.
    Werbung: 1/10 Für die Mühe.
    __________________________


    Total: 3/30 Punkten,
    SchulNote: 6
    Somit ist der Server durchgefallen.


    Lg, Liam.

    Hey, Ich glaube ich helfe dir mal, das mit dem Pawntext




    }


    else if(IsPlayerInRangeOfPoint(playerid,5.0,1045.25073, 2293.10962, 12.42060))


    {


    if(IsPlayerInFrac(playerid,24))


    {


    MoveDynamicObject(otor,1045.25073, 2293.10962, 12.42060-10,3.0);


    SetTimer("CloseOTOR", 5000, 0);


    PlaySoundForPlayer(playerid,1035);


    SetTimerEx("PlaySoundForPlayer",2000,0,"id",playerid,1036);


    SendClientMessage(playerid,COLOR_YELLOW,"Das Tor ist offen. Beeil dich es schließt in 5 Sekunden");


    }


    if(strcmp(cmd,"/otor", true) == 0)


    {


    if(IsPlayerInRangeOfPoint(playerid,5.0,1045.25073, 2293.10962, 12.42060))


    {


    if(IsPlayerInFrac(playerid,24))


    {


    MoveDynamicObject(otor,1045.25073, 2293.10962, 12.42060,3.0);


    SetTimer("CloseOTOR", 5000, 0);


    PlaySoundForPlayer(playerid,1035);


    SetTimerEx("PlaySoundForPlayer",2000,0,"id",playerid,1036);


    SendClientMessage(playerid,COLOR_YELLOW,"Das Tor ist offen. Beeil dich es schließt in 5 Sekunden");


    }


    else


    {


    SendClientMessage(playerid,COLOR_RED,"Du bist nicht befugt diesen Befehl zu benutzen.");
    }


    }
    return 1;
    }


    Function CloseOTOR()


    {


    MoveDynamicObject(otor,1045.25073, 2293.10962, 6.78083,3.0);


    return 1;

    Wenn man (Extra) Fehler im Skript einbaut, merkt man schon das Du "unreif" für die Sache, was Skripten angeht.
    Sowas machen nur kleine Kinder.


    Die User wollen sich etwas herunterladen, was auch FUNKTIONSTÜCHTIG ist.
    Nicht sowas, was Du hier Postest!


    Sry. Meine Meinung.

    Ich würde, dieses Skript gerne auf deinem Testserver Testen.
    Denn wie es sich anhört:

    Hi.
    Verkaufe ein DM Script.

    hört sich an, dass Du das Skript irgendwo her hast und willst es verschärbeln...
    (Nicht direkt gemeint).


    Ich würde dir empfehlen, eine neue Datenbank (Selfmade) zu erstellen.
    ES würde nichts bringen, wenn Du den von einem anderen nimmst.
    Bei ihm (dein Kollegen) kanns hinhauen, doch sobald er sie verschiebt sprich auf ein Flashback packt und auf einem anderem PC/Laptop entpackt, kann es kaputt gehen.
    Bzw. Datei ist beschädigt.




    Lieben Gruß,