Bug und Frage

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
  • Guten Tag leute habe heute 2 sachen 1.



    1. Ich habe bug beim Bewar of zombie script. Und zwar werde immer id 0 beim rondom infitz.


    Ganze zeile:


    public Apo()
    {
    new count = 0;
    for(new i; i<MAX_PLAYERS; i++)
    {
    if(IsPlayerConnected(i))
    {
    count = count + 1;
    }
    }
    if(count <= 1)
    {
    SendClientMessageToAll(COLOR_RED,"We need at least 2 People to start !");
    SetTimer("Apo",infecttime,0);
    return 0;
    }
    new rand = random(count + 1);
    if(spawned[rand] == 1 && IsPlayerConnected(rand))
    {
    SetPlayerColor(rand,COLOR_RED);
    SendClientMessage(rand,COLOR_RED,"You turned into a zombie ! Try to infect all other players !");
    SetPlayerSkin(rand,162);
    ResetPlayerWeapons(rand);
    zombie[rand] = 1;
    SetPlayerHealth(rand,50);
    SetPlayerArmour(rand,0);
    return 1;
    }
    SetTimer("Apo",infecttime,0);
    return 1;


    }


    Frage 2:


    Könnte mir jemand ein Textdraw erstellen?



    So da Soll dann noch Level Stehen und


    Wie Mana zb auch Xp Leiste.


    Vielen Dank in voraus

  • Schon nur problem ;


    Zufällig werde immer ich [id] 0 Zombi ich weiß auch nit warum

    Einmal editiert, zuletzt von Frettchen ()

  • Schreibe mal:

    new count = 0;
    for(new i; i<MAX_PLAYERS; i++)
    {
    if(IsPlayerConnected(i))
    {
    count += 1;
    }
    }



    So sieht es schon besser aus ^^

    Kalcor: "... it makes the game look like it's not GTA. This mod is called San Andreas Multiplayer. It's not a custom game engine which you can script..."