Beiträge von Anonymous143

    hi ich habe grad ein ocmd ban gemacht ...


    so nun möchte ich gerne dass wenn man banned wird ein sound dazu abgespielt wird ..
    ich habe gegooglet und halt nur PlayerPlaySound(playerid, 1130, 0.0, 0.0, 10.0);


    gefunden ...


    mit den IDs komm ich nich wirklich zurecht und wie geht denn das ?


    if(GetPVarInt(playerid,"Banned")==1)
    {
    SendClientMessage(playerid,HELLROT,"Du wurdest gebannt.");
    Kick(playerid);
    }


    dann müsste ja das playerplaysound oderso zwischen der meldung und dem kick kommen oder ?

    also ich find das hört sich nich schlecht an .. es ist mal was anderes ... nur musst du dir im klaren sein dass du die missionen immer erweitern musst weil irgendwann is man mit den missionen durch und was dann ? ^^

    also wenn ich dann ein showme mach geht das dann ungefähr so ?


    if(strcmp(cmdtext,"/showme",true)==0)
    {
    if(isPlayerAnAdmin(playerid,2))
    {


    ShowPlayerMarkers(1 oderso?);
    return 1;


    }


    /edit hat sowas noch nie gemacht :>

    hey brotfische ..


    ich habe mich an ein selfmase gesetzt und komme nicht weiter ...


    im standart script sind ja die namen farbig .. das würde ich gerne ändern so dass die weiss sind ich find da aber nichts :(


    dann würd ich gern wissen wie gehts nochmal dass man die punkte der jeweiligen spieler auf der minimap entfernt ?


    mfg

    hi brotfische undzwar hab ich ein problem ich erstelle grade ein login/register system und bekomme die meldungen hier:


    C:\Users\WhoRainZone\Desktop\samp03dsvr_R2_win32\gamemodes\selfmade2.pwn(292) : error 017: undefined symbol "kick"
    C:\Users\WhoRainZone\Desktop\samp03dsvr_R2_win32\gamemodes\selfmade2.pwn(297) : error 017: undefined symbol "imputtext"
    C:\Users\WhoRainZone\Desktop\samp03dsvr_R2_win32\gamemodes\selfmade2.pwn(325) : error 017: undefined symbol "dini_set"
    Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase



    3 Errors.



    public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
    {
    if(dialogid==DIALOG_REGISTER)
    {
    if(response==0)
    {
    SendClientMessage(playerid,BLAU,"Du hast die Registration abgebrochen.");
    kick(playerid);
    return 1;
    }
    if(response==1)
    {
    if(!strlen(imputtext))
    {
    SendClientMessage(playerid,BLAU,"Das Passwort ist zu kurz.");
    ShowPlayerDialog(playerid,DIALOG_REGISTER,DIALOG_STYLE_INPUT,"Registrieren","Gib bitte dein gewünschtes Passwort ein.","Registrieren","Abbrechen");
    return 1;
    }

    hm gleich nachm etpacken ohne was zu bearbeiten


    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\pawno\include\M_Bot.inc(165) : error 017: undefined symbol "IsAnAdmin"
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(2604) : error 017: undefined symbol "IsPlayerInFrac"
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(3985) : error 017: undefined symbol "SetPlayerToKnast"
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(4367) : error 004: function "ClearBlack" is not implemented
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(5278) : error 004: function "GetDistanceToClosestInside" is not implemented
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(5286) : error 017: undefined symbol "GetClosestInsideID"
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(5298) : error 004: function "GetDistanceToClosestOutside" is not implemented
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(5300) : error 017: undefined symbol "GetClosestOutsideID"
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(5874) : error 004: function "IsAtATM" is not implemented
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(5888) : error 004: function "IsAtEatATM" is not implemented
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(5933) : error 017: undefined symbol "pn"
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(5934) : error 017: undefined symbol "pn"
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(5935) : error 004: function "ProxDetector" is not implemented
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(5951) : error 017: undefined symbol "pn"
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(5952) : error 017: undefined symbol "pn"
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(5953) : error 004: function "ProxDetector" is not implemented
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(5968) : error 017: undefined symbol "pn"
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(5969) : error 017: undefined symbol "pn"
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(5970) : error 004: function "ProxDetector" is not implemented
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(6203) : error 017: undefined symbol "SetPos"
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(6207) : error 017: undefined symbol "SetPos"
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(8678) : error 004: function "IsANoTachoVeh" is not implemented
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(8800) : error 004: function "CrimInRange" is not implemented
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(9031) : error 017: undefined symbol "IsPlayerInFrac"
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(9036) : error 017: undefined symbol "IsPlayerInFrac"
    C:\Users\WhoRainZone\Downloads\Los Angeles Reallife v4.9.1\Los Angeles Reallife v4.9.1\gamemodes\LARP.pwn(9206) : error 017: undefined symbol "IsPlayerInFrac"


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



    26 Errors.



    ?? :s