Jump to content

Seba97

Membru
  • Posts

    11
  • Joined

  • Last visited

    Never

Posts posted by Seba97

  1. [pawn]

    format(coordsstring, sizeof(coordsstring), "Ai %s"DecimalPoint(playerid));

    SendClientMessage(playerid, 0x7979FFFF,coordsstring);

    stock DecimalPoint(playerid)

    {

        new str[30];

        new cash=GetPlayerMoney(playerid);

        if(cash >= 0)

        {

            format(str, sizeof(str), "$%d", cash);

            if(1000 <= cash < 10000) strins(str, ".", 2, sizeof(str));

            else if(10000 <= cash < 100000) strins(str, ".", 3, sizeof(str));

            else if(100000 <= cash < 1000000) strins(str, ".", 4, sizeof(str));

            else if(1000000 <= cash < 10000000) { strins(str, ".", 2, sizeof(str)); strins(str, ".", 6, sizeof(str)); }

            else if(10000000 <= cash < 100000000) { strins(str, ".", 3, sizeof(str)); strins(str, ".", 7, sizeof(str)); }

            else if(100000000 <= cash < 1000000000) { strins(str, ".", 4, sizeof(str)); strins(str, ".", 8, sizeof(str)); }

            else if(cash >= 1000000000) { strins(str, ".", 2, sizeof(str)); strins(str, ".", 6, sizeof(str)); strins(str, ".", 10, sizeof(str)); }

        }

        else

        {

            format(str, sizeof(str), "-$%d", cash-(cash*2));

            if(-1000 >= cash > -10000) strins(str, ".", 3, sizeof(str));

            else if(-10000 >= cash > -100000) strins(str, ".", 4, sizeof(str));

            else if(-100000 >= cash > -1000000) strins(str, ".", 5, sizeof(str));

            else if(-1000000 >= cash > -10000000) { strins(str, ".", 3, sizeof(str)); strins(str, ".", 7, sizeof(str)); }

            else if(-10000000 >= cash > -100000000) { strins(str, ".", 4, sizeof(str)); strins(str, ".", 8, sizeof(str)); }

            else if(-100000000 >= cash > -1000000000) { strins(str, ".", 5, sizeof(str)); strins(str, ".", 9, sizeof(str)); }

            else if(cash <= -1000000000) { strins(str, ".", 3, sizeof(str)); strins(str, ".", 7, sizeof(str)); strins(str, ".", 11, sizeof(str));}

        }

        return str;

    }

    [/pawn]

    EU vroiam pt toate numerele ! nu numa la cash !

  2. House 3D text : [ftp=ftp://imageshack.us/photo/my-images/542/samp232m.png/]http://imageshack.us/photo/my-images/542/samp232m.png/[/ftp]

    Bizz 3D text : [ftp=ftp://imageshack.us/photo/my-images/822/samp234u.png/]http://imageshack.us/photo/my-images/822/samp234u.png/[/ftp]

    Link de download : http://solidfiles.com/d/5418d/

    Cum se foloseste ? :

    - dupa ce ati downloadat deschideti .pwn-ul din download si dati la tot ce e acolo Copy

    - mergeti in GM vostru si CTRL + F (cautati): public custompickup

    - acolo adaugati tot continutul sub [pawn]if(oldposx!=0.0 && oldposy!=0.0 && oldposz!=0.0)[/pawn]

    - la sfarsit dati Compile

    * Culorile se editeaza schimband ce este in { } - acolade ex : {FF56J7}

    * Merge numai la GF edit sau GF

    * Daca la HouseInfo nu aveti hWorld , acolo unde scrie ca, casa e de vanzare sergeti primul %d si mai incolo stergeti Houseinfo[h][hWorld]

    * EDITED new LINK

  3. Hitman Undercover

    Comanda este /undercover [on / off]

    Daca esti Hitman (factiunea 8) si dai /undercover ON - iti face numele invizibil

    Daca dai /undercover OFF - iti revine numele la normal

    Destul de multi cauta comanda asa ca m-am gandit so postez

    Daca am gresit locul sa-mi spuneti

    DOWNLOAD http://www.megaupload.com/?d=VNXFL8DD

    * la download este un .pwn dati copy si paste in scriptul vostru si inlocuiti comanda /hundercover cu asta

    Garantez 100% ca merge

×
×
  • 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.