Jump to content

assasincreed080

Membru
  • Posts

    23
  • Joined

  • Last visited

    Never

Posts posted by assasincreed080

  1. Am o problema cu pluginul Whirpool,nu vrea sa-l ruleze host-ul,nu stiu care este cauza,am schimbat de multe ori acest plugin incercand sa-l fac sa mearga dar faca rezultate

    [pawn]Loading plugin: Whirpool

    Failed (plugins/Whirpool: cannot open shared object file: No such file or directory)[/pawn]

  2. Dimineata pe la ora 9:35,imi tot dadea crash cand vroiam sa pornesc samp.exe. Am reinstalat samp si tot lafel,crash incontinuu.M-am decis sa reinstalez gta san andreas,l-am dezinstalat iar acum cand vreau sa-l instalez,imi da aceasta eroare:

    g2cibV7.jpg

  3. SA-MP Dedicated Server

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

    v0.3z, ©2005-2014 SA-MP Team

    [23:22:04]

    [23:22:04] Server Plugins

    [23:22:04] --------------

    [23:22:04]  Loading plugin: mysql.so

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

    [23:22:04]  Loading plugin: sscanf.so

    [23:22:04]

    [23:22:04]  ===============================

    [23:22:04]      sscanf plugin loaded.   

    [23:22:04]    © 2009 Alex "Y_Less" Cole

    [23:22:04]    0.3d-R2 500 Players "dnee"

    [23:22:04]  ===============================

    [23:22:04]  Loaded.

    [23:22:04]  Loading plugin: streamer.so

    [23:22:04]

    *** Streamer Plugin v2.6.1 by Incognito loaded ***

    [23:22:04]  Loaded.

    [23:22:04]  Loading plugin: Whirlpool.so

    [23:22:04] 

    [23:22:04]  ==================

    [23:22:04] 

    [23:22:04]  Whirlpool loaded

    [23:22:04] 

    [23:22:04]  ==================

    [23:22:04] 

    [23:22:04]  Loaded.

    [23:22:04]  Loaded 3 plugins.

    [23:22:04]

    [23:22:04] Filterscripts

    [23:22:04] ---------------

    [23:22:04]  Loaded 0 filterscripts.

    [23:22:05] Script[gamemodes/Carbon.amx]: Run time error 19: "File or function is not found"

    [23:22:05] Number of vehicle models: 0

    Nu stiu cum s-o rezolv

  4. Am gasit un bug la modul Pro-Gaming 4.8.4,cand intru in Police Armory,nu ma pot misca.nu pot da /goto,nimic.

    Alt bug,cand dau /changeskin si ies de pe server  si nu merge sa dau Spawn

    c768GmA.jpg

    Ma poate ajuta cineva sa rezolv?

  5. CMD:goto(playerid,params[])

    {

        if(IsPlayerConnected(playerid))

        {

        if(gPlayerLogged[playerid] != 0)

        {

            new Float:PosX, Float:PosY, Float:PosZ, Float:PosIDX, Float:PosIDY, Float:PosIDZ, string[256], sendername[MAX_PLAYER_NAME], giveplayername[MAX_PLAYER_NAME], ID;

            if(sscanf(params, "u", ID)) return SendClientMessage(playerid, -1, ""PORTOCALIU"Scrie: "ALBASTRU2"/goto [Player ID]");

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

    GetPlayerName(ID, giveplayername, sizeof(giveplayername));

    if(IsPlayerConnected(ID))

    {

        if(ID != INVALID_PLAYER_ID)

        {

    if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pHelper] >= 1)

    {

    GetPlayerPos(ID, PosIDX, PosIDY, PosIDZ);

    if (GetPlayerState(playerid) == 2 || GetPlayerState(playerid) == 3)

    {

    new tmpcar = GetPlayerVehicleID(playerid);

    SetVehiclePos(tmpcar, PosIDX, PosIDY + 4, PosIDZ);

    TelePos[playerid][0] = 0.0; TelePos[playerid][1] = 0.0;

    LinkVehicleToInterior(tmpcar, GetPlayerInterior(ID));

    SetVehicleVirtualWorld(tmpcar, GetPlayerVirtualWorld(ID));

    SetPlayerInterior(playerid, GetPlayerInterior(ID));

    SetPlayerVirtualWorld(playerid, GetPlayerVirtualWorld(ID));

    }

    else

    {

    SetPlayerPos(playerid, PosIDX, PosIDY + 2, PosIDZ);

    SetPlayerInterior(playerid, GetPlayerInterior(ID));

    SetPlayerVirtualWorld(playerid, GetPlayerVirtualWorld(ID));

    }

    format(string, 256, ""GRI3"You have been teleported to: %s", giveplayername);

    SendClientMessage(playerid, -1, string);

    format(string, 256, ""PORTOCALIU"Admin Warning: "GALBEN"%s a folosit comanda "VERDE"/goto "GALBEN"si s-a teleportat la %s", sendername, giveplayername);

    AdminsMessage(-1, string);

    format(string, 256, ""PORTOCALIU"Helper Warning: "GALBEN"%s a folosit comanda "VERDE"/goto "GALBEN"si s-a teleportat la %s", sendername, giveplayername);

    HeadHelpersMessage(-1, string);

    GetPlayerPos(playerid, PosX, PosY, PosZ);

    GBPosX[playerid] = PosX;

    GBPosY[playerid] = PosY;

    GBPosZ[playerid] = PosZ;

    }

    else return SendClientMessage(playerid, -1, ""ALBASTRU2"Nu ai autorizatia sa folosesti aceasta comanda !");

    }

    }

    else return SendClientMessage(playerid, -1, ""GRI3"Acest player nu este conectat");

    }

    else return SendClientMessage(playerid, -1, ""ALBASTRU2"Nu esti conectat !");

    }

    return 1;

    }

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