Jump to content

Users

Membru
  • Posts

    117
  • Joined

  • Last visited

    Never

Posts posted by Users

  1. [18:48:39] *** Streamer Plugin: Obsolete or invalid native "Streamer_RegisterInterface" found (script needs to be recompiled with the latest include file)
    [18:48:39] *** Streamer Plugin: Obsolete or invalid native "Streamer_AddPlayer" found (script needs to be recompiled with the latest include file)
    [18:48:39] *** Streamer Plugin: Obsolete or invalid native "Streamer_RemovePlayer" found (script needs to be recompiled with the latest include file)
    [18:48:39] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyPickup" found (script needs to be recompiled with the latest include file)
    [18:48:39] *** Streamer Plugin: Obsolete or invalid native "Streamer_VerifyCheckpoint" found (script needs to be recompiled with the latest include file)

  2. Salut , m-a rugat Ireal.Ro sa ii creez un FS in care sa-ti iei Carnet De Sofer.

    Am facut un FS mic asa ca am zis sa-l postez si aici.

    Informatii : Cand intri de anunta daca nu ai carnet si iti pune un checkpoint sa te duci acolo sa-l iei.

    Cand intri in o masina si nu ai carnet il anunta.

    Download :

    PASTEBIN : http://pastebin.com/P1E5H5GA

    Randuri : 348

  3. Salut , am si eu o intrebare.Am si eu comadna aceasta :

    [pawn]if(strcmp(cmd,"/createnote",true)==0) // By Ellis

        {

            if(IsPlayerConnected(playerid))

            {

                if(gPlayerLogged[playerid] == 0)

                {

                    SendClientMessage(playerid, COLOR_GREY, "    You need to login first ! ");

                    return 1;

                }

                new length = strlen(cmdtext);

                while ((idx < length) && (cmdtext[idx] <= ' '))

                {

                    idx++;

                }

                new offset = idx;

                new result[64];

                while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))

                {

                    result[idx - offset] = cmdtext[idx];

                    idx++;

                }

                result[idx - offset] = EOS;

                if(length > 60)

                {

                    SendClientMessage(playerid, COLOR_GREY, "    Note is too long ! ");

                    return 1;

                }

                if(!strlen(result))

                {

                    SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /createnote [text]");

                    return 1;

                }

                if(PlayerInfo[playerid][pNote1s] == 0)

                {

                    strmid(PlayerInfo[playerid][pNote1], result, 0, strlen(result), 255);

                    PlayerInfo[playerid][pNote1s] = 1;

                    SendClientMessage(playerid, COLOR_WHITE, "Note created successfuly.");

                    return 1;

                }

                else if(PlayerInfo[playerid][pNote2s] == 0)

                {

                    strmid(PlayerInfo[playerid][pNote2], result, 0, strlen(result), 255);

                    PlayerInfo[playerid][pNote2s] = 1;

                    SendClientMessage(playerid, COLOR_WHITE, "Note created successfuly.");

                    return 1;

                }

                else if(PlayerInfo[playerid][pNote3s] == 0)

                {

                    strmid(PlayerInfo[playerid][pNote3], result, 0, strlen(result), 255);

                    PlayerInfo[playerid][pNote3s] = 1;

                    SendClientMessage(playerid, COLOR_WHITE, "Note created successfuly.");

                    return 1;

                }

                else if(PlayerInfo[playerid][pNote4s] == 0)

                {

                    strmid(PlayerInfo[playerid][pNote4], result, 0, strlen(result), 255);

                    PlayerInfo[playerid][pNote4s] = 1;

                    SendClientMessage(playerid, COLOR_WHITE, "Note created successfuly.");

                    return 1;

                }

                else if(PlayerInfo[playerid][pNote5s] == 0)

                {

                    strmid(PlayerInfo[playerid][pNote5], result, 0, strlen(result), 255);

                    PlayerInfo[playerid][pNote5s] = 1;

                    SendClientMessage(playerid, COLOR_WHITE, "Note created successfuly.");

                    return 1;

                }

                else

                {

                    SendClientMessage(playerid, COLOR_GREY, "    You have no free pages left at your notebook ! ");

                    return 1;

                }

            }

            return 1;

        }[/pawn]

    Am auzit de la multi ca iti poti da admin cu ea ... dar eu nu cred deoarece ea nu contine nimic legat de pAdmin prin ea ... imi puteti zice si mei daca este adevarat si cum ca sunt curios si daca as putea remedia aceasta problema?

  4. Salut , am creat o mapa fata in fata cu Police Departament din LS.

    Mapa contine un miniparculet , este mai exotica.

    Timp de lucru : 30 minute

    Obiecte : 144

    Poze : http://img3.imageshack.us/slideshow/webplayer.php?id=newbitmapimage2ts.png

    Mapa : http://pastebin.com/T7iMJQTV

    Mapa originala (neconvertita) : http://pastebin.com/7Vhqp2aT

    Sper sa va placa , nu este prima mea mapa.

    Mapa nu este furata de nicaieri este facuta de mine.

    Astept note :D

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