Jump to content

Search the Community

Showing results for tags 'sound'.

  • 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. Čau nejde mi zvuk do odpočítávání pípne mi to jenom jednou zde je část kódu: for (new a = 0; a < 31; a++) { SetTimer("playsound", 1000, false); if (a==30) { PlayerPlaySound(playerid, 1057, 0.0, 0.0, 0); } } a tady je public na který se SetTimer odkazuje: public playsound(playerid) { PlayerPlaySound(playerid, 1056, 0.0, 0.0, 0); return 1; }
×
×
  • Create New...