Jump to content

[RMD]Dracula

Membru
  • Posts

    53
  • Joined

  • Last visited

    Never

Posts posted by [RMD]Dracula

  1. public OnPlayerConnect(playerid)

    {

      GetPlayerName(playerid, pname, sizeof(pname));

        format(oyunism, sizeof(oyunism), "/Saver/%s.ini",pname);

        if(!dini_Exists(oyunism))

        {

        dini_Create(oyunism);

        dini_IntSet(oyunism, "Score", 6000);// aici setezi cat vrei tu, la fel si jos

        dini_IntSet(oyunism, "Money", 50000000);

        SetPlayerScore(playerid, dini_Int(oyunism, "Score"));

        SetPlayerMoney(playerid, dini_Int(oyunism, "Money"));

        }

        else

        {

        SetPlayerScore(playerid, dini_Int(oyunism, "Score"));

        SetPlayerMoney(playerid, dini_Int(oyunism, "Money"));

        }

       

        return 1;

    }

    Cam asa ar trebui. Nu mai stiu.

    Sper sa-ti miarga. Bft.

    Exista tagurile [code ]  [/code ]

  2. Cum as putea pune la comanda /cmds  linga butonul cancel sa fie si un buton NEXT daca dau click pe Next sa imi apara o alta litsta cu comenzi, iar cind dau cancel sa se inchida totul. Sper ca ati inteles ce vreau sa zic

    Ms anticipat ;)

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