Jump to content

Rio

Membru
  • Posts

    75
  • Joined

  • Last visited

Posts posted by Rio

  1. Am si eu o problema , am acest ceas ( linkul mai jos ) si cand intri pe server inainte sa ma loghez imi apare doar ora de la ceas , de ex e ora 12:45 imi apare doar 12 si dupa ce ma loghez apare tot. Si mai e o chestie , uneori se buguise si imi dispare ora adica ramane :45 fara 12 .

    link :  http://www.sa-mp.ro/forum/index.php?topic=6399.0

  2. POFTIM =)

    [pawn] if(strcmp(cmd, "/goto", true) == 0)

    {

        if(IsPlayerConnected(playerid))

        {

    tmp = strtok(cmdtext, idx);

    if(!strlen(tmp))

    {

    SendClientMessage(playerid, COLOR_GRAD2, "{00FF00}Tasteazã:{FFFFFF} /goto [playerid/PartOfName]");

    return 1;

    }

    new Float:plocx,Float:plocy,Float:plocz;

    new plo;

    plo = ReturnUser(tmp);

    new playa;

      playa = ReturnUser(tmp);

    if (IsPlayerConnected(plo))

    {

        if(plo != INVALID_PLAYER_ID)

        {

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

    {

    if(Spectate[playerid] != 255)

    {

    Spectate[playerid] = 256;

    }

    GetPlayerPos(plo, plocx, plocy, plocz);

    if(PlayerInfo[plo][pInt] > 0)

    {

    SetPlayerInterior(playerid,PlayerInfo[plo][pInt]);

    PlayerInfo[playerid][pInt] = PlayerInfo[plo][pInt];

    PlayerInfo[playerid][pLocal] = PlayerInfo[plo][pLocal];

    }

    if(PlayerInfo[plo][pInt] == 10 && PlayerInfo[plo][pLocal] == 500)

                {

                              SendClientMessage(playerid, COLOR_GRAD2, "You can`t go to this player");

              return 1;

                }

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

    {

    SetPlayerInterior(playerid,0);

    }

    if(plocz > 530.0 && PlayerInfo[plo][pInt] == 0) //the highest land point in sa = 526.8

    {

    SetPlayerInterior(playerid,1);

    PlayerInfo[playerid][pInt] = 1;

    }

    if (GetPlayerState(playerid) == 2)

    {

    new tmpcar = GetPlayerVehicleID(playerid);

    SetVehiclePos(tmpcar, plocx, plocy+4, plocz);

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

    }

    else

    {

    SetPlayerPos(playerid,plocx,plocy+2, plocz);

    }

    SendClientMessage(playerid, COLOR_GRAD1, "  {9D0000}*{F6C861}You have been teleported");

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

    {

    GetPlayerName(playa, giveplayer, sizeof(giveplayer));

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

        format(string, sizeof(string), " Admin {F81414}%s {AFAFAF}has teleported at you!",sendername);

                SendClientMessage(plo, COLOR_GREY, string);

    format(string,sizeof(string), "{DC0C0C}[info:] {FFFFFF}Admin {33FF33}%s {FFFFFF}Has teleported to {33FF33}%s",sendername, giveplayer);

    ABroadCast(COLOR_LIGHTRED,string, 5);

            }

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

    {

    GetPlayerName(playa, giveplayer, sizeof(giveplayer));

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

    format(string,sizeof(string), "{DC0C0C}[info:] {FFFFFF}Helper {33FF33}%s {FFFFFF}Has teleported to {33FF33}%s ",sendername, giveplayer);

    ABroadCast(COLOR_LIGHTRED,string, 5);

        format(string, sizeof(string), " Helper {F81414}%s {AFAFAF}has teleported at you!",sendername);

                SendClientMessage(plo, COLOR_GREY, string);

            }

    SetPlayerVirtualWorld(playerid,GetPlayerVirtualWorld(plo));

    HouseEntered[playerid] = HouseEntered[plo];

    }

    else

    {

    SendClientMessage(playerid, COLOR_GRAD1, "  Nu ai rangul administrativ necesar!");

    }

    }

    }

    else

    {

    format(string, sizeof(string), "  %d is not an active player.", plo);

    SendClientMessage(playerid, COLOR_GRAD1, string);

    }

    }

    return 1;

    }[/pawn]

    si gethere

    [pawn] if(strcmp(cmd, "/gethere", true) == 0)

    {

        if(IsPlayerConnected(playerid))

        {

    tmp = strtok(cmdtext, idx);

    if(!strlen(tmp))

    {

    SendClientMessage(playerid, COLOR_GRAD2, "{00FF00}Tasteazã:{FFFFFF} /gethere [playerid/PartOfName]");

    return 1;

    }

    new Float:plocx,Float:plocy,Float:plocz;

    new plo;

    plo = ReturnUser(tmp);

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

    GetPlayerName(plo, giveplayer, sizeof(giveplayer));

    if (IsPlayerConnected(plo))

    {

        if(plo != INVALID_PLAYER_ID)

        {

    if (PlayerInfo[plo][pAdmin] > 1338)

    {

    SendClientMessage(playerid, COLOR_GRAD1, "Ask the admin to goto you.");

    return 1;

    }

    /*else if(AFKCheck[plo] > 0)

        {

                            SendClientMessage(playerid, COLOR_GREY, "  Can't use this command on a afk player !");

        return 1;

                }*/

                if(PlayerInfo[playerid][pInt] == 10 && PlayerInfo[playerid][pLocal] == 500)

            {

                            SendClientMessage(playerid, COLOR_GRAD2, "You can`t use this command in this place");

            return 1;

            }

            if(PlayerInfo[plo][pJailed] == 1)

            {

                            SendClientMessage(playerid,COLOR_GREY,"  You can`t use this command on that player because is in jail !");

                            return 1;

                        }

                        if(WantedLevel[plo] >= 1)

                        {

                            SendClientMessage(playerid,COLOR_GREY,"  You can`t use this command on that player, is currently Wanted !");

                            return 1;

                        }

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

    {

    GetPlayerPos(playerid, plocx, plocy, plocz);

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

    {

    SetPlayerInterior(plo,PlayerInfo[playerid][pInt]);

    PlayerInfo[plo][pInt] = PlayerInfo[playerid][pInt];

    PlayerInfo[plo][pLocal] = PlayerInfo[playerid][pLocal];

    }

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

    {

    SetPlayerInterior(plo,0);

    }

    if(plocz > 930.0 && PlayerInfo[playerid][pInt] == 0) //the highest land point in sa = 526.8

    {

    SetPlayerInterior(plo,1);

    PlayerInfo[plo][pInt] = 1;

    }

    if (GetPlayerState(plo) == 2)

    {

    TelePos[plo][0] = 0.0;

    TelePos[plo][1] = 0.0;

    new tmpcar = GetPlayerVehicleID(plo);

    SetVehiclePos(tmpcar, plocx, plocy+4, plocz);

    }

    else

    {

    SetPlayerPos(plo,plocx,plocy+2, plocz);

    }

    SendClientMessage(plo, COLOR_GRAD1, "  You have been teleported");

    format(string,sizeof(string), "{DC0C0C}[info:] {FFFFFF}%s {FFFFFF}Has teleported {33FF33}%s (%d) {FFFFFF}to Himself",sendername,giveplayer,plo);

    ABroadCast(COLOR_LIGHTRED,string, 5);

    SetPlayerInterior(plo,GetPlayerInterior(playerid));

    SetPlayerVirtualWorld(plo,GetPlayerVirtualWorld(playerid));

    }

    else

    {

    SendClientMessage(playerid, COLOR_GRAD1, "  Nu ai rangul administrativ necesar!");

    }

    }

    }

    else

    {

    format(string, sizeof(string), "  %d is not an active player.", plo);

    SendClientMessage(playerid, COLOR_GRAD1, string);

    }

    }

    return 1;

    }[/pawn]

  3. Am mai rezolvat din erori , acuma imi dau astea

    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(120) : warning 201: redefinition of constant/macro (symbol "DIALOG_STYLE_PASSWORD")

    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(30645) : warning 219: local variable "mod" shadows a variable at a preceding level

    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(58941) : error 047: array sizes do not match, or destination array is too small

    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(58951) : error 047: array sizes do not match, or destination array is too small

    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(59070) : error 047: array sizes do not match, or destination array is too small

    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(59081) : error 047: array sizes do not match, or destination array is too small

    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(59101) : error 047: array sizes do not match, or destination array is too small

    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(59108) : error 047: array sizes do not match, or destination array is too small

    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(59154) : error 047: array sizes do not match, or destination array is too small

    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(59165) : error 047: array sizes do not match, or destination array is too small

    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(59185) : error 047: array sizes do not match, or destination array is too small

    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(59192) : error 047: array sizes do not match, or destination array is too small

    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(59253) : error 047: array sizes do not match, or destination array is too small

    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(60322) : warning 203: symbol is never used: "HouseInterior"

    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(60322) : warning 203: symbol is never used: "RandomRob"

    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(60322) : warning 203: symbol is never used: "RandomTow"

    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(60322) : warning 203: symbol is never used: "gGotoHouseInt"

    Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    Liniile sunt identice cu asta

    [pawn] new race_name[256],templine[128];

    format(race_name,sizeof(race_name), "%s.yr",tmp);

    if(!fexist(race_name))

    {

    format(ystring,sizeof(ystring), "The race \"%s\" doesn't exist.",tmp);

    SendClientMessage(playerid, COLOR_RED, ystring);

    return 1;

    }[/pawn]

    warningurile le rezolv eu dar erorile nu stiu cum , am schimbat valorile si tot aia

  4. (29) : warning 201: redefinition of constant/macro (symbol "MAX_STRING")
    (120) : warning 201: redefinition of constant/macro (symbol "DIALOG_STYLE_PASSWORD")
    (1335) : error 021: symbol already defined: "Time"
    (4866) : error 076: syntax error in the expression, or invalid function call
    (16282) : error 021: symbol already defined: "strtok"
    (16297) : error 047: array sizes do not match, or destination array is too small
    (18138) : error 047: array sizes do not match, or destination array is too small
    (18191) : error 047: array sizes do not match, or destination array is too small
    (18199) : error 047: array sizes do not match, or destination array is too small
    (18220) : error 047: array sizes do not match, or destination array is too small
    (18311) : error 047: array sizes do not match, or destination array is too small
    (18385) : error 047: array sizes do not match, or destination array is too small
    (18411) : error 047: array sizes do not match, or destination array is too small
    (18437) : error 047: array sizes do not match, or destination array is too small
    (18489) : error 047: array sizes do not match, or destination array is too small
    18564) : error 047: array sizes do not match, or destination array is too small
    (18573) : error 047: array sizes do not match, or destination array is too small
    (18645) : error 047: array sizes do not match, or destination array is too small
    (18771) : error 047: array sizes do not match, or destination array is too small
    (18880) : error 047: array sizes do not match, or destination array is too small
    (18890) : error 047: array sizes do not match, or destination array is too small
    (18892) : error 047: array sizes do not match, or destination array is too small
    (19151) : error 047: array sizes do not match, or destination array is too small
    (19241) : error 047: array sizes do not match, or destination array is too small
    (19251) : error 047: array sizes do not match, or destination array is too small
    (19281) : error 047: array sizes do not match, or destination array is too small
    19342) : error 047: array sizes do not match, or destination array is too small
    (19352) : error 047: array sizes do not match, or destination array is too small
    
    Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
    
    
    26 Errors.

    acestea sunt erorile

    16282

    [pawn]strtok(const string[], &index)

    {

    new length = strlen(string);

    while ((index < length) && (string[index] <= ' '))

    {

    index++;

    }[/pawn]

    30666

    [pawn]new mod = 100;[/pawn]

    19241

    [pawn]  x_nr = strtok(cmdtext, idx);[/pawn]

    Si toate erorile sunt cam lafel..

  5. Salut , am luat sistemul de porti a lui Gireada dar la compilare imi da niste erori , sistemul e acesta http://www.sa-mp.ro/forum/index.php?topic=25462.0

    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(119) : error 017: undefined symbol "CreatePlayerTextDraw"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(119) : warning 213: tag mismatch
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(120) : error 017: undefined symbol "PlayerTextDrawUseBox"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(121) : error 017: undefined symbol "PlayerTextDrawLetterSize"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(122) : error 017: undefined symbol "PlayerTextDrawFont"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(123) : error 017: undefined symbol "PlayerTextDrawSetShadow"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(124) : error 017: undefined symbol "PlayerTextDrawSetOutline"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(125) : error 017: undefined symbol "PlayerTextDrawColor"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(126) : error 017: undefined symbol "PlayerTextDrawShow"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(116) : warning 203: symbol is never used: "Ypos"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(116) : warning 203: symbol is never used: "Xpos"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(116) : warning 203: symbol is never used: "playerid"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(136) : error 017: undefined symbol "CreatePlayerTextDraw"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(136) : warning 213: tag mismatch
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(137) : error 017: undefined symbol "PlayerTextDrawUseBox"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(138) : error 017: undefined symbol "PlayerTextDrawBoxColor"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(139) : error 017: undefined symbol "PlayerTextDrawBackgroundColor"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(140) : error 017: undefined symbol "PlayerTextDrawLetterSize"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(141) : error 017: undefined symbol "PlayerTextDrawFont"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(142) : error 017: undefined symbol "PlayerTextDrawSetShadow"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(143) : error 017: undefined symbol "PlayerTextDrawSetOutline"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(144) : error 017: undefined symbol "PlayerTextDrawColor"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(145) : error 017: undefined symbol "PlayerTextDrawSetSelectable"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(146) : error 017: undefined symbol "PlayerTextDrawAlignment"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(147) : error 017: undefined symbol "PlayerTextDrawTextSize"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(148) : error 017: undefined symbol "PlayerTextDrawShow"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(133) : warning 203: symbol is never used: "Height"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(133) : warning 203: symbol is never used: "Width"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(133) : warning 203: symbol is never used: "Ypos"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(133) : warning 203: symbol is never used: "Xpos"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(133) : warning 203: symbol is never used: "playerid"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(157) : error 017: undefined symbol "CreatePlayerTextDraw"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(157) : warning 213: tag mismatch
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(158) : error 017: undefined symbol "PlayerTextDrawUseBox"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(159) : error 017: undefined symbol "PlayerTextDrawLetterSize"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(160) : error 017: undefined symbol "PlayerTextDrawFont"
    C:\Documents and Settings\PUBLICXz\Desktop\GM\New WinRAR archive\MakeFakeeeee\pawno\include\mSelection.inc(161) : error 017: undefined symbol "PlayerTextDrawSetShadow"
    
    Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
    
    
    26 Errors.

    Am toate includele de pe 0.3x , dupa ce am bagat si sscanf2 mi-au aparut erorile

  6. Salut.. am si eu o problema la compilarea GM-ului

    C:\Documents and Settings\PUBLICXz\My Documents\Downloads\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(13126) : warning 216: nested comment
    C:\Documents and Settings\PUBLICXz\My Documents\Downloads\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(23052) : error 029: invalid expression, assumed zero
    C:\Documents and Settings\PUBLICXz\My Documents\Downloads\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(23052) : error 029: invalid expression, assumed zero
    C:\Documents and Settings\PUBLICXz\My Documents\Downloads\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(23052) : error 029: invalid expression, assumed zero
    C:\Documents and Settings\PUBLICXz\My Documents\Downloads\GM\New WinRAR archive\MakeFakeeeee\gamemodes\gf.pwn(23052) : fatal error 107: too many error messages on one line
    
    Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
    
    
    4 Errors.

    Randul la care e eroarea

    [pawn]if (PlayerInfo[playerid][pAdmin] >= 1 && (m4event == 0) || PlayerInfo[playerid][pHelper] >= 1 && (m4event == 0))[/pawn]

    Chestia e ca am bagat niste mini-eventuri dintr-un gm in altul , si daca sterg asta cu m4 da la urmatorul , ak47 si tot asa

  7. imi da 2 erori

    C:\Documents and Settings\PUBLICXz\My Documents\Downloads\PRONIONS\filterscripts\impulsive.pwn(118) : error 055: start of function body without function header

    C:\Documents and Settings\PUBLICXz\My Documents\Downloads\PRONIONS\filterscripts\impulsive.pwn(119) : error 010: invalid function or declaration

  8. foarte bun fs`ul dar , dupa ce te deloghezi dupa server sau inchizi serverul , masina personala numai este a ta , trebuie sa dat /v lock1 si numai apare nici mesajul cand te urci pe el , sper sa rezolvi , in rest e bun

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