Jump to content

scr3ws0f7

Membru
  • Posts

    153
  • Joined

  • Last visited

    Never

Posts posted by scr3ws0f7

  1. Ruben" post="76859" timestamp="1307940772"]

    U esti mai marele scripterilor vad,nu ai inceput tot ca el?Sau inca esti mai varza ca el?Si comentezi sa te bagi singur in seama!

    eu am invatat singur ;) nu ceream ajutor si la textdraw :| o_0

    hai ca am dat-o in offtopic :))

  2. Webhost? Parca e Gamehost ? Ce zici ? SAMP-ul e joc sau site ?

    PS: poate esti floodat ;)

    serverele pe linux nu pot fii floodate ;)

    Schimba gm-ul sa vezi daca are acealasi lag sau dai lu unu ip-ul sa vezi poate e de la netul tau :undecided:

  3. Am un speedometru pe server care indica viteza maxima 199 de km/h si as vrea sa il fac sa arate maxim 240 cum fac asta?Si ce lini trebuie sa postez din el?? :-??

    nush... daca ai prob dami un buz pe mess si iti arat ce sa postezi..

  4. Am si eu o prob nu pot schimba mapa ea apre LS SF si eu din gm am schimbat-o in LS LV dc? apare la fel am datg si copatible

    cauti in server.cfg mapname x....

    sau te duci frumusel in gamemode la public OngameModeiNt si cauti SendRconCommand("mapname .......");

  5. 1.Cum fac cand sunt intro zona de Dm sa nu pot folosi /teles?

    2.Cum pun Anti Reclama pe /ad?

    1:

    sus de tot

    [pawn]//DM

    new IsInDM[MAX_PLAYERS];[/pawn]

    la

    [pawn]public OnPlayerConnect(playerid)[/pawn]

    pui

    [pawn]  IsInDM[playerid] = 0;[/pawn]

    la

    [pawn]public OnPlayerDisconnect(playerid, reason)[/pawn]

    pui

    [pawn]  IsInDM[playerid] = 0;[/pawn]

    la

    [pawn]public OnPlayerSpawn(playerid)[/pawn]

    pui

    [pawn]  IsInDM[playerid] = 0;[/pawn]

    [pawn]public OnPlayerDeath(playerid, killerid, reason)

    pui

    [pawn]

        if(IsInDM[playerid] ==1)

        {

            SetPlayerScore(killerid,GetPlayerScore(killerid)+1);

            SetPlayerScore(playerid,GetPlayerScore(playerid)-1);

            GivePlayerMoney(killerid, 1800);

            GivePlayerMoney(playerid, -1000);

            return 1;

        }

        if(IsInDM[playerid] ==0)

        {

            SetPlayerScore(killerid,GetPlayerScore(killerid)-1);

            GivePlayerMoney(killerid, -2000);

            return 1;

        }

        IsInDM[playerid] = 0;

        nojump2[playerid] = 0;[/pawn]

    [pawn]if (strcmp("/teles", cmdtext, true, 10) == 0)

    {

    if(IsInDM[playerid] ==1)

        {

        SendClientMessage(playerid,COLOR_LIGHTBLUE,"Daca vrei sa folosesti acceasta comanda tastaza /leavedm");

        return 1;

        }

    AICI pui restul comenzi de la teles....

    return 1;

    }[/pawn]

    si unde sunt zonele de dm gen : minigun,war... etc nush ce ai tu prin srv dar ma rog :P

    iti dau un ex...

    [pawn]if(strcmp(cmdtext, "/minigun", true) == 0)

            {

            if(IsInDM[playerid] ==1)

    restul comenzi......

    [/pawn]

    PS asa poti sa faci si la restul comenzilor ;)

    la 2 nu inteleg ce vrei sa spui....

  6. Deci  am pus un mod pe ftp,si porneste dar nu arata modul,dc?:|  am mai avut problema asta,si a trebuit ceva sters...dar nu mai tin minte...ce

    Ajutor va rog,multumesc muuuult :x

    poate nu ai pus tu...cauta in gm [pawn]public OnGameModeInit()[/pawn]

    si vezi daca ai [pawn]SetGameModeText("......");[/pawn]

    sau o fi de la compliere... incearca sa il compliezi dupa sa il pui pe host

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