Beiträge von apoolecu

    gamer: im ersten Post von mir ist Filemanager blau hinterlegt, dort kannst du es runterladen.


    Black : Ich mach es einfach für die Allgemeinheit :). Was für nette Sachen würden dir denn noch einfallen ?


    xXRZ3Xx : an dich das gleiche wie bei Black :)


    @all: Heute kommt noch ein neues Update raus, die enthält unter anderem das Police Department, Medical Center und Taxi als Jobs.
    Desweitern wurde das Autosystem ausgebaut.




    pastebin: Script v.0.2.5


    EDIT: Ausgebessert + changelog...

    Hallo,


    heute ist V.0.2 fertig geworden


    Zitat

    Changelog:


    -Haus System
    -/chaus [Level] [Premiumpunkte] [Preis] //Ab Admin level 3
    -/hkaufen [Normal/Premium]
    -/hauschange [Nutzbar/InteriorID] //Nutzbar = alle verfügbaren Interior; Interior = welches Interior das haus haben soll
    -Häuser sind IG(InGame) erstellbar und sofort nutzbar.


    Pastebin: Script v.0.2


    Kritik erwünscht genau wie Anregungen und Bug infos...


    MfG: Apoolecu

    Hallo,


    hier möchte ich einen kleinen Script veröffentlich wo nach und nach zu einem RL Script ausgebaut wird.
    Als erstes braucht ihr die Include Dini ,Zcmd und Filemanger diese bekommt ihr von Dini, Zcmd,Filemanager
    Der Script ist mit der SA-MP Version 0.3D nutzbar.


    Ab Version 0.1.5 erstellt der Server die benötigten Dateien danke Filemanager von alleine, das Plugin muss in der Server.cfg enthalten sein.



    Ordner Link:
    V.0.3.5
    Script (v.0.3.5) Uploaded.to
    Script (v.0.3.5) File-upload.net
    V.0.4.0
    Script (v.0.4.0) Uploaded.to
    Script (v.0.4.0) File-upload.net


    Zitat

    Bekannte Bugs:
    -derzeit keine


    Anregungen bitte aufjedenfall posten, sowie bugs ;)
    LEGENDE: ROT = Gangs, BLAU = Police Department, ORANGE = Adac, GELB = Taxi, GRÜN = Medic , PINK = Xoomer


    MfG: Apoolecu


    EDIT: Map hinzugefügt

    Moin,


    dcmd_hkaufen(playerid, params[])
    {
    for(new h = 1,string[125],sUnterbefehl[16]; h < MAX_HOUSE; h ++)
    {
    if(IsPlayerInRangeOfPoint(playerid,5.0,Haus[h][hX],Haus[h][hY],Haus[h][hZ]) && Haus[h][bereit] == 0)
    {
    if(sscanf(params,"s",sUnterbefehl)){
    SendClientMessage(playerid,COLOR_RED,"Benutze: /hkaufen [Premium/Normal]");
    }
    if(strfind(sUnterbefehl, "Premium", true) != -1)
    {
    GetPlayerName(playerid,pName,sizeof pName);
    SendClientMessage(playerid,COLOR_YELLOW,"Du hast das Haus für Premiumpunkte gekauft.");
    Spieler[playerid][lastx] = Haus[h][hX];
    Spieler[playerid][lasty] = Haus[h][hY];
    Spieler[playerid][lastz] = Haus[h][hZ];
    strmid(Haus[h][besitzer], pName,0, sizeof(pName)-1, MAX_PLAYER_NAME);
    DestroyPickup(Haus[h][ID]);
    Delete3DTextLabel(Haus[h][hlabel]);
    format(string,sizeof string,"Besitzer: %s\nLevel: %d\nPreis: %d $\nPremiumpunkte: %d",Haus[h][besitzer],Haus[h][level],Haus[h][preis],Haus[h][punkte]);
    Haus[h][hlabel] = Create3DTextLabel(string,COLOR_WHITE,Haus[h][hX],Haus[h][hY],Haus[h][hZ]+0.75,40.0,0,1);
    Haus[h][ID] = CreatePickup(1272, 1, Haus[h][hX], Haus[h][hY], Haus[h][hZ], -1);
    }
    else if(strfind(sUnterbefehl, "Normal", true) != -1)
    {
    GetPlayerName(playerid,pName,sizeof pName);
    SendClientMessage(playerid,COLOR_YELLOW,"Du hast das Haus für Geld gekauft.");
    Spieler[playerid][lastx] = Haus[h][hX];
    Spieler[playerid][lasty] = Haus[h][hY];
    Spieler[playerid][lastz] = Haus[h][hZ];
    DestroyPickup(Haus[h][ID]);
    Delete3DTextLabel(Haus[h][hlabel]);
    strmid(Haus[h][besitzer], pName,0, sizeof(pName)-1, MAX_PLAYER_NAME);
    format(string,sizeof string,"Besitzer: %s\nLevel: %d\nPreis: %d $\nPremiumpunkte: %d",Haus[h][besitzer],Haus[h][level],Haus[h][preis],Haus[h][punkte]);
    Haus[h][hlabel] = Create3DTextLabel(string,COLOR_WHITE,Haus[h][hX],Haus[h][hY],Haus[h][hZ]+0.75,40.0,0,1);
    Haus[h][ID] = CreatePickup(1272, 1, Haus[h][hX], Haus[h][hY], Haus[h][hZ], -1);
    }
    }
    }
    return 1;
    }


    Immer wenn dieser Befehl eingeben wird, kommt die Nachricht vom Server das er diesen Befehl nicht kennt....


    EDIT: Fehler behoben, neue Frage

    ne aber eine Settings.cfg


    [General]
    FileAssoc=0
    [Display]
    WindowMax=1
    WindowX=168
    WindowY=20
    WindowW=1014
    WindowH=670
    Splitter=241
    Font_Name=Courier New
    Font_Size=10
    ShowFuncList=1
    [RunOpts]
    CopyDir=\
    ExeFile=pawncc.exe
    Params=-r


    source=http://trooper.gta-servers.de/pwnmod_deak.ini


    die sieht so aus...

    Moin,


    hab seit neustem den Fehler


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


    Usage: pawncc <filename> [filename...] [options]


    Options:
    -A<num> alignment in bytes of the data segment and the stack
    -a output assembler code
    -C[+/-] compact encoding for output file (default=+)
    -c<name> codepage name or number; e.g. 1252 for Windows Latin-1
    -Dpath active directory path
    -d<num> debugging level (default=-d1)
    0 no symbolic information, no run-time checks
    1 run-time checks, no symbolic information
    2 full debug information and dynamic checking
    3 same as -d2, but implies -O0
    -e<name> set name of error file (quiet compile)
    -H<hwnd> window handle to send a notification message on finish
    -i<name> path for include files
    -l create list file (preprocess only)
    -o<name> set base name of (P-code) output file
    -O<num> optimization level (default=-O1)
    0 no optimization
    1 JIT-compatible optimizations only
    2 full optimizations
    -p<name> set name of "prefix" file
    -r[name] write cross reference report to console or to specified file
    -S<num> stack/heap size in cells (default=4096)
    -s<num> skip lines from the input file
    -t<num> TAB indent size (in character positions, default=8)
    -v<num> verbosity level; 0=quiet, 1=normal, 2=verbose (default=1)
    -w<num> disable a specific warning by its number
    -X<num> abstract machine size limit in bytes
    -XD<num> abstract machine data/stack size limit in bytes
    -\ use '\' for escape characters
    -^ use '^' for escape characters
    -;[+/-] require a semicolon to end each statement (default=+)
    -([+/-] require parantheses for function invocation (default=+)
    sym=val define constant "sym" with value "val"
    sym= define constant "sym" with value 0


    Options may start with a dash or a slash; the options "-d0" and "/d0" are
    equivalent.


    Options with a value may optionally separate the value from the option letter
    with a colon (":") or an equal sign ("="). That is, the options "-d0", "-d=0"
    and "-d:0" are all equivalent.


    weis da jemand weiter?


    MfG: Apoolecu

    125er ist von vorteil ;)


    2013 wird das EU gesetzt eingeführt von wegen A2,A3 für den A2 wird der besitzt des A1 2 Jahre vorgeschrieben dann muss man nur noch die praxis prüfung machen wenn nicht muss man Theorie mitmachen etc.


    Du bist der der Probezeit schneller(oder auch nicht :D) drausen.
    Du bist schneller
    Du kannst auch 50ccm Roller fahren ;)