Jump to content

LemoNSK

Uživatel
  • Příspěvků

    53
  • Registrován

  • Aktivní

Příspěvky posted by LemoNSK

  1. #include <a_samp>

    #if defined FILTERSCRIPT


    #define COLOR_ZELENA 0x00FF00FF

    #define COLOR_BIELA 0xFFFFFFAA

    #define COLOR_CERVENA 0xFF0000FF

    #define COLOR_ZLTA 0xFFFF00FF


    public OnFilterScriptInit()
    {
        print("\n--------------------------------------");
        print(" Stunt GameMode By LemoN :PP            ");
        print("--------------------------------------\n");
        return 1;
    }

    public OnFilterScriptExit()
    {
        return 1;
    }

    #else

    main()
    {
        print("\n----------------------------------");
        print(" By LemoN StunT....                 ");
        print("----------------------------------\n");
    }

    #endif

    public OnGameModeInit()
    {

    }

    public OnGameModeExit()
    {
        return 1;
    }

    public OnPlayerRequestClass(playerid, classid)
    {
        SetPlayerPos(playerid, 2272.61, -3724.71, 74.57);
        SetPlayerCameraPos(playerid, 2272.61, -3724.71, 74.57);
        SetPlayerCameraLookAt(playerid, 2272.61, -3724.71, 74.57);
        return 1;
    }

    public OnPlayerConnect(playerid)
    {
     ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Vitej na serveri","Hrani na tomto servery či zaregistrovany nebo ne, souhlasíš s pravidly určené na serveru. \n1. Hrac nesmi vulgarne nadavat do chatu. \n2. Hrac nesmi vyuzivat bugy serveru. \n3. Hrac nesmi pouzivat cheaty, cleo scripty. \n4. Hrac ma zakazane pouzivat rasizmus! \n5. Hrac ma zakazane zabijet na spawnu. \n5. Ostatne pravidla najdete na webu.. \n6. Hlavne se bav \n\n\n\nTento GameMode je cisto novy a udelany, je to BETA VERZE! Tak prosim nepiste okolo toho zadne sracky! Bude se to vylepsovat ATD... \n\n\n\n\n\n\n\n\n\n\nVerze: BETA","Souhlasim","Nesouhlasim");
     SendClientMessage(playerid, 0x00FF00FF, "[ STUNT SERVER ] - Vitej na STUNT serveru BETA!!");
     SendClientMessage(playerid, 0x00FF00FF, "[ STUNT SERVER ] - Tento stunt server je ve vystavbě, tak to prosim respektujte :) Dik");
     SendClientMessage(playerid, "[ STUNT SERVER - RADA ] - Zaregistruj se nebo se logni! Podla toho ci si tu už hrál");
        return 1;
    }


    public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
    {
     if(dialog==0);

    Kick(playerid)

    }

    }
     

    Když víte v čem je problém, tak poradte a opravte alebo připade řeknete kde sou chyby abych je napravil.

     

    Píše mi to týto erorry

     

    C:\Users\Doma\Desktop\stuntgamemode.pwn(67) : error 075: input line too long (after substitutions)
    C:\Users\Doma\Desktop\stuntgamemode.pwn(68) : error 037: invalid string (possibly non-terminated string)
    C:\Users\Doma\Desktop\stuntgamemode.pwn(68) : error 017: undefined symbol "Hrani"
    C:\Users\Doma\Desktop\stuntgamemode.pwn(68) : error 017: undefined symbol "na"
    C:\Users\Doma\Desktop\stuntgamemode.pwn(68) : fatal error 107: too many error messages on one line

    Compilation aborted.Pawn compiler 3.2.3664              Copyright © 1997-2006, ITB CompuPhase


    5 Errors.
     

×
×
  • Create New...