Jump to content

CoSmInUuTzZ

Membru
  • Posts

    125
  • Joined

  • Last visited

    Never

Posts posted by CoSmInUuTzZ

  1. Am luat si asta rock si lafel face [pawn]SA-MP Dedicated Server

    ----------------------

    v0.3x, ©2005-2013 SA-MP Team

    [21:42:54] filterscripts = ""  (string)

    [21:42:54]

    [21:42:54] Server Plugins

    [21:42:54] --------------

    [21:42:54]  Loading plugin: mysql.so

    [21:42:54]  Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by plugins/mysql.so))

    [21:42:54]  Loading plugin: sscanf.so

    [21:42:54]

    [21:42:54]  ===============================

    [21:42:54]      sscanf plugin loaded.   

    [21:42:54]    © 2009 Alex "Y_Less" Cole

    [21:42:54]  ===============================

    [21:42:54]  Loaded.

    [21:42:54]  Loaded 1 plugins.

    [21:42:54]

    [21:42:54] Ban list

    [21:42:54] --------

    [21:42:54]  Loaded: samp.ban

    [21:42:54]

    [21:42:54]

    [21:42:54] Filterscripts

    [21:42:54] ---------------

    [21:42:54]  Loaded 0 filterscripts.

    [21:42:54] Script[gamemodes/gtasarp.amx]: Run time error 19: "File or function is not found"

    [21:42:54] Number of vehicle models: 0

    [/pawn]

    Am aceeiasi problema ca si el

  2. Am incercat sa pun gm pe host  si uitati ce imi da [pawn]SA-MP Dedicated Server

    ----------------------

    v0.3x, ©2005-2013 SA-MP Team

    [21:21:16] filterscripts = ""  (string)

    [21:21:16]

    [21:21:16] Server Plugins

    [21:21:16] --------------

    [21:21:16]  Loading plugin: mysql.so

    [21:21:16]  Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)

    [21:21:16]  Loading plugin: sscanf.so

    [21:21:16]

    [21:21:16]  ===============================

    [21:21:16]      sscanf plugin loaded.   

    [21:21:16]    © 2009 Alex "Y_Less" Cole

    [21:21:16]  ===============================

    [21:21:16]  Loaded.

    [21:21:16]  Loaded 1 plugins.

    [21:21:16]

    [21:21:16] Ban list

    [21:21:16] --------

    [21:21:16]  Loaded: samp.ban

    [21:21:16]

    [21:21:16]

    [21:21:16] Filterscripts

    [21:21:16] ---------------

    [21:21:16]  Loaded 0 filterscripts.

    [21:21:16] Script[gamemodes/gtasarp.amx]: Run time error 19: "File or function is not found"

    [21:21:16] Number of vehicle models: 0

    [/pawn]

    Stiu ce imi trebuie libmysqlclient_r.so.16 dar nu gasesc

  3. if(strcmp(cmd, "/v color", true) == 0)

            {

                if(PlayerInfo[playerid][pPcarkey] == 999 && PlayerInfo[playerid][pPcarkey2] == 999 && PlayerInfo[playerid][pPcarkey3] == 999)

            {

                SendClientMessage(playerid, COLOR_GREY,"  You don't have a vehicle to respray.");

                return 1;

            }

            if(GetPlayerMoney(playerid) < 1000)

            {

                SendClientMessage(playerid, COLOR_GREY,"  You don't have enough money for vehicle respray.");

                return 1;

            }

            tmp = strtok(cmdtext, idx);

            if(!strlen(tmp))

    {

    SendClientMessage(playerid, COLOR_WHITE, "USAGE: /v color [ColorOneID] [ColorTwoID]");

    return 1;

    }

    new color1;

    color1 = strval(tmp);

    if(color1 < 0 && color1 > 126)

    {

        SendClientMessage(playerid, COLOR_GREY, "  Wrong color id!");

        return 1;

    }

    tmp = strtok(cmdtext, idx);

            if(!strlen(tmp))

    {

    SendClientMessage(playerid, COLOR_WHITE, "USAGE: /v color [ColorOneID] [ColorTwoID]");

    return 1;

    }

    new color2;

    color2 = strval(tmp);

    if(color2 < 0 && color2 > 126)

    {

        SendClientMessage(playerid, COLOR_GREY, "  Wrong color id!");

        return 1;

    }

    new vehid;

    if(GetPlayerVehicleID(playerid) == PlayerInfo[playerid][pPcarkey]) { vehid = PlayerInfo[playerid][pPcarkey]; }

    else if(GetPlayerVehicleID(playerid) == PlayerInfo[playerid][pPcarkey2]) { vehid = PlayerInfo[playerid][pPcarkey2]; }

    else if(GetPlayerVehicleID(playerid) == PlayerInfo[playerid][pPcarkey3]) { vehid = PlayerInfo[playerid][pPcarkey3]; }

    else { return 1; }

            if(IsPlayerInVehicle(playerid, vehid))

            {

            CarInfo[vehid][cColorOne] = color1;

                    CarInfo[vehid][cColorTwo] = color2;

                    GivePlayerMoney(playerid, -1000);

                    GameTextForPlayer(playerid, "~w~Bill for a Paint Respray~n~~r~-$1000", 5000, 1);

                    ChangeVehicleColor(vehid, color1, color2);

                    OnPropUpdate();

    OnPlayerUpdate(playerid);

    return 1;

        }

            else

            {

                SendClientMessage(playerid, COLOR_GREY,"  You are not in your vehicle.");

                return 1;

            }

            }

  4. Pune numele la pwn si amx ionut1 legat daca este despartit nu se citeste

    EX:

    [pawn]echo Executing Server Config...

    lanmode 0

    rcon_password ionut

    maxplayers 50

    bind 93.114.82.48

    port 7777

    hostname Nu intrati!

    gamemode0 ionut1

    filterscripts bfxtuner controlvehicul rope spam animlist peaje m F_SpeedoMeter WeaponHolder adminspec

    plugins streamer.so

    announce 0

    query 1

    weburl In lucru

    maxnpc 0

    onfoot_rate 40

    incar_rate 40

    weapon_rate 40

    stream_distance 300.0

    stream_rate 1000[/pawn]

    Numai ca tu modifici si amx si pwn din gamemodes

  5. [pawn]if(strcmp(cmd, "/sellhouse", true) == 0)

    {

        if(IsPlayerConnected(playerid))

    {

    GetPlayerName(playerid, playername, sizeof(playername));

    if(PlayerInfo[playerid][pPhousekey] == 255)

    {

    SendClientMessage(playerid, COLOR_WHITE, "You don't own a house.");

    return 1;

    }

    if(PlayerInfo[playerid][pMarried] > 0)

        {

            SendClientMessage(playerid, COLOR_GREY, "  You are Married, can't sell the House !");

            return 1;

        }

    if(PlayerInfo[playerid][pPhousekey] != 255 && strcmp(playername, HouseInfo[PlayerInfo[playerid][pPhousekey]][hOwner], true) == 0)

    {

    new house = PlayerInfo[playerid][pPhousekey];

    HouseInfo[house][hHel] = 0;

    HouseInfo[house][hArm] = 0;

    HouseInfo[house][hHealthx] = 0;

    HouseInfo[house][hHealthy] = 0;

    HouseInfo[house][hHealthz] = 0;

    HouseInfo[house][hArmourx] = 0;

    HouseInfo[house][hArmoury] = 0;

    HouseInfo[house][hArmourz] = 0;

    HouseInfo[house][hLock] = 1;

    HouseInfo[house][hOwned] = 0;

    HouseInfo[house][hVec] = 418;

    HouseInfo[house][hVcol1] = -1;

    HouseInfo[house][hVcol2] = -1;

    GetPlayerName(playerid, sendername, sizeof(sendername));

    strmid(HouseInfo[house][hOwner], "The State", 0, strlen("The State"), 255);

    ConsumingMoney[playerid] = 1;

    GivePlayerCash(playerid,HouseInfo[house][hValue]);

    PlayerPlaySound(playerid, 1052, 0.0, 0.0, 0.0);

    format(string, sizeof(string), "~w~Congratulations~n~ You have sold your property for ~n~~g~$%d", HouseInfo[house][hValue]);

    GameTextForPlayer(playerid, string, 10000, 3);

    PlayerInfo[playerid][pPhousekey] = 255;

    if(PlayerInfo[playerid][pLocal] == house)

    {

    SetPlayerInterior(playerid,0);

    SetPlayerPos(playerid,HouseInfo[house][hEntrancex],HouseInfo[house][hEntrancey],HouseInfo[house][hEntrancez]);

    PlayerInfo[playerid][pInt] = 0;

    }

    OnPropUpdate();

    //OnPlayerUpdateEx(playerid);

    return 1;

    }

    else

    {

    SendClientMessage(playerid, COLOR_WHITE, "You don't own a house.");

    }

    }

    return 1;

    }[/pawn]

    Asta e toata comanda

  6. Salut am pus gm pe host a mers totul perfect iar dupa restart numai imi apareau obiectele am dat iar si mi-au aparut iar acum numai apar deloc nici dupa 10 restarturi si nu imi da nici 1 warning nici o eroare imi puteti spune cum rezolv va rog ?

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