Jump to content

Armyww

Membru
  • Posts

    83
  • Joined

  • Last visited

    Never

Posts posted by Armyww

  1. :.." post="121388" timestamp="1334919324"]

    Gresit total ... LOL :))

    Scrie sus de tot

    [pawn]#pragma unused PlayerPos[/pawn]

    Auzi la tine, de ce sa tii variabile daca nu le folosesti? Delete it.

    Eu de unde sa stiu ce are el in gamemode?

    Sa posteze dracu' liniile si gata :)

  2. Si cica de ce astia nu stiu scripting...

    A variable is basically a bit of memory, it's where data is stored and can be changed and read as required. Variables are one or more cells, a cell is 32 bits (4 bytes) big and by default signed so they can store from -2147483648 to 2147483647 (although -2147483648 is poorly defined in PAWN and gives odd results if displayed). A variable made from more than one cell is called an array, strings are a special type of array where each cell holds a character of the string (or 4 characters in packed strings, but they're not covered here).

    Cand ii zice asa unui newbie, e clar l-a bagat in ceata.

  3. shaaaaaaaaaaajiajahaihiaashjahaihajjhahiashaaaaaaaaaaajiajahaihiaashjahaihajjhahiashaaaaaaaaaaajiajahaihiaashjahaihajjhahiashaaaaaaaaaaajiajahaihiaashjahaihajjhahiahiast8123616178asp]hokhanjkajaabmabka aahnaiyashaaaaaaaaaaajiajahaihiaashjahaihajjhahiashaaaaaaaaaaajiajahaihiaashjahaihajjhahiashaaaaaaaaaaajiajahaihiaashjahaihajjhahiashaaaaaaaaaaajiajahaihiaashjahaihajjhahiahiast8123616178asp]hokhanjkajaabmabka aahnaiyashaaaaaaaaaaajiajahaihiaashjahaihajjhahiashaaaaaaaaaaajiajahaihiaashjahaihajjhahiashaaaaaaaaaaajiajahaihiaashjahaihajjhahiashaaaaaaaaaaajiajahaihiaashjahaihajjhahiahiast8123616178asp]hokhanjkajaabmabka aahnaiya94728uy2jihasdkalhahpaohahpahakphopahasmla

    Si crezi ca ala a inteles ceva?

    Cred ca nici unde sa-l bage nu stie

  4. PawnFox" post="120449" timestamp="1334597071"]

    pentru warninguri > [pawn] #pragma tabsize 0 [/pawn]

    pentru erorile cu RemoveBuildingForPlayer ... ai sa-mp 0.3d ? si liniile sunt adaugate la OnPlayerConnect ?

    Alt copil copac, DE CE DRACU SA PUN PAGRAMA TABSIZE? Cretini frate :|

    E GREU SA SPUI ARANJEAZA RANDURILE :|?

  5. Uite cmd /rac fara buguri :

    [pawn]if(strcmp(cmd, "/respawnallcars", true) == 0 || strcmp(cmd, "/rac", true) == 0) // by Mr.Kiss

    {

        if(IsPlayerConnected(playerid))

        {

            if(PlayerInfo[playerid][pAdmin] < 4)

    {

        SendClientMessage(playerid, COLOR_GRAD1, "** you are not authorized to use that command!");

        return 1;

    }

    new bool:unwanted[MAX_VEHICLES];

    for(new player=0; player<MAX_PLAYERS; player++)

        {

                if(IsPlayerInAnyVehicle(player)) { unwanted[GetPlayerVehicleID(player)]=true; }

        }

    for(new car = 1; car <= 1850; car++)

    {

    if(!unwanted[car]) SetVehicleToRespawn(car);

    }

    format(string, sizeof(string), "Toate Masinile au fost Respawnate de Adminul : %s.", sendername);

    BroadCast(0x5EFB6EFF,string);

    format(string, sizeof(string), "[ADMIN]: %s has Respawned All Cars.", sendername);

    ABroadCast(COLOR_LIGHTRED,string, 5);

    GameTextForAll("~w~Toate Masinile au fost~n~~g~Respawnate!",5000,1);

    new y, m, d;

    new h,mi,s;

    getdate(y,m,d);

    gettime(h,mi,s);

    format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s a respawnat toate masinile",d,m,y,h,mi,s,sendername);

    AdminLog(string);

    }

    return 1;

    }[/pawn]

    Alt destept, si ce bun e uauau.

    Dati-va foc :-j.

  6. Salut am o problema la culori dau color aleg o culoare o seteaza dar cand intru imi baga culoare negru face asa la toate culorile

    sa va arat ce am

    culoarea verde

    #define Green 0xf,,,

    enum pinfo

    {

    color,

    };

    new P_DATA[MAX_PLAYERS][pinfo];

    dupaia la insert am

    format(query,sizeof(query), "INSERT INTO `cl` ( `Col` ) VALUES('%d')", inputtext[0]);

    R=db_query* db, Query );

    if( listitem == 0 )

    {

    SetPlayerColor( pplayerid, Green );

    }

    asa  si imi insereaza numele Green

    si cand dau Spawn

    SetPlayerColor(playerid, C_DATA[playerid][ClanColor]);

    ca lam facut pe nume nu pe numere ma poate ajuta cine intrun fel si pe cifre orice D: MS:d

    Ba da vorbeste dracu sa inteleg ceva, ma jur ca n-am inteles ceva :|

    Si de ce dracu' trebuia inca o matrice? tu gandesti?

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