Biz System Problem

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
  • stock LoadBizz(bizid)
    {
    new BizzDatei[64];
    format(BizzDatei,64,"/Bizz/%d.txt",bizid);
    if(!fexist(BizzDatei))return 0;
    bInfo[bizid][PosX] = dini_Float(BizzDatei,"PosX");
    bInfo[bizid][PosY] = dini_Float(BizzDatei,"PosY");
    bInfo[bizid][PosZ] = dini_Float(BizzDatei,"PosZ");
    bInfo[bizid][Level] = dini_Int(BizzDatei,"Level");
    bInfo[bizid][Konto] = dini_Int(BizzDatei,"Konto");
    bInfo[bizid][Preis] = dini_Int(BizzDatei,"Preis");
    bInfo[bizid][Interior] = dini_Int(BizzDatei,"Interior");
    bInfo[bizid][Besetzt] = dini_Int(BizzDatei,"Besetzt");
    format(bInfo[bizid][Besitzer],64,"%s",dini_Get(BizzDatei,"Besitzer"));
    if(bInfo[bizid][Besetzt] == 0)
    {
    bInfo[bizid][Pickup] = CreatePickup(1272 ,23,bInfo[bizid][PosX],bInfo[bizid][PosY],bInfo[bizid][PosZ],0);
    new string[196];
    format(string,196,""BLAU"Besitzer: "WEISS"Keiner\n"BLAU"Preis: "WEISS"%d$\n"BLAU"Level: "WEISS"%d\nZum Kaufen "WEISS"/buyfirma",bInfo[bizid][Preis],bInfo[bizid][Level]); //3203
    bInfo[bizid][Label] = Create3DTextLabel(string,BLUE,bInfo[bizid][PosX],bInfo[bizid][PosY],bInfo[bizid][PosZ],20,0,0);
    return print("Das Biz wurde erfolgreich geladen");
    }
    if(bInfo[bizid][Besetzt] == 1)
    {
    bInfo[bizid][Pickup] = CreatePickup(1239 ,23,bInfo[bizid][PosX],bInfo[bizid][PosY],bInfo[bizid][PosZ],0);
    new string[196];
    format(string,196,""BLAU"Besitzer: "WEISS"%s\nZum Betreten: "BLAU"Z",bInfo[bizid][Besitzer]);
    bInfo[bizid][Label] = Create3DTextLabel(string,BLUE,bInfo[bizid][PosX],bInfo[bizid][PosY],bInfo[bizid][PosZ],20,0,0);
    return print("Das Biz wurde erfolgreich geladen");
    }
    return 1;
    }



    @Jeffry


    C:\Windows\Vss\German v1.1\German[Scripts]\German Reallife v1.2\gamemodes\German.pwn(3203) : error 001: expected token: "-string end-", but found "-identifier-"C:\Windows\Vss\German v1.1\German[Scripts]\German Reallife v1.2\gamemodes\German.pwn(3203) : error 001: expected token: "-string end-", but found "-identifier-"C:\Windows\Vss\German v1.1\German[Scripts]\German Reallife v1.2\gamemodes\German.pwn(3203) : warning 215: expression has no effectC:\Windows\Vss\German v1.1\German[Scripts]\German Reallife v1.2\gamemodes\German.pwn(3203) : error 001: expected token: ";", but found "-identifier-"C:\Windows\Vss\German v1.1\German[Scripts]\German Reallife v1.2\gamemodes\German.pwn(3203) : fatal error 107: too many error messages on one line

    Einmal editiert, zuletzt von DerFamer ()

  • #define F_G 0x24D900F6 //helles Grün
    #define F_O 0xF6B400F6 //Neues Orange
    #define blau 0x0085C4F6
    #define NB 0x005B9BF6 // Neues Blau
    #define NY 0xF5DEB3AA // Neues Gelb
    #define RED_NEW 0xF60000F6
    #define BLUE_NEW 0x0000CAF6
    #define GREEN 0x21DD00FF
    #define ORANGE 0xF97804FF
    #define ROT 0xE60000FF
    #define GRUEN 0x05FF00FF
    #define GELB 0xFFFF00FF
    #define BLAU 0x000FFFFF
    #define RED 0xE60000FF
    #define CHECKPOINT_NONE 0
    #define CHECKPOINT_HOME 12
    #define COLOR_GOLD 0xB8860BAA
    #define COLOR_GRAD1 0xB4B5B7FF
    #define COLOR_GRAD2 0xBFC0C2FF
    #define COLOR_GRAD3 0xCBCCCEFF
    #define COLOR_GRAD4 0xD8D8D8FF
    #define COLOR_GRAD5 0xE3E3E3FF
    #define COLOR_GRAD6 0xF0F0F0FF
    #define COLOR_ORANGE 0xFF9933FF
    #define COLOR_BROWN 0x330000FF
    #define COLOR_BLACK 0x000000FF
    #define COLOR_GREY 0xAFAFAFAA
    #define COLOR_GREEN 0x33AA33AA
    #define COLOR_RED 0xAA3333AA
    #define COLOR_BLUE 0x000080AA
    #define COLOR_LIGHTRED 0xFF6347AA
    #define COLOR_LIGHTBLUE 0x33CCFFAA
    #define COLOR_LIGHTGREEN 0x9ACD32AA
    #define COLOR_YELLOW 0xFFFF00AA
    #define COLOR_YELLOW2 0xF5DEB3AA
    #define COLOR_WHITE 0xFFFFFFAA
    #define COLOR_WHITEE 0xFFFFFFAA
    #define COLOR_FADE1 0xE6E6E6E6
    #define COLOR_FADE2 0xC8C8C8C8
    #define COLOR_FADE3 0xAAAAAAAA
    #define COLOR_FADE4 0x8C8C8C8C
    #define COLOR_FADE5 0x6E6E6E6E
    #define COLOR_PURPLE 0xC2A2DAAA
    #define COLOR_DBLUE 0x2641FEAA
    #define COLOR_ALLDEPT 0xFF8282AA
    #define COLOR_NEWS 0xFFA500AA
    #define COLOR_OOC 0xE0FFFFAA
    #define COLOR_AONDONNN 0xF5DEB3AA
    #define YELLOW 0xFFFF00FF
    #define TEAM_CYAN 1
    #define TEAM_BLUE 2
    #define TEAM_GREEN 3
    #define TEAM_ORANGE 4
    #define TEAM_COR 5
    #define TEAM_BAR 6
    #define TEAM_TAT 7
    #define TEAM_CUN 8
    #define TEAM_STR 9
    #define TEAM_HIT 10
    #define TEAM_ADMIN 17
    #define OBJECTIVE_COLOR 0x64000064
    #define TEAM_GREEN_COLOR 0xFFFFFFAA
    #define TEAM_JOB_COLOR 0xFFB6C1AA
    #define TEAM_HIT_COLOR 0xFFFFFF00
    #define TEAM_BLUE_COLOR 0x8D8DFF00
    #define COLOR_ADD 0x63FF60AA
    #define TEAM_Grove_COLOR 0x00D900C8
    #define TEAM_Vagos_COLOR 0xFFC801C8
    #define TEAM_Ballas_COLOR 0xD900D3C8
    #define TEAM_Aztecas_COLOR 0x01FCFFC8
    #define TEAM_CYAN_COLOR 0xFF8282AA
    #define TEAM_ORANGE_COLOR 0xFF830000
    #define TEAM_COR_COLOR 0x39393900
    #define TEAM_BAR_COLOR 0x00D90000
    #define TEAM_TAT_COLOR 0xBDCB9200
    #define TEAM_CUN_COLOR 0xD900D300
    #define TEAM_STR_COLOR 0x01FCFF00
    #define TEAM_ADMIN_COLOR 0x00808000
    #define COLOR_INVIS 0xAFAFAF00
    #define COLOR_SPEC 0xBFC0C200

  • Logisch, du kannst nur RGBA Farben in SendClientMessage(playerid, RGBA, "Text"); benutzen.
    RGB Farben kannst du allerdings so einbauen SendClientMessage(playerid, RGBA, "{RGB}Hallo mein Name ist {RGB}malE");


    RGBA = 0x3EBB69FF
    RGB = 3EBB69


    Eigentlich selbstverständlich.

  • C:\Windows\Vss\German v1.1\German[Scripts]\German Reallife v1.2\gamemodes\German.pwn(536) : warning 201: redefinition of constant/macro (symbol "BLAU")
    C:\Windows\Vss\German v1.1\German[Scripts]\German Reallife v1.2\gamemodes\German.pwn(539) : warning 201: redefinition of constant/macro (symbol "ROT")
    C:\Windows\Vss\German v1.1\German[Scripts]\German Reallife v1.2\gamemodes\German.pwn(13049) : warning 202: number of arguments does not match definition
    C:\Windows\Vss\German v1.1\German[Scripts]\German Reallife v1.2\gamemodes\German.pwn(13639) : error 017: undefined symbol "BizzInfo"
    C:\Windows\Vss\German v1.1\German[Scripts]\German Reallife v1.2\gamemodes\German.pwn(13639) : error 036: empty statement
    C:\Windows\Vss\German v1.1\German[Scripts]\German Reallife v1.2\gamemodes\German.pwn(13639) : error 017: undefined symbol "h"
    C:\Windows\Vss\German v1.1\German[Scripts]\German Reallife v1.2\gamemodes\German.pwn(13639) : fatal error 107: too many error messages on one line







    #define BLAU "{0080FF}" //farbe für Pickup | BLAU
    #define WEISS "{FFFFFF}" //Farbe für Pickup | WEISS
    #define BLUE 0x0000FFFF
    #define ROT 0xE10000FF

  • Funktioniert doch.


    Code
    ocmd:str(playerid)
    {
    	#define BLAU "{0080FF}"
    	#define WEISS "{FFFFFF}"
    	new str[145]; format(str, sizeof(str), ""BLAU"Blau "WEISS"Weiß");
    	SendClientMessage(playerid, -1, str);
    	return 1;
    }


    -
    Zeig mal die Lines welche Errors erzeugen und markier sie auch bitte.