Jump to content

Search the Community

Showing results for tags 'scriptpomoc'.

  • 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. Prosim o pomoc zohnal som si toto #include <a_samp> #define SUBOR "Reklamy.txt" #define TIMER 180 #define SEC(%0) %0*1000 //#define DEBUG forward SendRandomMessage(); public OnFilterScriptInit() { if(!fexist(SUBOR)){ print( "============= Reklama System v1.0 by QWER ============="); printf("Súbor \"%s\" sa nenašiel. Server bol vypnutý !",SUBOR); SendRconCommand("exit"); }else{ print( "============= Reklama System v1.0 by QWER ============="); print("Súbor sa našiel, všetko OK !"); } SetTimer("SendRandomMessage",SEC(TIMER),true); return 1; } public SendRandomMessage(){ new File:a = fopen(SUBOR,io_read); new b,str[128]; while(fread(a,str)){ b++; } if(b == 0){ print( "============= Reklama System v1.0 by QWER ============="); printf("Súbor \"%s\" je prázdny (Chýbajú tam reklamy). Server bol vypnutý !",SUBOR); SendRconCommand("exit"); } new r = random( +1; b = 0; fclose(a); a = fopen(SUBOR,io_read); while(fread(a,str)){ if(b == r) { DelChar(str); #if defined DEBUG print(str); #endif GameTextForAll(str, 5000, 4); break; } b++; } fclose(a); } stock DelChar(tstring[]) { new ln = strlen(tstring); if(tstring[ln-2] == '\r')tstring[ln-2] = '\0'; if(tstring[ln-1] == '\n')tstring[ln-1] = '\0'; } viem ze je to script ale neviem co s tym mam robit chcem ta dat ako script na server ale neviem ako pokracovat mam iba toto. Pls o pomoc. Nepiste ze som deb*l ale vazne neviem.
×
×
  • Create New...