Jump to content

IuLyAnBoSs

Membru
  • Posts

    4
  • Joined

  • Last visited

    Never

Posts posted by IuLyAnBoSs

  1. Ce repede stiti sa furati Fs acest ceas lam luat si eu de pe samp.com nu mai postati ce nu e creat de voi. de asta nu a modificat ca nu stia io fost mai usor sa il ee si sa il puna pe acest forum.rusine

    Frumos, bravo...


    Asta:

    [pawn] if(weekday == 2){TextDrawSetString(Zile,"Marti");}

    if(weekday == 3){TextDrawSetString(Zile,"Miercuri");}

    if(weekday == 4){TextDrawSetString(Zile,"Joi");}

    if(weekday == 5){TextDrawSetString(Zile,"Vineri");}

    if(weekday == 6){TextDrawSetString(Zile,"Sambata");}

    if(weekday == 7){TextDrawSetString(Zile,"Duminica");}

    if(weekday == 1){TextDrawSetString(Zile,"Luni");}[/pawn]

    Nu era mai usor asa?

    [pawn] switch( weekday )

    {

    case 1: TextDrawSetString( Zile, "Luni" );

    case 2: TextDrawSetString( Zile, "Marti" );

    case 3: TextDrawSetString( Zile, "Miercuri" );

    case 4: TextDrawSetString( Zile, "Joi" );

    case 5: TextDrawSetString( Zile, "Vineri" );

    case 6: TextDrawSetString( Zile, "Sambata" );

    case 7: TextDrawSetString( Zile, "Duminica" );

    }

    [/pawn]

    Oricum, buna treaba...

  2. Dc imi apar aceste warnuri cand ii dau copilare ?

    C:\Documents and Settings\Administrator\Desktop\pawno\include\streamer.inc(435) : warning 202: number of arguments does not match definition

    C:\Documents and Settings\Administrator\Desktop\pawno\include\streamer.inc(449) : warning 202: number of arguments does not match definition

    Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    2 Warnings.

  3. Am creat o mapa cu CreateDynamicObject ca daca o faceam cu CreateObject nu citeste mai mult de 400 de objective am descarcat streamul asta, http://forum.sa-mp.com/showthread.ph...light=streamer ca sa mearga cu CreateDynamicObject si am bagat mapa pe serverul meu din pc am pornit si a mers dupa asta am bagato pe host si nu merge am sters de 3 ori serverul lam bagat iar am bagat si streamul si tot nu merge.uitati fs pe care il folosesc eu poate o fi din el da nu prea creed.

    /*

    [FS] By IuLyAnBoSs

    */

    #include <a_samp>

    #include <steamer>

    public OnFilterScriptInit()

    {

    CreateDynamicObject(xxxxxxxxxxxxxxxxxxx)

    }

    public OnFilterScriptExit()

    {

    return 1;

    }

    Eu am zis ca ii din cauza hostului.

    Ma puteti ajuta cu ceva?

×
×
  • 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.