|Fehler| Admin ...

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
  • Hallo liebe Breadfish-Community,
    ich wollte heute mal fragen ob ihr mir hier helfen könnt.


    if(strcmp(cmd, "/Adminonduty", true) == 0)
    {
    if(PlayerInfo[playerid][pAdmin] >= 3)
    {
    GetPlayerName(playerid, name, sizeof(name));
    SetPlayerHealth(playerid,200.0);
    SetPlayerArmour(playerid,20000.0);
    SendClientMessageToAll(COLOR_RED, "* Admin %s ist als Admin im Dienst und nimmt daher nicht am Spiel teil!", name);
    }
    return 1;
    }


    if(strcmp(cmd, "/Adminoffduty", true) == 0)
    {
    if(PlayerInfo[playerid][pAdmin] >= 3)
    {
    SetPlayerHealth(playerid,100.0);
    SetPlayerArmour(playerid,100.0);
    SendClientMessageToAll(COLOR_RED,"* Admin %s ist nicht mehr im Dienst und nimmt daher am Spiel teil!", name);


    }
    return 1;
    }


    dann wen ich in-game /adminonduty mache geht mein Server einfach aus 8|
    Was soll ich machen?
    Ich hoffe mir kann jemand helfen
    MFG RaZzer683

  • hi,



    fehlt da fehlt doch noch n paar news, meiner meinung nach..


    if(strcmp(cmd, "/Adminonduty", true) == 0)
    {
    if(PlayerInfo[playerid][pAdmin] >= 3)
    {
    new name[MAX_PLAYER_NAME], string[48];
    GetPlayerName(playerid, name, sizeof(name));
    SetPlayerHealth(playerid,200.0);
    SetPlayerArmour(playerid,20000.0);
    SendClientMessageToAll(COLOR_RED, "* Admin %s ist als Admin im Dienst und nimmt daher nicht am Spiel teil!", name);
    }
    return 1;
    }


    if(strcmp(cmd, "/Adminoffduty", true) == 0)
    {
    if(PlayerInfo[playerid][pAdmin] >= 3)
    {
    new name[MAX_PLAYER_NAME], string[48];
    GetPlayerName(playerid, name, sizeof(name));
    SetPlayerHealth(playerid,100.0);
    SetPlayerArmour(playerid,100.0);
    SendClientMessageToAll(COLOR_RED,"* Admin %s ist nicht mehr im Dienst und nimmt daher am Spiel teil!", name);


    }
    return 1;
    }

  • Bekommst du beim Compilen einen Error?
    Benutzt du ein Admin Filterscript?

  • -xt5: I have no text inserted here yet. Text6: I have no text inserted here yet. Text7: I have no text inserted here ye
    [16:48:57] Paper:3 Used: 0 Maker:0


    Title: No Title. Text1: I have no text inserted here yet. Text2: I have no text inserted here yet. Text3: I have no text inserted here yet. Text4: I have no text inserted here yet. Text5: I have no text inserted here yet. Text6: I have no text inserted here yet. Text7: I have no text inserted here ye
    [16:48:57] Paper:4 Used: 0 Maker:No-one. Title: No Title. Text1: I have no text inserted here yet. Text2: I have no text inserted here yet. Text3: I have no text inserted here yet. Text4: I have no text inserted here yet. Text5: I have no text inserted here yet. Text6: I have no text inserted here yet. Text7: I have no text inserted here ye
    [16:48:57] Paper:5 Used: 0 Maker:0


    Title: No Title. Text1: I have no text inserted here yet. Text2: I have no text inserted here yet. Text3: I have no text inserted here yet. Text4: I have no text inserted here yet. Text5: I have no text inserted here yet. Text6: I have no text inserted here yet. Text7: I have no text inserted here ye
    [16:48:57] Paper:6 Used: 0 Maker:No-one. Title: No Title. Text1: I have no text inserted here yet. Text2: I have no text inserted here yet. Text3: I have no text inserted here yet. Text4: I have no text inserted here yet. Text5: I have no text inserted here yet. Text6: I have no text inserted here yet. Text7: I have no text inserted here ye
    [16:48:57] Paper:7 Used: 0 Maker:0


    Title: No Title. Text1: I have no text inserted here yet. Text2: I have no text inserted here yet. Text3: I have no text inserted here yet. Text4: I have no text inserted here yet. Text5: I have no text inserted here yet. Text6: I have no text inserted here yet. Text7: I have no text inserted here ye
    [16:48:57] Paper:8 Used: 0 Maker:No-one. Title: No Title. Text1: I have no text inserted here yet. Text2: I have no text inserted here yet. Text3: I have no text inserted here yet. Text4: I have no text inserted here yet. Text5: I have no text inserted here yet. Text6: I have no text inserted here yet. Text7: I have no text inserted here ye
    [16:48:57] Paper:9 Used: 0 Maker:0


    Title: No Title. Text1: I have no text inserted here yet. Text2: I have no text inserted here yet. Text3: I have no text inserted here yet. Text4: I have no text inserted here yet. Text5: I have no text inserted here yet. Text6: I have no text inserted here yet. Text7: I have no text inserted here ye
    [16:48:57] EnableTirePopping() function is removed.
    [16:48:57] Warning: EnableZoneNames() is removed since 0.3
    [16:48:57] Pickups Max = 100, Current Pickups = 80
    [16:48:57] Reading File: blank
    [16:48:57] Reading File: properties/houses.txt
    [16:48:57] Reading File: properties/businesses.txt
    [16:48:57] Reading File: properties/banks.txt
    [16:48:57] Reading File: properties/police.txt
    [16:48:57]
    [16:48:57]
    [16:48:57] German-Reallife
    [16:48:57] _____________________
    [16:48:57] Copyright By [GRG]
    [16:48:57]
    [16:48:57] Number of vehicle models: 49
    [16:49:23] Incoming connection: 127.0.0.1:62263
    [16:49:23] [join] _GhostRider_ has joined the server (0:127.0.0.1)
    [16:49:26] [part] _GhostRider_ has left the server (0:1)
    [16:49:56] Incoming connection: 127.0.0.1:61663
    [16:49:56] [join] SkiLLJoker has joined the server (0:127.0.0.1)
    [16:49:56] [chat] [SkiLLJoker]: _GhostRider_
    [16:50:00] SkiLLJoker has logged in.

  • hi,


    if(strcmp(cmd, "/Adminonduty", true) == 0)
    {
    if(PlayerInfo[playerid][pAdmin] >= 3)
    {
    new name[MAX_PLAYER_NAME], string[48];
    GetPlayerName(playerid, name, sizeof(name));
    SetPlayerHealth(playerid,200.0);
    SetPlayerArmour(playerid,20000.0);
    SendClientMessageToAll(COLOR_RED, "* Admin %s ist als Admin im Dienst und nimmt daher nicht am Spiel teil!", name);
    return 1;
    }
    }


    if(strcmp(cmd, "/Adminoffduty", true) == 0)
    {
    if(PlayerInfo[playerid][pAdmin] >= 3)
    {
    new name[MAX_PLAYER_NAME], string[48];
    GetPlayerName(playerid, name, sizeof(name));
    SetPlayerHealth(playerid,100.0);
    SetPlayerArmour(playerid,100.0);
    SendClientMessageToAll(COLOR_RED,"* Admin %s ist nicht mehr im Dienst und nimmt daher am Spiel teil!", name);
    return 1;
    }
    }


    so mal testen :/ hoffe das es so richtig ist...

  • SendClientMessageToAll(COLOR_RED,"* Admin %s ist nicht mehr im Dienst und nimmt daher am Spiel teil!", name);
    was soll das denn? :s


    format(string,sizeof(string),"* Admin %s ist nicht mehr im Dienst und nimmt daher am Spiel teil!", name);
    SendClientMessageToALl(COLOR_RED,string);

  • ich werde es testen ^^


    //edit:
    So wen ich /adminonduty mache bekomme ich zwar das leben und die armor aber
    die schrift kommt nicht!


    Und wen ich /adminoffduty mache kommt auch keine schrift und der Server schmirt ab


    :wacko:
    kann mir das einer per teamviewer machen?

    2 Mal editiert, zuletzt von Purex ()

  • Hier...


    außerdem brauchst du für SetPlayerHealth kein Float Wert...


    SetPlayerArmour(playerid,20000.0);


    if(strcmp(cmd, "/Adminonduty", true) == 0)
    {
    if(PlayerInfo[playerid][pAdmin] >= 3)
    {
    new name[MAX_PLAYER_NAME], string[48];
    GetPlayerName(playerid, name, sizeof(name));
    SetPlayerHealth(playerid,200);
    SetPlayerArmour(playerid,20000);
    format(string,sizeof(string),"* Admin %s ist als Admin im Dienst und nimmt daher nicht am Spiel teil!", name);
    SendClientMessageToALl(COLOR_RED,string);
    return 1;
    }
    }


    if(strcmp(cmd, "/Adminoffduty", true) == 0)
    {
    if(PlayerInfo[playerid][pAdmin] >= 3)
    {
    new name[MAX_PLAYER_NAME], string[48];
    GetPlayerName(playerid, name, sizeof(name));
    SetPlayerHealth(playerid,100);
    SetPlayerArmour(playerid,100);
    format(string,sizeof(string),"* Admin %s ist nicht mehr im Dienst und nimmt daher am Spiel teil!", name);
    SendClientMessageToALl(COLOR_RED,string);
    return 1;
    }
    }

    [align=center]
    Mta Script Editor - Work in Progress