Beiträge von xXiKevinXx

    Hallo Breadfish,


    ich brauche Hilfe bei dem /mieten Befehl,ich mövhte nur das er noch ins Fahrzeug geportet wird


    hier der Befehl:
    if(strcmp(cmdtext, "/mieten", true)==0)
    {
    if(IsPlayerInRangeOfPoint(playerid,7.0,1773.0251,-1895.7389,13.5517))
    {
    CreateVehicle(509,1776.0734,-1890.9147,13.3864,269.5236,3,3,0);
    GivePlayerMoney(playerid,-300);
    }
    else
    {
    SendClientMessage(playerid,ROT,"Du bist nicht an der Mietstelle");
    } return 1;
    }




    Normal ist das untereinnander

    Hallo Leute,ich heisse Kevin und bin 14 Jahre alt
    ich suche Leute die helfen einen Gamemode zu erstellen,da ich das nicht kann
    Ich bedanke mich schon im Vorraus falls mir einer helfen kann!!



    MfG xXiKevinXx :thumbup: :thumbup: :thumbup:

    enum pInfo{ pPassword[128], pKills, pDeaths, pCash, pBank, pTeam, pLeader, pMember, pRank, pAdmin, pSupporter, pSkin, pLevel, pFSkin, pKnastzeit, pWanteds, pJailed, pJPoints, pKnast, pDrogen, pMaterials, pPoint, pExp, pDuty, pRespekt, pNummer, pBuch, pAutoLiz, pBikeLiz, pFlugLiz, pWaffLiz, pAnglLiz, pBootLiz, pLKWLiz, pKopfgeld, pOpfer, pMacher, pAuftrag, pKey, pCarID};


    ist untereinnander in wirklichkeit

    Hallo liebe Community ich wollte fragen was das Problem ist



    new PlayerInfo[MAX_PLAYERS][pInfo];new gPlayerLogged[MAX_PLAYERS];new gPlayerAccount[MAX_PLAYERS];new Tor[7];new TorFunk[7];new HitmanCar[10];new MedicCar[10];new PoliceCar[10];new FahrCar[11];new Freezed[MAX_PLAYERS];new Muted[MAX_PLAYERS];new WerbungInt;new WerbungSec;new WerbungTimer;new HealInt[MAX_PLAYERS], HealSec[MAX_PLAYERS], HealTimer;new Rathaus;new Sperrebit[MAX_PLAYERS];new Sperre[MAX_PLAYERS][5];new TBC[2];new Fahrstunde[MAX_PLAYERS];new PayTime[MAX_PLAYERS];new Tazed[MAX_PLAYERS];new tAktiv[MAX_PLAYERS];new tPerson[MAX_PLAYERS];new tCash[MAX_PLAYERS];new Leaving[MAX_PLAYERS];new jailtimer;new Woof[MAX_PLAYERS];new WooX[MAX_PLAYERS];


    Der sagt mir dann einen Error:
    C:\Users\KEVIN\Desktop\SAMP Server\gamemodes\GCRReallife.pwn(264) : error 009: invalid array size (negative, zero or out of bounds)



    Ich hoffe mir kann einer helfen


    MfG Kevin

    C:\Users\KEVIN\Desktop\SAMP Server\gamemodes\public.pwn(30) : error 037: invalid string (possibly non-terminated string)Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


    1 Error.
    new TruckingMissionRandom[][TruckingMissionInfo] ={ // {"Mission Text", UseTrailerCheck, MissionPay, loadx, loady, loadz, unloadx, unloady, unloadz}
    /* KEY: ** "Mission Text" = The text the player will see when he/she is doing the mission! ** UseTrailerCheck = Weather or not the mission requires you use a vehile that has a trailer. Ex: Roadtrain with an Artict1 trailer! ** MissionPay = The amount the player will recive for doing there mission! ** loadx, loady, and loadz = The loading coordinates of the loading checkpoint! ** unloadx, unloadx, unloadx = The un-loading coordinates of the unloading checkpoint! */
    {"We need a load of Holy Water from LVA Freight Depot to LVA Church", true, 250, 1701.9475,940.5465,10.8203, 1496.2524,772.1427,10.8203"}; {"We need a load of Junk Car Parts from LVA Freight Depot to Shody Ottos", true, 500, 1701.9475,940.5465,10.8203, 1727.6351,1812.1750,10.8203"}; {"We need a load of Drills From LS Dock Warehouse 2 To Whetstone Mine", true, 9000, 2777.9772949219, -2455.0886230469, 13.285285949707, -1875.4030761719, -1688.1228027344, 21.399225234985"}; {"We need a load of Top Secret Devices From Randolf Industrial Estate To Area 69", true, 5000, 1594.1290283203, 724.00372314453, 10.469537734985, 134.54122924805, 1945.7899169922, 19.0018081665042"}; {"We need a load of Boxes From LV Depot To SF Depot", true, 7500, 1723.5736083984, 979.20190429688, 10.469537734985, -2129.4470214844, -84.854187011719, 34.969539642334"}; {"We need a load of Propellers From Ls Dock Warehouse 1 To Verdant Meadows", true, 8000, 2777.7497558594, -2417.4836425781, 13.285341262817, 377.30389404297, 2534.0485839844, 16.250215530396"}; {"We need a load of Soldiers Mail From Area 69 To 5 Tree Logistics", true, 6500, 134.54122924805, 1945.7899169922, 19.001808166504, -493.13043212891, -514.57434082031, 25.167068481445"}; {"We need a load of Landing Gears From 5 Tree Logistics To Las Venturas Airport", true, 8000, -493.13043212891, -514.57434082031, 25.167068481445, 1627.9038085938, 1611.8803710938, 20.285793304443"}; {"We need a load of Oxegen Canisters From RS Haul To SF Air", true, 7000, -83.956573486328, -1126.0145263672, 0.73391342163086, -1447.4144287109, -437.23773193359, 5.5075283050537"}; {"We need a load of Radars From Verdant Meadows To San Fierro Airport", true, 8500, 377.30389404297, 2534.0485839844, 16.250215530396, -1447.4144287109, -437.23773193359, 5.5075283050537"};}

    Hallo Liebe Freunde,
    Helft mir bitte habe diese Errors:


    C:\Users\KEVIN\Desktop\SAMP Server\gamemodes\public.pwn(40) : error 029: invalid expression, assumed zero


    Das ist die Reihe:


    }



    Wenn ihr mir helfen könntet,wäre ich sehr dankbar für!


    MfG xXiKevinXx

    Brauche einen guten Truck Gamemode der das enthalten soll:



    - /work wo man drei works zur Auswahl hat
    - dann /respawn
    - /reclass wo man police,thief,trucker und limousine/Bus Driver kann (auch bei connect)
    - dann halt die trucks die busse die thief wagen und die busse und die limosine
    - fuel Arbeiten Artic Arbeiten und Diese Strohwagen Van Arbeiten
    - dann 10ner codes also beispiel: /7 = 10-7 (off air)
    /8 = 10-8 (on air)
    soll afk system sein


    so das wars ich hoffe ihr könnt mir helfen



    MfG xXiKevinXx