Jump to content

Search the Community

Showing results for tags 'ac'.

  • 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 snažím se udělat co nejkratší a funkční Anticheat proti zbraním no funguje až moc dobře a to je můj problém Kód: #define AC_GivePlayerWeapon(%0,%1,%2) SetPVarInt(%0,"ac_weapon",AC_GetPlayerWeapon(%0)+%1+AC_GetPlayerAmmo(%0)),GivePlayerWeapon(%0,%1,%2) #define AC_ResetPlayerWeapons(%0) SetPVarInt(%0,"ac_weapon",0),ResetPlayerWeapons(%0) #define AC_GetPlayerWeapon(%0) GetPVarInt(%0,"ac_weapon") #define AC_GetPlayerAmmo(%0) GetPVarInt(%0,"ac_weapon") if(AC_GetPlayerWeapon(i) != GetPlayerWeapon(i)) { new const ac_weapon = AC_GetPlayerWeapon(i), ac_weaponammo = AC_GetPlayerAmmo(i); AC_ResetPlayerWeapons(i), AC_GivePlayerWeapon(i, ac_weapon, ac_weaponammo); } Problém je v tom že i když dám zbraň přes AC_GivePlayerWeapon tak se to resetuje, zatím co u peněz to funguje normálně. Nejsem si jistý co tam je blbě. PRO QWERA: Ty sem ani nepiš, leda že by si našel způsob jiný než stock
×
×
  • Create New...