Beiträge von xxWolloWxx

    [23:14:04] [npc:join] PilotLS has joined the server (5:127.0.0.1)
    [23:14:04] NPC: Connection from 127.0.0.1 is allowed.
    [23:14:07] [junkbuster] Executing JunkBuster Chrome for player 'PilotLS'.
    [23:14:07] [npc:part] PilotLS has left the server (0:2)


    Hat sich nicht wirklich was verändert :/


    PAWNO compiled zumindest ohne Warning oder Errors :)


    Mfg

    if(IsPlayerNPC(playerid))
    {
    new botname[MAX_PLAYER_NAME];
    GetPlayerName(playerid, botname, sizeof(botname));
    if(!strcmp(botname, "NAME_DES_BOTS", true))
    {
    PlayerInfo[playerid][pChar] = 255;
    SetPlayerSkin(playerid, 255);
    }
    }


    Wäre so korrekt, oder nicht? Bin nicht der hellste im scripten 8|

    Hallo Ihr Lieben!


    Ich habe ein kleines Problem mit dem Junkbuster Filterscript.


    Wenn ich versuche gl_npcs als Filterscript zu laden, connecten die NPcs zwar, nur etwa 5 Sekunden später, disconnecten sie mittels Junkbuster Chrome.


    Kann mir jemand helfen?

    Kurze Frage.... Kann mir jemand erklären, warum der Junkbuster Chrome sich einhängt, wenn ich NPCs connecten lassen will? in der CMD conntecten die Bots, kurz darauf kommt folgendes:


    [12:10:18] Incoming connection: 127.0.0.1:49443
    [12:10:18] Incoming connection: 127.0.0.1:49442
    [12:10:18] Incoming connection: 127.0.0.1:49440
    [12:10:18] Incoming connection: 127.0.0.1:49441
    [12:10:18] Incoming connection: 127.0.0.1:49439
    [12:10:18] Incoming connection: 127.0.0.1:49437
    [12:10:18] [npc:join] PilotLS has joined the server (2:127.0.0.1)
    [12:10:18] NPC: Connection from 127.0.0.1 is allowed.
    [12:10:18] [npc:join] TrainDriverLV has joined the server (1:127.0.0.1)
    [12:10:18] NPC: Connection from 127.0.0.1 is allowed.
    [12:10:18] [npc:join] TrainDriverSF has joined the server (3:127.0.0.1)
    [12:10:18] NPC: Connection from 127.0.0.1 is allowed.
    [12:10:18] [npc:join] PilotSF has joined the server (4:127.0.0.1)
    [12:10:18] NPC: Connection from 127.0.0.1 is allowed.
    [12:10:18] [npc:join] PilotLV has joined the server (5:127.0.0.1)
    [12:10:18] NPC: Connection from 127.0.0.1 is allowed.
    [12:10:18] [npc:join] TrainDriverLS has joined the server (6:127.0.0.1)
    [12:10:18] NPC: Connection from 127.0.0.1 is allowed.
    [12:10:21] [junkbuster] Executing JunkBuster Chrome for player 'PilotLS'.
    [12:10:21] [npc:part] PilotLS has left the server (2:2)
    [12:10:21] [junkbuster] Executing JunkBuster Chrome for player 'TrainDriverLV'.
    [12:10:21] [npc:part] TrainDriverLV has left the server (1:2)
    [12:10:21] [junkbuster] Executing JunkBuster Chrome for player 'TrainDriverSF'.
    [12:10:21] [npc:part] TrainDriverSF has left the server (3:2)
    [12:10:21] [junkbuster] Executing JunkBuster Chrome for player 'PilotSF'.
    [12:10:21] [npc:part] PilotSF has left the server (4:2)
    [12:10:21] [junkbuster] Executing JunkBuster Chrome for player 'PilotLV'.
    [12:10:22] [npc:part] PilotLV has left the server (5:2)
    [12:10:22] [junkbuster] Executing JunkBuster Chrome for player 'TrainDriverLS'.
    [12:10:22] [npc:part] TrainDriverLS has left the server (6:2)



    Danke im vorraus :)

    Hallo... Ich habe seit gestern dieses SCript auf meinem Server laufen.


    Habe hierzu folgende Frage:


    Fraktionsautos, insbesondere des LSPD's, sind ziemlich mager...
    Wie füg ich da neue ein? mit diesem Dynamic Car filterscript? Steig da grad nicht so wirklich durch...


    Habe seit gestern wieder richtig lust auf SAMP, und dieses Script ist mega ! :)