Jump to content

diedeath

Membru
  • Posts

    76
  • Joined

  • Last visited

    Never

Posts posted by diedeath

  1. Data viitoare posteaza si liniile.

    error 074: #define pattern must start with an alphabetic character

    Define-ul trebuie sa inceapa cu o litera nu cu o cifra..schimba acolo si peste tot unde e folosit.

     warning 203: symbol is never used: "GTimer"
    warning 203: symbol is never used: "Pme"
    warning 203: symbol is never used: "jb"
    warning 203: symbol is never used: "tmpc"

    Astea poti sa le stergi pentru ca nu sunt folosite.

    =))))  cica poti sa le stergi...astea is de la dudb.inc  erorile...nu ai dudb bun...cauta pe net unu bun...daca nu gasesti ami zici si il bag eu!

  2. hi all..am o problema la text draw...vr sa fac un sv de la 0... si cind am facut un text draw

    Romania-albastru
    Daciada-Galben
    Stunt-Rosu

    Romania nu ami apare...

    am pus new

    new Text:Textdraw1;

    new Text:Textdraw2;

    new Text:Textdraw3;

    La on GameModeInit

    Textdraw1 = TextDrawCreate(1.000000, 425.000000, "Romania");

        TextDrawBackgroundColor(Textdraw1,0x000000AA);

        TextDrawFont(Textdraw1, 0);

        TextDrawLetterSize(Textdraw1, 0.698998, 2.299900);

        TextDrawColor(Textdraw1, 0x1229FAFF);

        TextDrawSetOutline(Textdraw1, 1);

        TextDrawSetProportional(Textdraw1, 1);

        Textdraw2 = TextDrawCreate(73.000000, 425.000000, "Daciada");

        TextDrawBackgroundColor(Textdraw2,0x000000AA);

        TextDrawFont(Textdraw2, 0);

        TextDrawLetterSize(Textdraw2, 0.698998, 2.299900);

        TextDrawColor(Textdraw2, 0xFFFF00FF);

        TextDrawSetOutline(Textdraw2, 1);

        TextDrawSetProportional(Textdraw2, 1);

        Textdraw3 = TextDrawCreate(119.000000, 425.000000, "  Stunt");

        TextDrawBackgroundColor(Textdraw3,0x000000AA);

        TextDrawFont(Textdraw3, 0);

        TextDrawLetterSize(Textdraw3, 0.698998, 2.299900);

        TextDrawColor(Textdraw3, 0xFB0000FF);

        TextDrawSetOutline(Textdraw3, 1);

        TextDrawSetProportional(Textdraw3, 1);

    Si la OnPlayerConnect:

      TextDrawShowForPlayer(playerid, Textdraw1);

    TextDrawShowForPlayer(playerid, Textdraw2);

    TextDrawShowForPlayer(playerid, Textdraw3);

    La alt sv care nui creat de mn mere...da decite ori incerk sa fac sv... cand bag asta nu imi mere...am mai incercat o data...si nu mia mers! nu am creat nimik doar texdrawu lam pus!

    Plss ajutor!

  3. E:\Petru\RDK\pawno\include\lethaldudb2.inc(34) : error 021: symbol already defined: "udb_hash"

    E:\Petru\RDK\pawno\include\lethaldudb2.inc(47) : error 021: symbol already defined: "udb_encode"

    E:\Petru\RDK\pawno\include\lethaldudb2.inc(72) : error 021: symbol already defined: "udb_decode"

    Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    3 Errors.

    astea?

  4. sall...am o eroare..cind dau compile la pawno imi da eroare asta:

    E:\Petru\RDK\pawno\include\Dudb.inc(34) : error 021: symbol already defined: "udb_hash"

    E:\Petru\RDK\pawno\include\Dudb.inc(47) : error 021: symbol already defined: "udb_encode"

    E:\Petru\RDK\pawno\include\Dudb.inc(72) : error 021: symbol already defined: "udb_decode"

    Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    3 Errors.

    cum o pot rezolvA?

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.