Jump to content

Search the Community

Showing results for tags 'načitanie'.

  • Search By Tags

    Oddělujte čárkami
  • Search By Author

Content Type


Fórum

  • Obecné
    • Všeobecné
    • Všechno možné
  • Programování
    • Poradna
    • Návody
    • Tvorba
    • Hledám programátora
  • Herní oblast
    • Poradna
    • Jak na to?
    • Herní kontext
    • Herní zážitky
    • Komunita
  • Grafika
    • Poradna
    • Návody
    • Tvorba
  • Ostatní
    • Hardware a software
    • Hledám/nabízím
    • Archiv
    • 3D Tisk

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Web


Facebook


Jabber


Skype


Steam


Twitter


Github


Pastebin

Found 2 results

  1. Ahoj V Includoch som našiel Street Life 5.77, tak som sa rozhodol si to dať na Server, a znovu si to zahrať, možno aj upraviť / sprovozniť. Lenže som narazil na problém.. Ked ku domu kúpim Auto, následne ho vytuním a Respawnem, nenačíta ten Tuning.. Tu je kód s OnVehicleSpawn a s Ukladania Tuningu, prosím, napíšte mi ako zrobiť to načítavanie.. Ďakujem
  2. zdravím,mám menší problem. Ak si nastavim VIP na 1,odpojim sa zo servera a znova napojim tak ho nemam,znová ho musim nastavovať.. ak by niekto vedel čo z tým,dajte mi vedieť :/ načitanie: case DIALOG_LOGIN: { if(!response) Kick(playerid); if(response) { new file[64]; GetPlayerName(playerid,file,sizeof(file)); format(file,sizeof(file),"/Account/%s.ini",(file)); if(dini_Exists(file)) { if(strcmp(dini_Get(file, "Heslo"),inputtext,true)) { PlayerInfo[playerid][Kill] = dini_Int(file,"Kill"); PlayerInfo[playerid][Vip] = dini_Int(file,"Vip"); PlayerInfo[playerid][Admin] = dini_Int(file,"Admin"); PlayerInfo[playerid][Death] = dini_Int(file,"Death"); PlayerInfo[playerid][Money] = dini_Int(file,"Money"); GivePlayerMoney(playerid, PlayerInfo[playerid][Money]); Login[playerid] = 1; return 0; } else { ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,"{FF0000}*{FFFFFF}Prihlasenie{FF0000}*","{FF0000}Napisal si nesprávne heslo!\n{FFFFFF}Ak sa chceš prihlásiť,napíš svoje heslo!","Login","Odpojit"); return 0; } } } }
×
×
  • Create New...