Jump to content

Search the Community

Showing results for tags 'paradoxgames.eu'.

  • 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 1 result

  1. Ahoj, vytvářím si mód ale ukládání zlobí jde o to že když se zabiju na serveru tak se mi do /acount (Info) napíše že jsem zemřel o 1 více ale až se odpojím tak nic. Popřípadě dokládám kód z OnPlayerDisconnect: public OnPlayerDisconnect(playerid, reason) { new str[144]; format(str,sizeof(str),"[Leave] Player %s disconnected from the game.",GetName(playerid)); SendClientMessageToAll(INFO,str); KillTimer(ElapsedTime[playerid]); DOF2_SetInt(AC,"Money",PlayerInfo[playerid][pMoney]); DOF2_SetInt(AC,"Kills",PlayerInfo[playerid][pKills]); DOF2_SetInt(AC,"Deaths",PlayerInfo[playerid][pDeaths]); DOF2_SetInt(AC,"Time",ElapsedTime[playerid]); DOF2_SetInt(AC,"Admin",PlayerInfo[playerid][pAdmin]); return 1; } Děkuji za každou radu jinak bych se chtěl ještě zeptat co je lepší jestli DOF2 nebo Dini
×
×
  • Create New...