Bot connecten auf homeserver nicht

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
  • Hi habe 2 Bots erstellt es kommt wenn ich server starte aber immer


    [23:33:30] Incoming connection: 127.0.0.1:59596
    [23:33:30] Incoming connection: 127.0.0.1:59597


    aber kein NPC Joint..



    ConnectNPC("Bot1","Bot1");
    ConnectNPC("Bot2","Bot2");



    if(IsPlayerNPC(playerid))
    {
    new botname[MAX_PLAYER_NAME];
    GetPlayerName(playerid, botname, sizeof(botname));
    if(!strcmp(botname, "Bot1", true))
    {
    SetPVarInt(playerid,"Eingeloggt",1);
    }
    if(!strcmp(botname, "Bot2", true))
    {
    SetPVarInt(playerid,"Eingeloggt",1);
    }
    }



    if(IsPlayerNPC(playerid))
    {
    new botname[MAX_PLAYER_NAME];
    GetPlayerName(playerid, botname, sizeof(botname));
    if(!strcmp(botname, "Bot1", true))
    {
    LoopingAnim(playerid,"SMOKING", "M_smklean_loop", 4.0, 1, 0, 0, 0, 0);
    }
    if(!strcmp(botname, "Bot2", true))
    {
    LoopingAnim(playerid,"SMOKING", "M_smklean_loop", 4.0, 1, 0, 0, 0, 0);
    }
    }