Beiträge von luiluiboy014

    wenn ich es so mache wird kein fehler angezeigt


    ActorKE = CreateActor(256, 185.9129, -1826.3772, 6.9154, 90.0);
    if(IsValidActor(ActorKE))
    {
    SetActorVirtualWorld(ActorKE, 0);
    ApplyActorAnimation(ActorKE, "DANCING", "bd_clap", 4.0, 1, 0, 0, 1, 0);
    CreateDynamic3DTextLabel("Supporter",TEAM_Supporter,30.0,40.0,50.0,MAX_STREAM_NAME_DISTANCE,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,0,-1,-1,-1);

    }
    aber der label wird nicht im actor angezeigt was kann ich tuhen MFG

    GeTmyselfmade.pwn(5037) : warning 213: tag mismatch
    GeTmyselfmade.pwn(5039) : warning 213: tag mismatch
    GeTmyselfmade.pwn(5039) : warning 202: number of arguments does not match definition
    GeTmyselfmade.pwn(5040) : warning 213: tag mismatch
    GeTmyselfmade.pwn(5042) : warning 213: tag mismatch
    GeTmyselfmade.pwn(5043) : warning 213: tag mismatch

    Hey Leute ich braucht ich möchte bei den Actor 3DLabel drüber machen aber ich weiß nicht wo mein fehler liegt ich hoffe ihr könnt mir helfen MfG


    ActorKE = CreateActor(256, 185.9129, -1826.3772, 6.9154, 90.0);
    ActorKE = CreateDynamic3DTextLabel("Supporter",TEAM_Supporter,30.0,40.0,50.0,MAX_STREAM_NAME_DISTANCE,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,0,-1,-1,-1);
    Attach3DTextLabelToPlayer(ActorKE, 0.0, 0.0, 0.5);
    if(IsValidActor(ActorKE))
    {
    SetActorVirtualWorld(ActorKE, 0);
    ApplyActorAnimation(ActorKE, "DANCING", "bd_clap", 4.0, 1, 0, 0, 1, 0);

    }

    gabe ich es sei den habe hier was falsch gemacht


    Delete3DTextLabel(adminveh3Dtext[IsAAdminVeh(GetPlayerVehicleID(playerid))]);
    DeleteVehicle(adminmobile[IsAAdminVeh(GetPlayerVehicleID(playerid))]);
    adminmobile[IsAAdminVeh(GetPlayerVehicleID(playerid))] = -1;

    hey leute habe ein problem mit den label und zwar passiert es mall das ein anders auto auf einmal das selbe label hat woran kann das liegen MfG



    adminveh3Dtext[a] = CreateDynamic3DTextLabel(string,SERVERFARBEHEX,x,y,z,25.0,INVALID_PLAYER_ID,adminmobile[a],1,GetPlayerVirtualWorld(playerid),0,-1,-1,-1);

    habe neues probelm



    public OnQueryError(errorid,error[],callback[],query[],connectionHandle)
    {
    new string[900];
    format(string,sizeof(string),"errorid=%i,error=%s,query=%s",errorid,error,query);
    Log("mysql",string);
    //if(errorid == 1054) CreateTables();
    return 1;
    }


    \Server\gamemodes\GeTmyselfmade.pwn(66357 -- 66358) : error 076: syntax error in the expression, or invalid function call



    [list=1][*]public LoadAccountBankSafe(playerid)
    [*]{
    [*] new rows,fields,result[30],query[128];
    [*] cache_get_row_count(rows,fields);
    [*] cache_get_field_count(rows,fields);
    [*] if(rows)
    [*] {
    [*] cache_get_value_name(0,"safetresor",result); Spieler[playerid][pBankSafeSafe] = strval(result); strdel(result,0,sizeof(result));
    [*] cache_get_value_name(0,"ganja",result); Spieler[playerid][pBankSafeGanja] = strval(result); strdel(result,0,sizeof(result));
    [*] cache_get_value_name(0,"kokain",result); Spieler[playerid][pBankSafeKokain] = strval(result); strdel(result,0,sizeof(result));
    [*] cache_get_value_name(0,"opium",result); Spieler[playerid][pBankSafeOpium] = strval(result); strdel(result,0,sizeof(result));
    [*] cache_get_value_name(0,"materials",result); Spieler[playerid][pBankSafeMaterials] = strval(result); strdel(result,0,sizeof(result));
    [*] cache_get_value_name(0,"c4",result); Spieler[playerid][pBankSafeC4] = strval(result); strdel(result,0,sizeof(result));
    [*] }
    [*] else
    [*] {
    [*] mysql_format(MySqlConnection,query,sizeof(query),"INSERT INTO "#SERVERTAG"_account_banksafe (Name) VALUES ('%s')",SpielerName(playerid));
    [*] mysql_query_file(MySqlConnection,query,false,"","");
    [*] }
    [*] return 1;
    [*]}
    [/list]



    \Server\gamemodes\GeTmyselfmade.pwn(66219 -- 66239) : error 025: function heading differs from prototype

    hey Leute brauche bissen hilfe wolte mysql 41 updaten un bekomme sehr viele Errord und warning hoffe ihr könnt mir helfen



    cache_get_data(rows,fields);
    if(rows)
    {
    cache_get_field_content(0,"Tutorial",result); Spieler[playerid][pViewTutorial] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Admin",result); Spieler[playerid][pAdmin] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Verwarnungen",result); Spieler[playerid][pWarns] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"FLeaderRechte",result); Spieler[playerid][pLeader] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Fraktion",result); Spieler[playerid][pFraktion] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"FraktionsRang",result); Spieler[playerid][pFraktRang] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"FraktionsSperre",result); Spieler[playerid][pFraktionSperre] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"FraktionsGehalt",result); Spieler[playerid][pFraktionsGehalt] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Job",result); Spieler[playerid][pJob] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"JobWarns",result); Spieler[playerid][JobWarns] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"JobSperre",result); Spieler[playerid][pJobSperre] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"ArbeitslosenGeld",result); Spieler[playerid][pWorkLess] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Geschlecht",result); Spieler[playerid][pSex] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"SpielerAlter",result); Spieler[playerid][pYearsOld] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Level",result); SetPlayerLevel(playerid,strval(result)); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Geld",result); ACMoney(playerid,strval(result)); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"GWD",result); Spieler[playerid][pGrundwehrdienst] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Zivinote",result); Spieler[playerid][pZiviNote] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"FAbteilung",result); Spieler[playerid][pFraktABTInvite] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Bankguthaben",result); Spieler[playerid][pBank] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"BankPin",result); Spieler[playerid][pBankPin] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"WantedSterne",result); SetPlayerWantedLevel(playerid,strval(result)); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"WantedPunkte",result); Spieler[playerid][pWantedPoints] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Suspects",result); Spieler[playerid][pSuspectPoints] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Wanted_Grund1",result); strmid(pWantedReason1[playerid],result,0,strlen(result),64); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Wanted_Grund2",result); strmid(pWantedReason2[playerid],result,0,strlen(result),64); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Wanted_Grund3",result); strmid(pWantedReason3[playerid],result,0,strlen(result),64); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Wanted_Grund4",result); strmid(pWantedReason4[playerid],result,0,strlen(result),64); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Wanted_Grund5",result); strmid(pWantedReason5[playerid],result,0,strlen(result),64); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Crimes",result); Spieler[playerid][pLastSuspects] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"STVOcrimes",result); Spieler[playerid][pSTVOpoints] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"KampfStyle",result); SetPlayerFightingStyle(playerid,strval(result)); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Handy",result); Spieler[playerid][pHandy] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Handycoins",result); Spieler[playerid][pHandyCoins] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"HandyStatus",result); Spieler[playerid][pHandystate] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"HandyAkku",result); Spieler[playerid][pHandyakku] = floatstr(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"HandyNummer",result); Spieler[playerid][pPhonenumber] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Handyflat",result); Spieler[playerid][pHandyFlat] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Handyflatbuyinbiz",result); Spieler[playerid][pHandyBuyByBiz] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Letzte_X",result); Spieler[playerid][LastInGamePos_x] = floatstr(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Letzte_Y",result); Spieler[playerid][LastInGamePos_y] = floatstr(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Letzte_Z",result); Spieler[playerid][LastInGamePos_z] = floatstr(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Letzte_Interior",result); Spieler[playerid][LastInGamePos_int] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Letzte_VirtualWorld",result); Spieler[playerid][LastInGamePos_world] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"pSelectHome",result); Spieler[playerid][pSelectHome] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"HausMieter",result); Spieler[playerid][pRentHome] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Spawn",result); Spieler[playerid][pSpawn] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Hotel",result); Spieler[playerid][pHotel] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Tod",result); Spieler[playerid][pDeath] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Tot_X",result); Spieler[playerid][tot_x] = floatstr(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Tot_Y",result); Spieler[playerid][tot_y] = floatstr(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Tot_Z",result); Spieler[playerid][tot_z] = floatstr(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Tot_Interior",result); Spieler[playerid][tot_int] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Tot_VirtualWorld",result); Spieler[playerid][tot_world] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"TotZeit",result); Spieler[playerid][pDeathTime] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Friedhof",result); Spieler[playerid][pFriedhof] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"FriedhofZeit",result); Spieler[playerid][pFriedhofTime] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"ImKnast",result); Spieler[playerid][pJailed] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"KnastZeit",result); Spieler[playerid][pJailTime] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"KnastKaution",result); Spieler[playerid][pKaution] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Muted",result); Spieler[playerid][pMuted] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"MuteZeit",result); Spieler[playerid][pMuteTime] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"ImPrison",result); Spieler[playerid][pInPrison] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"PrisonCPRun",result); Spieler[playerid][pPrisonCPsgelaufen] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"PrisonCPGive",result); Spieler[playerid][pPrisonCPsgegeben] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Morde",result); Spieler[playerid][pMorde] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Tode",result); Spieler[playerid][pTode] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"SkinID",result); Spieler[playerid][pSkin] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"FraktionSkinID",result); Spieler[playerid][pFraktSkin] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"PaintBallKills",result); Spieler[playerid][pPBKills] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"PaintBallTode",result); Spieler[playerid][pPBDeaths] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"PaintBallRang",result); Spieler[playerid][pPBRang] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"PaintBallBesuche",result); Spieler[playerid][pPBVisits] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"AngenommeneReports",result); Spieler[playerid][Reports] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"KopfGeld",result); Spieler[playerid][pHeadMoney] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"pWantedDeaths",result); Spieler[playerid][pWantedDeaths] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"pBuyTickets",result); Spieler[playerid][pBuyTickets] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"pJailedCount",result); Spieler[playerid][pJailedCount] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Bankkonto",result); Spieler[playerid][pBankkonto] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"pArmyPlaneOrder",result); Spieler[playerid][pArmyPlaneOrder] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"pArmyHeliOrder",result); Spieler[playerid][pArmyHeliOrder] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"pArmyWaffenOrder",result); Spieler[playerid][pArmyWaffenOrder] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"LevelUPKosten",result); Spieler[playerid][pLevelKosten] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"RespectForLevelUp",result); Spieler[playerid][pRespektToLevelUp] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"RespectFromPayday",result); Spieler[playerid][pRespektFromPayday] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"TimeAfterRegister",result); Spieler[playerid][pTimeAfterRegister] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Time4Payday",result); Spieler[playerid][pMinutesAfterPayday] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"TimeoutCrashExeorKick",result); Spieler[playerid][pAntiOfflineFlucht] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"HabGeworben",result); Spieler[playerid][HatGeworben] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"pPremium",result); Spieler[playerid][pPremium] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"GeworbenerSpieler",result); strmid(Spieler[playerid][GeworbenPlaya],result,0,strlen(result),24);strdel(result,0,sizeof(result));
    cache_get_field_content(0,"pScheinSperre",result); Spieler[playerid][pScheinSperre] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"DigiHud",result); Spieler[playerid][DigiHud] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Bonus",result); Spieler[playerid][pStartbonus] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"pOrgLeader",result); Spieler[playerid][pOrgLeader] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"pOrgMember",result); Spieler[playerid][pOrgMember] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"pLohn",result); Spieler[playerid][pLohn] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"WaitPerso",result); Spieler[playerid][WaitPerso] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"pMarried",result); strmid(Spieler[playerid][pMarried],result,0,strlen(result),sizeof(result));strdel(result,0,sizeof(result));
    cache_get_field_content(0,"pBuyClothes",result); Spieler[playerid][pBuyClothes] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"pTsIdent",result); strmid(Spieler[playerid][pTsIdent],result,0,strlen(result),24); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"pIll",result); Spieler[playerid][pIll] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"pConterminatedTime",result); Spieler[playerid][pConterminatedTime] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"pBitchSkill",result); Spieler[playerid][pBitchSkill] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"pBitchFuckCount",result); Spieler[playerid][pBitchFuckCount] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"pMedicHealplayerSkill",result); Spieler[playerid][pMedicHealplayerSkill] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"pMedicHealCount",result); Spieler[playerid][pMedicHealCount] = strval(result); strdel(result,0,sizeof(result));
    cache_get_field_content(0,"Geburtstag",result); format(Spieler[playerid][pGeburtstag], 11, result); strdel(result,0,sizeof(result));



    /Server\gamemodes\GeTmyselfmade.pwn(65726) : error 017: undefined symbol "cache_get_data"
    /Server\gamemodes\GeTmyselfmade.pwn(65729) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65730) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65731) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65732) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65733) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65734) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65735) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65736) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65737) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65738) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65739) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65740) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65741) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65742) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65743) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65744) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65745) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65746) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65747) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65748) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65749) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65750) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65751) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65752) : error 017: undefined symbol "cache_get_field_content"
    /Server\gamemodes\GeTmyselfmade.pwn(65753) : error 017: undefined symbol "cache_get_field_content"

    Bitte um euer hilfe MfG Lui

    also die beiden input mit derBlid laufzeit und speicherpletz möchte ich gerne ändern in rangslider
    und so sehen die grade alle aus mit den variabeln alle und nur die beiden mit den laufzeiten und speicherplatz möchte ich in rangslide haben hier ist der code
    Quellcode
    Quellcode bearbeiten

    • <input type="hidden" name="memberid" value="<?php echo $GLOBALS['$panelmemberid']; ?>"/>
    • <?php echo"
    • <div style='width:100%; text-align:center;' align='center'>
    • <div class='content2_box0' style='margin-top:5px;'><input type='text' name='servername' value='' placeholder='".LoadLang('#SERVERNAME#')."' onkeydown='reCalc1(this.form);' class='form-control'/></div>
    • </div>"; ?>
    • <div style='width:100%; text-align:center;' align='center'>
    • <div class='content2_box0'>
    • <select class="form-control" name="servertime" onChange="reCalc1(this.form);">
    • <option value="0|0|0" selected="selected" /><?php echo LoadLang('#SELECTRUNTIME#'); ?></option><?php
    • $a = mysql_query("select * from ".$GLOBALS['$prefix']."musicbot_prepaid_days ORDER by id ASC");
    • $i = 0;
    • while($b = mysql_fetch_array($a)){
    • extract($b); ?>
    • <option value="<?php echo "$id|$pdays|$pdiscount"; ?>" /><?php echo "$pdays ".LoadLang('#DAYS#').""; if($pdiscount != '0'){echo " [-".round($pdiscount, 2)." %]";} ?></option>
    • <?php }?>
    • </select>
    • <?php echo"</div></div>
    • <div style='width:100%; text-align:center; margin-top:5px;' align='center'>
    • <div class='content2_box0' style='margin-top:5px;'>"; ?>
    • <select class="form-control" name="servermem" onChange="reCalc1(this.form);">
    • <option value="0|0|0" selected="selected" /><?php echo LoadLang('#SELECTSPACE#'); ?></option><?php
    • $mema = mysql_query("select * from ".$GLOBALS['$prefix']."musicbot_prepaid_mem ORDER by id ASC");
    • $i = 0;
    • while($memb = mysql_fetch_array($mema)){
    • extract($memb);
    • echo '<option value="'.$id.'|'.$pmem.'|'.$pcoast.'" />'; echo "$pmem MB"; if($pcoast != '0'){echo " [".round($pcoast, 2)." EUR/".LoadLang('#DAY#')."]";} echo'</option>';
    • } ?>
    • </select>
    • </div></div>
    • </div>

    hey leute ich hofe ihr könnt mir helfen ich versuche die ganse zeit das hier mit dem hier an zupassen ich hoffe ihr könnt mir helfen


    https://jqueryui.com/slider/#rangemax
    mit dem hier angepast bekomme
    <select class="form-control" name="servertime" onChange="reCalc1(this.form);">


    <option value="0|0|0" selected="selected" /><?php echo
    LoadLang('#SELECTRUNTIME#'); ?></option><?php
    $a = mysql_query("select * from ".$GLOBALS['$prefix']."musicbot_prepaid_days ORDER by id ASC");
    $i = 0;
    while($b = mysql_fetch_array($a)){
    extract($b); ?>


    <option value="<?php echo "$id|$pdays|$pdiscount"; ?>"
    /><?php echo "$pdays ".LoadLang('#DAYS#').""; if($pdiscount !=
    '0'){echo " [-".round($pdiscount, 2)." %]";} ?></option>
    <?php }?>
    </select>


    Ich were Breit 20 Euro über Paypal Zu zahlen wer mir das Zeigt und anpassen tut


    hoffe du kanst da helfen Mfg luilui