Error MAX_PLAYERS

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
  • Hey ihr Liebe ich hoffe ihr könnt mir helfen, weill ich das Script compilen möchte kommt kurz die AMX, aber sobald die Errors auftauchen, ist sie wieder weg.
    Und es werden mir
    26 Errors Angezeigt, was ich nicht verstehe warum, steht ja alles sauber da.


    ERR.pwn(36) : error 037: invalid string (possibly non-terminated string)
    ERR.pwn(44) : error 017: undefined symbol "MAX_PLAYERS"
    ERR.pwn(44) : error 009: invalid array size (negative, zero or out of bounds)
    ERR.pwn(316) : error 017: undefined symbol "MAX_PLAYERS"
    ERR.pwn(316) : error 009: invalid array size (negative, zero or out of bounds)
    ERR.pwn(317) : error 017: undefined symbol "MAX_PLAYERS"
    ERR.pwn(321) : error 017: undefined symbol "MAX_PLAYERS"
    ERR.pwn(321) : error 009: invalid array size (negative, zero or out of bounds)
    ERR.pwn(338) : error 017: undefined symbol "MAX_PLAYERS"
    ERR.pwn(338) : error 009: invalid array size (negative, zero or out of bounds)
    ERR.pwn(368) : error 017: undefined symbol "MAX_PLAYERS"
    ERR.pwn(368) : error 009: invalid array size (negative, zero or out of bounds)
    ERR.pwn(373) : error 017: undefined symbol "MAX_PLAYERS"
    ERR.pwn(373) : error 009: invalid array size (negative, zero or out of bounds)
    ERR.pwn(378) : error 017: undefined symbol "MAX_PLAYERS"
    ERR.pwn(378) : error 009: invalid array size (negative, zero or out of bounds)
    ERR.pwn(379) : error 017: undefined symbol "MAX_PLAYERS"
    ERR.pwn(379) : error 009: invalid array size (negative, zero or out of bounds)
    ERR.pwn(382) : error 017: undefined symbol "MAX_PLAYERS"
    ERR.pwn(382) : error 009: invalid array size (negative, zero or out of bounds)
    ERR.pwn(383) : error 017: undefined symbol "MAX_PLAYERS"
    ERR.pwn(383) : error 009: invalid array size (negative, zero or out of bounds)
    (384) : error 017: undefined symbol "MAX_PLAYERS"
    (384) : error 009: invalid array size (negative, zero or out of bounds)
    (385) : error 017: undefined symbol "MAX_PLAYERS"
    .pwn(385) : error 009: invalid array size (negative, zero or out of bounds)


    Ich hoffe ihr könnt mir helfen

  • Ohne den Code (Script Ausschnitt), kann dir hier kaum jemand helfen. Wenn du lieber Fernwartung via TeamViewer o.ä. möchtest - solltest du dies erwähnen. Niemand kann dein Problem lösen, wenn er nicht mal einsehen kann - wo das Problem/der Fehler steckt. Bitte denk nächstes mal daran, den benötigten Code mit zu posten, damit es zu keiner erhöten Wartezeit deiner sowie unserer Seite gibt. Betreffende Zeilen: 36, 44, 316, 317, 321, 338, 368, 373, 379, 382, 383, 384, 385.


    Advertising has us chasing cars and clothes, working jobs we hate so we can buy shit we don’t need.
    – Tyler Durden


    Sobald Werbung im Spiel ist, bist du, die Nutzerin, der Nutzer, das Produkt.


  • Setz mal ganz oben ins Script unter den Includes:
    #if defined MAX_PLAYERS
    #undef MAX_PLAYERS
    #define MAX_PLAYERS 500


    Advertising has us chasing cars and clothes, working jobs we hate so we can buy shit we don’t need.
    – Tyler Durden


    Sobald Werbung im Spiel ist, bist du, die Nutzerin, der Nutzer, das Produkt.


  • jetzt kommen diese fehler

    Code
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR2.pwn(29259) : error 001: expected token: "#endif", but found "-end of file-"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR2.pwn(29259) : error 013: no entry point (no public functions)


    Und da ist das Script eigentlich zu Ende

  • Entschuldige, änder:
    #if defined MAX_PLAYERS
    #undef MAX_PLAYERS
    #define MAX_PLAYERS 500
    zu:
    #if defined MAX_PLAYERS
    #undef MAX_PLAYERS
    #define MAX_PLAYERS 500
    #endif


    Advertising has us chasing cars and clothes, working jobs we hate so we can buy shit we don’t need.
    – Tyler Durden


    Sobald Werbung im Spiel ist, bist du, die Nutzerin, der Nutzer, das Produkt.


  • Anstatt von einem Bild kopier doch einfach den Code und setz ihn hier ins Forum via PWN BB Code:

    Zitat

    Um den PWN BB Code anzuwenden, musst du lediglich vor dem Code Ausschnitt [pwn ] ohne Leertaste - und nach dem Code Ausschnitt [/pwn ] ohne Leertaste einfügen. Diese Funktion bietet Übersichtlichkeit, es werden Pawn Operatoren, Kommentare und sonstiges kenntlich gemacht. Dazu ist die Nichtbenutzung dieses BB Codes ein Defizit für eventuell erwartete Hilfe, die so unwahrscheinlicher gegeben wird. Zur Veranschaulichung, wie es ohne/mit PWN BB Code aussieht und die Verwendung verdeutlicht hier eine Grafik: » Klick mich «.


    Probieren geht über studieren, kompilier es doch einfach. Und ja so wäre es richtig - es geht auch tiefer o. höher, im blauen Bereich (Wort wörtlich gemeint).


    Advertising has us chasing cars and clothes, working jobs we hate so we can buy shit we don’t need.
    – Tyler Durden


    Sobald Werbung im Spiel ist, bist du, die Nutzerin, der Nutzer, das Produkt.


  • Diese fehler kommen bei mir jetzt
    main()
    {
    print(" ");
    print(" ");
    print(" ");
    print(" ");
    print(" ");
    print(" ");
    print("----------------------------------");
    print(" Reason Gaming");
    print(" Script");
    print("----------------------------------");
    print(" Preview Version - v2.0 Beta");
    print(" ");
    print(" ");
    print(" ");
    print(" ");
    print(" ");
    print(" ");
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(610) : error 017: undefined symbol "IsPlayerConnected"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(614) : error 017: undefined symbol "GetPlayerPos"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(615) : error 017: undefined symbol "GetPlayerPos"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(752) : error 017: undefined symbol "MAX_PLAYER_NAME"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(977) : error 017: undefined symbol "MAX_PLAYER_NAME"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1003) : error 017: undefined symbol "MAX_PLAYER_NAME"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1027) : error 017: undefined symbol "MAX_PLAYER_NAME"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1101) : error 017: undefined symbol "MAX_PLAYER_NAME"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1511) : error 017: undefined symbol "print"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1512) : error 017: undefined symbol "print"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1513) : error 017: undefined symbol "print"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1514) : error 017: undefined symbol "print"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1515) : error 017: undefined symbol "print"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1516) : error 017: undefined symbol "print"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1517) : error 017: undefined symbol "print"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1518) : error 017: undefined symbol "print"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1519) : error 017: undefined symbol "print"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1520) : error 017: undefined symbol "print"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1521) : error 017: undefined symbol "print"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1522) : error 017: undefined symbol "print"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1523) : error 017: undefined symbol "print"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1524) : error 017: undefined symbol "print"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1525) : error 017: undefined symbol "print"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1526) : error 017: undefined symbol "print"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1527) : error 017: undefined symbol "print"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1535) : error 017: undefined symbol "MAX_PLAYER_NAME"

  • Nun bemerke ich was, anhand des Bildschirmabzuges. Setz über alle Includes (#include NAME):
    #include <a_samp>

    Irgendwo ist da nen Klammerfehler, guck mal genau hin.


    Anstatt solche Urteile zu fällen, schau doch selbst mal genauer hin..


    Advertising has us chasing cars and clothes, working jobs we hate so we can buy shit we don’t need.
    – Tyler Durden


    Sobald Werbung im Spiel ist, bist du, die Nutzerin, der Nutzer, das Produkt.


  • Ok Geschafft, Riesen dank an Pablo
    Nun noch eins dann kann der Thread gelöscht werden



    Bei Nummer 12 kommen Errors
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1869) : error 017: undefined symbol "gTeam"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1869) : warning 215: expression has no effect
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1869) : error 001: expected token: ";", but found "]"
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1869) : error 029: invalid expression, assumed zero
    C:\Users\David\Desktop\Neuer Ordner\gamemodes\ERR3.pwn(1869) : fatal error 107: too many error messages on one line
    }//Targetid connected
    }
    if(Spectate[i] == 253)
    {
    TogglePlayerControllable(i, 1);
    TogglePlayerSpectating(i, 0);
    SetPlayerInterior(i,Unspec[i][sPint]);
    PlayerInfo[i][pInt] = Unspec[i][sPint];
    PlayerInfo[i][pLocal] = Unspec[i][sLocal];
    Unspec[i][sLocal] = 255;
    SetSpawnInfo(i, PlayerInfo[i][pTeam], PlayerInfo[i][pModel], Unspec[i][sPx], Unspec[i][sPy], Unspec[i][sPz]-1.0, 1.0, -1, -1, -1, -1, -1, -1);
    gTeam[i] = PlayerInfo[i][pTeam];
    SetPlayerToTeamColor(i);
    MedicBill[i] = 0;
    if(PlayerInfo[i][pDonateRank] > 0)
    {
    SetSpawnInfo(i, PlayerInfo[i][pTeam], PlayerInfo[i][pModel], Unspec[i][Coords][0], Unspec[i][Coords][1], Unspec[i][Coords][2], 10.0, -1, -1, -1, -1, -1, -1);
    SpawnPlayer(i);
    SetCameraBehindPlayer(i);


    /edit Einfügung
    /edit 2 Wegen dem edit


    2 Mal editiert, zuletzt von cr!z ()

  • @SoCLoN: Lies meinen Post, ich habe wahrscheinlich die Lösung für dein Problem gepostet.


    rEViDE: Na dann Entschuldigung meinerseits. Darüber habe ich nicht nachgedacht ;)


    Advertising has us chasing cars and clothes, working jobs we hate so we can buy shit we don’t need.
    – Tyler Durden


    Sobald Werbung im Spiel ist, bist du, die Nutzerin, der Nutzer, das Produkt.


  • Entweder du löscht die Zeile, die den Fehler auslöst:
    gTeam[i] = PlayerInfo[i][pTeam];
    Da dies aber zu weiteren Fehlern führen kann, erstell oben im Script bei anderen new's (new Name; o.ä.) die gTeam Variable:
    new gTeam[MAX_PLAYERS];
    Entschuldigung, das ich deinen Post mit dem Inhalt übersehen habe.


    Advertising has us chasing cars and clothes, working jobs we hate so we can buy shit we don’t need.
    – Tyler Durden


    Sobald Werbung im Spiel ist, bist du, die Nutzerin, der Nutzer, das Produkt.


  • Also Pablo
    Um es kurz zu sagen habe ich das Streetlife RP Script.


    Und wie du oben schon geschrieben hast, soll ich es zu den anderen news hinzufügen, doch es kommt ein fehler
    //------------------------------------------------------------------------------------------------------
    new Text3D:Label;
    new server_name;
    new server_names[MAX_SERVER_NAMES][] = {
    {"Extreme Reallife™ RP"},
    {"Extreme Reallife™ RP |Best RP|"},
    {"Extreme Reallife™ RP .:Live Your Dream Life... "},
    {"Extreme Reallife™ RP .:Live Your Second Life:. "}
    };
    new RandomMSG[][] =
    {
    "Server by www.streetliferp.de",
    "Besucht uns doch mal unter unseren TeamSpeak Server (IP: 85.214.128.192:2008)",
    "Unser GameMode ist zu 63 Prozent Fertig Also Meldet Bugs wenn ihr welche Findet!"
    };
    new Sperrebit[MAX_PLAYERS];
    new Sperre[MAX_PLAYERS][5];
    new whatever;
    new lcntor;
    new pimp;
    new bool:RequestingHelp[MAX_PLAYERS];
    new Text:Textdraw1;
    new Text:Textdraw2;


    // Gates
    new presidententor;
    new cnntor;
    new taxitor;
    new yakuzator;
    new lspdtor;
    new armytor;
    new bunker;
    new hitman;
    new lspdoor1;


    //Ping Kicker
    new gPing;
    new gPingWarnings[MAX_PLAYERS];
    new MAX_PING=900; //Maximaler Ping den ein Player haben darf.
    new MAX_PING_WARNINGS=5; //Wie oft er verwarnt wird nachdem er gekickt wird


    new Security = 0;
    new CreatedCars[100];
    new CreatedCar = 0;
    new Tax = 0;
    new TaxValue = 0;
    new Jackpot = 0;
    new StartingPaintballRound = 0;
    new AnnouncedPaintballRound = 0;
    new PaintballPlayers = 0;
    new PaintballRound = 0;
    new PaintballWinner = 999;
    new PaintballWinnerKills = 0;
    new StartingKartRound = 0;
    new EndingKartRound = 0;
    new AnnouncedKartRound = 0;
    new KartingPlayers = 0;
    new KartingRound = 0;
    new FirstKartWinner = 999;
    new SecondKartWinner = 999;
    new ThirdKartWinner = 999;
    new InRing = 0; // $$$$$$$$ $ $$
    new RoundStarted = 0; // $$ ° $$$$$$$$ $$
    new BoxDelay = 0; // $$$$$$$ $$$$$$ $$$$$ $$ $$$$ $ $$
    new Boxer1 = 255; // $$ $ $ $$ $ $ $ $$$$$$$$ $ $
    new Boxer2 = 255; // $$$$$$$$$$$ $$$$$$ $ $$ $$$$ $ $$ $ $ $
    new TBoxer = 255; // $ $$$$$$$$ $
    new PlayerBoxing[MAX_PLAYERS]; // $ $
    new hitfound = 0; // $
    new hitid = 999;
    new Medics = 0;
    new MedicCall = 999;
    new MedicCallTime[MAX_PLAYERS]; //$$____________________________________________________________________$$
    new Mechanics = 0; // $$___$$$$$$$_____________$$_____$$$$$$$$$$____________$$$$$$$$$$$$$___$$
    new MechanicCall = 999; // $$___$$__________________$$_____________$$____________$$______________$$
    new TaxiDrivers = 0; // $$___$$$$$$$__$$$$$$$_$$$$$$$$__________$$__$$$$$$$$__$$$$$$$$________$$
    new TaxiCall = 999; // $$___$$______$_____$$____$$_____$$______$$__$$____$$__$$______________$$
    new TaxiCallTime[MAX_PLAYERS];// $$___$$______$_____$$____$$_____$$______$$__$$____$$__$$______________$$
    new TaxiAccepted[MAX_PLAYERS];// $$___$$_______$$$$$$$____$$_____$$$$$$$$$$__$$$$$$$$__$$$$$$$$$$$$$___$$
    new BusDrivers = 0; // $$____________________________________________________________________$$
    new BusCall = 999;
    new BusCallTime[MAX_PLAYERS];
    new BusAccepted[MAX_PLAYERS];
    new TransportDuty[MAX_PLAYERS];
    new MechanicCallTime[MAX_PLAYERS];
    new TransportValue[MAX_PLAYERS];
    new TransportMoney[MAX_PLAYERS];
    new TransportTime[MAX_PLAYERS];
    new TransportCost[MAX_PLAYERS];
    new TransportDriver[MAX_PLAYERS];
    new JobDuty[MAX_PLAYERS];
    new RegistrationStep[MAX_PLAYERS];
    new MapIconsShown[MAX_PLAYERS];
    new OnCK[MAX_PLAYERS];
    new GettingCK[MAX_PLAYERS];
    new PlayerPaintballing[MAX_PLAYERS];
    new PlayerPaintballKills[MAX_PLAYERS];
    new PlayerKarting[MAX_PLAYERS];
    new PlayerInKart[MAX_PLAYERS];
    new SchoolSpawn[MAX_PLAYERS];
    new TakingLesson[MAX_PLAYERS];
    new UsedFind[MAX_PLAYERS];
    new PlayersChannel[MAX_PLAYERS];
    new PlayerOnMission[MAX_PLAYERS];
    new MissionCheckpoint[MAX_PLAYERS];
    new WatchingTV[MAX_PLAYERS];
    new NoFuel[MAX_PLAYERS];
    new MatsHolding[MAX_PLAYERS];
    new DivorceOffer[MAX_PLAYERS];
    new MarriageCeremoney[MAX_PLAYERS];
    new ProposeOffer[MAX_PLAYERS];
    new ProposedTo[MAX_PLAYERS];
    new GotProposedBy[MAX_PLAYERS];
    new MarryWitness[MAX_PLAYERS];
    new MarryWitnessOffer[MAX_PLAYERS];
    new TicketOffer[MAX_PLAYERS];
    new pTest[MAX_PLAYERS];
    new DKT[MAX_PLAYERS];
    new TicketMoney[MAX_PLAYERS];
    new PlayerStoned[MAX_PLAYERS];
    new ConsumingMoney[MAX_PLAYERS];
    new BringingPaper[MAX_PLAYERS]; //Paper Boys must pick up a Paper first, then use /deliver
    new GotPaper[MAX_PLAYERS]; //The player has a paper so he can use /read
    new WritingPaper[MAX_PLAYERS]; //Used for onplayertext so he can type in lines
    new WritingPaperNumber[MAX_PLAYERS]; //To which Paper in PaperInfo will it be written
    new WritingLine[MAX_PLAYERS]; //Used for onplayertext to see which line he's at
    new FishCount[MAX_PLAYERS];
    new SpawnChange[MAX_PLAYERS];
    new TutTime[MAX_PLAYERS];
    new PlayerDrunk[MAX_PLAYERS];
    new PlayerDrunkTime[MAX_PLAYERS];
    new PlayerTazeTime[MAX_PLAYERS];
    new FindTimePoints[MAX_PLAYERS];
    new FindTime[MAX_PLAYERS];
    new BoxWaitTime[MAX_PLAYERS];
    new TestFishes[MAX_PLAYERS];
    new PaperOffer[MAX_PLAYERS];
    new BoxOffer[MAX_PLAYERS];
    new CarOffer[MAX_PLAYERS];
    new CarPrice[MAX_PLAYERS];
    new CarID[MAX_PLAYERS];
    new CarCalls[MAX_PLAYERS];
    new GotHit[MAX_PLAYERS];
    new GoChase[MAX_PLAYERS];
    new GetChased[MAX_PLAYERS];
    new OrderReady[MAX_PLAYERS];
    new ConnectedToPC[MAX_PLAYERS];
    new MedicTime[MAX_PLAYERS];
    new NeedMedicTime[MAX_PLAYERS];
    new MedicBill[MAX_PLAYERS];
    new PlayerTied[MAX_PLAYERS];
    new PlayerCuffed[MAX_PLAYERS];
    new PlayerCuffedTime[MAX_PLAYERS];
    new LiveOffer[MAX_PLAYERS];
    new TalkingLive[MAX_PLAYERS];
    new PlacedNews[MAX_PLAYERS];
    new SelectChar[MAX_PLAYERS];
    new SelectCharID[MAX_PLAYERS];
    new SelectCharPlace[MAX_PLAYERS];
    new ChosenSkin[MAX_PLAYERS];
    new GettingJob[MAX_PLAYERS];
    new GuardOffer[MAX_PLAYERS];
    new GuardPrice[MAX_PLAYERS];
    new ApprovedLawyer[MAX_PLAYERS];
    new CallLawyer[MAX_PLAYERS];
    new WantLawyer[MAX_PLAYERS];
    new CurrentMoney[MAX_PLAYERS];
    new KickPlayer[MAX_PLAYERS];
    new Robbed[MAX_PLAYERS];
    new RobbedTime[MAX_PLAYERS];
    new CP[MAX_PLAYERS];
    new MoneyMessage[MAX_PLAYERS];
    new Condom[MAX_PLAYERS];
    new STDPlayer[MAX_PLAYERS];
    new SexOffer[MAX_PLAYERS];
    new SexPrice[MAX_PLAYERS];
    new RepairOffer[MAX_PLAYERS];
    new RepairPrice[MAX_PLAYERS];
    new RefillOffer[MAX_PLAYERS];
    new RefillPrice[MAX_PLAYERS];
    new RepairCar[MAX_PLAYERS];
    new DrugOffer[MAX_PLAYERS];
    new DrugPrice[MAX_PLAYERS];
    new DrugGram[MAX_PLAYERS];
    new JailPrice[MAX_PLAYERS];
    new WantedPoints[MAX_PLAYERS];
    new WantedLevel[MAX_PLAYERS];
    new OnDuty[MAX_PLAYERS];
    new gPlayerCheckpointStatus[MAX_PLAYERS];
    new gPlayerLogged[MAX_PLAYERS];
    new gPlayerLogTries[MAX_PLAYERS];
    new gPlayerSpawned[MAX_PLAYERS];
    new gActivePlayers[MAX_PLAYERS];
    new gLastCar[301];
    new gOoc[MAX_PLAYERS];
    new gNews[MAX_PLAYERS];
    new gFam[MAX_PLAYERS];
    new BigEar[MAX_PLAYERS];
    new Spectate[MAX_PLAYERS];
    new CellTime[MAX_PLAYERS];
    new StartTime[MAX_PLAYERS];
    new HireCar[MAX_PLAYERS];
    new SafeTime[MAX_PLAYERS];
    new HidePM[MAX_PLAYERS];
    new PhoneOnline[MAX_PLAYERS];
    new gDice[MAX_PLAYERS];
    new gGas[MAX_PLAYERS];
    new gSpeedo[MAX_PLAYERS];
    new gSpentCash[MAX_PLAYERS];
    new FirstSpawn[MAX_PLAYERS];
    new SwitchKey[MAX_PLAYERS];
    new Fixr[MAX_PLAYERS];
    new Locator[MAX_PLAYERS];
    new Mobile[MAX_PLAYERS];
    new RingTone[MAX_PLAYERS];
    new CallCost[MAX_PLAYERS];
    new gPlayerAccount[MAX_PLAYERS];
    new gPlayerMission[MAX_PLAYERS];
    new gLastDriver[302];
    new gCarLock[265];
    new MissionPlayable = 0;
    new noooc = 0;
    new adds = 1;
    new addtimer = 60000;
    new Float:rx, Float:ry, Float:rz;
    new carselect[15];
    new objstore[128];
    new cbjstore[128];
    new motd[256];
    new rccounter = 0;
    //new RStart;
    new ghour = 0;
    new gminute = 0;
    new gsecond = 0;
    new numplayers = 0;
    new dollah = 1000; // Amount player recieves on spawn.
    new realtime = 1;
    new wtime = 15;
    new levelcost = 25000;
    new deathcost = 500;
    new callcost = 10; //20 seconds
    new realchat = 1;
    new timeshift = -1;
    new shifthour;
    new othtimer;


    new synctimer;
    new newmistimer;
    new unjailtimer;
    new turftimer;
    new pickuptimer;
    new spectatetimer;
    new idletimer;
    new productiontimer;
    new accountstimer;
    new checkgastimer;
    new stoppedvehtimer;
    new cartimer;
    new intrate = 1;
    new levelexp = 4;
    new idletime = 600000; //10 mins
    new civnokill = 0;
    new suecost = 2000;
    new cchargetime = 60;
    new txtcost = 25;
    new pickups;
    new CIV[] = {7,19,20,23,73,101,122};
    new STD1[] = {0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3};
    new STD2[] = {0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3};
    new STD3[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3};
    new STD4[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 3};
    new SELLCAR1[] = { 1000, 1124, 1245, 1349, 1475, 1574, 1636, 1762, 1895, 1946, 2000 };
    new SELLCAR2[] = { 2099, 2135, 2255, 2378, 2457, 2563, 2614, 2721, 2878, 2988, 3000 };
    new SELLCAR3[] = { 3058, 3175, 3212, 3377, 3454, 3555, 3678, 3751, 3865, 3964, 4000 };
    new SELLCAR4[] = { 4077, 4123, 4275, 4378, 4422, 4565, 4613, 4752, 4897, 4911, 5000 };
    new Float:ChangePos[MAX_PLAYERS][3];
    new ChangePos2[MAX_PLAYERS][2];
    new Float:PlayerPos[MAX_PLAYERS][6];
    new Float:TeleportDest[MAX_PLAYERS][3];
    new Float:TelePos[MAX_PLAYERS][6];

    Wo genau da soll ich es einfügen?

  • Das ist sowas von scheißEndausscheidungsprodukt egal. ;)


    Advertising has us chasing cars and clothes, working jobs we hate so we can buy shit we don’t need.
    – Tyler Durden


    Sobald Werbung im Spiel ist, bist du, die Nutzerin, der Nutzer, das Produkt.