Jump to content

.shadoW

Membru
  • Posts

    264
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by .shadoW

  1. #define                   DIALOG_CREDITS                              2014

     

    [pawn]

    CMD:credits(playerid, params [ ] )

    {

                 new string [ 999 ];

                 strcat(string, "Owners: X, Y, Z n " );

                 strcat(string, "Mappers : X, Y, Z n " );

                 strcat(string, "Developer : X n " );

                 strcat(string, "Include: ZCMD etc n " );

                 ShowPlayerDialog( playerid, DIALOG_CREDITS , DIALOG_STYLE_MSGBOX, "Credits:", string, "OK","" );

                 return 1;

    }

    [/pawn]

     

    Na ce e asa de greu ? si nu e nevoie sa faci un FS cu asa ceva e o tampenie.

     

     

    Am pus 999 pentru ca ma grabeam :D

  2. Din cate stiu,StuntMan,nu prea mai activeaza pe forumuri si nici in domeniul scriptingului...

    Pe acest forum nu mai posteaza xD sti motivul :-j. Si inca scripteaza, Cauta pe la 0ping Green Zone Stuntage, sau pe comunitate xD.

     

     

    Din cate stiu eu el mai oferea servici scripting contra cost .

    Da asta face.

     

     

    siiiiiiiiiiiiii

     

     

     

    1. []stuntman[]

    2. Maurice

    3. Gireada

    4. 20CM

    5. xxSPEEDYxx

    6. Rock [V:*]

    7. MaxXx

    8. ReV

    9. Kiduu

    10. blacklife

    Asta e cel mai bun top 10 scripteri romani.

  3. nu prea isi are rostu dar nu inteleg ce legatura au alea cine wtf locuieste in canale? =)) ca nu se poate trai

     

    Poate ca acolo sta el >:) [glumeam] xD.

     

    Fara suparare nu as baga aceasta mapa pe server. Unde ai vazut masa de biliard intr-un canal ??? 0/5

  4. Foarte frumos. Dar zic sa te apuci si de un GM Stunt. Sa vedem cum va iesi...

    Mai bine nu pt ca toti astia care nu stiti pic de scripting astetptati totul moca xD.

     

    Felicitari 10/10

  5. Nick: MefX

    Problema: o probelma la include, am acel include dar nu-l citeste.

    Erori / warnings: filterscripts\ladmin4v2.pwn(2) : fatal error 100: cannot read from file: "lethaldudb"

    Lini/script:

    Ai incercat sa rezolvi singur ?: Da.

  6. Nick: MefX

    Problema: Nu imi apare in chat A+V

    Erori / warnings: nu

    Lini/script: [pawn] SetPlayerChatBubble(playerid, text, 0xFF9900AA, 200.0, 10000);

        if(AccInfo[playerid][Level] && AccInfo[playerid][Hide] == 0)

    {

    switch(AccInfo[playerid][Level])

    {

    case 11:

    {

    format(PText, 256, "[%d][{FF0000}Founder{FFFFFF}]: %s",playerid, text);

    SendPlayerMessageToAll(playerid, PText);

    return 0;

    }

    case 10:

    {

    format(PText, 256, "[%d][{FF0000}Owner{FFFFFF}]: %s",playerid, text);

    SendPlayerMessageToAll(playerid, PText);

    return 0;

    }

    case 1..9:

    {

    format(PText, 256, "[%d][{FF0000}A{FFFFFF}]: %s", playerid, text);

    SendPlayerMessageToAll(playerid, PText);

    return 0;

    }

    }

    }

    else if(AccInfo[playerid][pVip] >= 1)

    {

    format(PText, 256, "[%d][{FF0000}V{FFFFFF}]: %s", playerid, text);

    SendPlayerMessageToAll(playerid, PText);

            return 0;

    }

    else

    {

    format(PText, 256, "[%d]: %s", playerid, text);

    SendPlayerMessageToAll(playerid, PText);

    return 0;

    }

    if( AccInfo[playerid][Level] == 1  && AccInfo[playerid][pVip] == 1 )

    {

    format(PText, 256, "{FFFFFF}[{FF0000}A{FFFFFF}+{FF0000}V{FFFFFF}][%d]: %s", playerid, text);

    SendPlayerMessageToAll(playerid, PText);

            return 0;

    }

    return 1;

    }[/pawn]

    Ai incercat sa rezolvi singur ?: Da

  7. Pune la public OnPlayerSpawn(playerid) 

    [pawn]

    TextDrawShowForPlayer(playerid, SLText); //Ii seteaza playerului ca TextDraw-ul sa ii apare cand se Spawneaza

    [/pawn]

    Am facut cum ai zis tu si dupa spawn "S" Dispare si apare doar "tunT LifE"

    Eu stiu ca daca folosesti "Zamaroht TextDraw Editor" , la sfarsit cand dai Export project este o optiune pentru Class Selection , ai selectat-o?

    Nu incerc si revin cu edit.

  8. Nick: MefX

    Problema: TextDrawu-l se sterge dupa ce ma spawnez

    Erori / warnings: ----

    Lini/script:

    [pawn]new Text:SLText, Text:tunTLif, Text:ELText;

    SLText = TextDrawCreate(25.000000, 318.000000, "S");

    TextDrawColor(SLText,0x0066CCFF);

    TextDrawFont(SLText, 0);

    TextDrawLetterSize(SLText, 1.0000, 2.0000);

    //----------------------------------------------

    tunTLif = TextDrawCreate(77.000000, 318.000000, "tunT Lif");

        TextDrawColor(tunTLif,0xFFFFFFFF);

    TextDrawFont(tunTLif, 0);

    TextDrawLetterSize(tunTLif, 1.0000, 2.0000);

    //----------------------------------------------

    ELText = TextDrawCreate(144.000000, 318.000000, "E");

        TextDrawColor(ELText,0xFFFF00FF);

    TextDrawFont(ELText, 0);

    TextDrawLetterSize(ELText, 1.0000, 2.0000);[/pawn]

    Ai incercat sa rezolvi singur ?: Da am incercat dar nu am reusit

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.