Jump to content

Senal

Membru
  • Posts

    43
  • Joined

  • Last visited

Posts posted by Senal

  1. Acum 35 minute, Limited a spus:

    Fă te rog o poza care sa cuprinda primele erori, legat de erorile de la linia 472, nu sunt bun, deoarece acele erori apartin de includeul mSelection,

    p\virtual\pawno\include\mSelection.inc(472) :

    deci poti cauta un include bun, sau rezolvi eroarea din el, cat despre primele erori, uploadeaza poza pe imgur.

    te rog exprima-te mai bine. uite o poza: BuSV9Zv.png

     

  2. Acum 1 minut, Limited a spus:

    Salut, arata-mi si liniile te rog,pentru a te putea ajuta.

    #include                 <ShowInfoForPlayer>

    #include                <ezBrief>

    #define                 MAX_BOTS                                (2)

    #define                    MAX_LOGIN_ATTEMPTS                        (3)
    #define                 MAX_ATMS                                (25)

    linia 472:     bStream[200],

  3. \Desktop\virtual\pawno\include\ShowInfoForPlayer.inc(18) : error 010: invalid function or declaration
    \Desktop\virtual\pawno\include\ShowInfoForPlayer.inc(21) : error 010: invalid function or declaration
    \Desktop\virtual\pawno\include\ShowInfoForPlayer.inc(24) : error 010: invalid function or declaration
    \Desktop\virtual\pawno\include\ShowInfoForPlayer.inc(27) : error 010: invalid function or declaration
    \Desktop\virtual\pawno\include\ShowInfoForPlayer.inc(37) : error 010: invalid function or declaration
    \Desktop\virtual\pawno\include\ShowInfoForPlayer.inc(38) : error 010: invalid function or declaration
    \Desktop\virtual\pawno\include\mSelection.inc(472) : error 017: undefined symbol "DSMenu"
    \Desktop\virtual\pawno\include\mSelection.inc(472) : warning 215: expression has no effect
    \Desktop\virtual\pawno\include\mSelection.inc(472) : error 001: expected token: ";", but found "]"
    \Desktop\virtual\pawno\include\mSelection.inc(472) : error 029: invalid expression, assumed zero
    \Desktop\virtual\pawno\include\mSelection.inc(472) : fatal error 107: too many error messages on one line

    Compilation aborted.Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase


    10 Errors.
     

  4. nea' , l-am luat sa fac un test si da unknown mode 

    [13:34:17] Script[gamemodes/blazed.amx]: Run time error 19: "File or function is not found"[13:34:17]   Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
    
    
    [13:34:17]   Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)

     

  5. La 30.01.2017 la 0:24, AddisoN a spus:

    Din cate observ pName si VIPCHAT sunt 2 functii pe care probabil ai uitat sa le copiezi cand ai bagat sistemu 

     

    Edit nu ai inchis paranteza de la format

    care format? vad ca-i inchisa

  6. \Desktop\GAMEMODE RedUnder\gamemodes\RedUnder.pwn(19603) : warning 213: tag mismatch
    \Desktop\GAMEMODE RedUnder\gamemodes\RedUnder.pwn(20059) : warning 235: public function lacks forward declaration (symbol "VipChat")
    \erkal\Desktop\GAMEMODE RedUnder\gamemodes\RedUnder.pwn(20065) : warning 213: tag mismatch
    \Desktop\GAMEMODE RedUnder\gamemodes\RedUnder.pwn(20586) : warning 213: tag mismatch
    \Desktop\GAMEMODE RedUnder\gamemodes\RedUnder.pwn(20829) : warning 213: tag mismatch
    \Desktop\GAMEMODE RedUnder\gamemodes\RedUnder.pwn(26487) : warning 213: tag mismatch
    \Desktop\GAMEMODE RedUnder\gamemodes\RedUnder.pwn(26517) : warning 213: tag mismatch
    \Desktop\GAMEMODE RedUnder\gamemodes\RedUnder.pwn(26522) : warning 213: tag mismatch
    \Desktop\GAMEMODE RedUnder\gamemodes\RedUnder.pwn(26538) : warning 213: tag mismatch
    \Desktop\GAMEMODE RedUnder\gamemodes\RedUnder.pwn(26555) : warning 213: tag mismatch
    \Desktop\GAMEMODE RedUnder\gamemodes\RedUnder.pwn(26585) : warning 213: tag mismatch
    \Desktop\GAMEMODE RedUnder\gamemodes\RedUnder.pwn(26590) : warning 213: tag mismatch
    \Desktop\GAMEMODE RedUnder\gamemodes\RedUnder.pwn(29504) : warning 213: tag mismatch
    \Desktop\GAMEMODE RedUnder\gamemodes\RedUnder.pwn(41436) : warning 213: tag mismatch
    \Desktop\GAMEMODE RedUnder\gamemodes\RedUnder.pwn(41447) : warning 213: tag mismatch
    \Desktop\GAMEMODE RedUnder\gamemodes\RedUnder.pwn(42651) : warning 217: loose indentation
    Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase

  7. CMD:viprep(playerid,params[])
    {
    if(PlayerInfo[playerid][pVIP] == 0)return SCM(playerid, COLOR_GREY, "You are not a VIP.");
    if(PlayerInfo[playerid][pVIP] >= 1)
    {
    if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You're not in a vehicle.");

    RepairVehicle(GetPlayerVehicleID(playerid));
    new szMessage[502];
    format(szMessage, sizeof(szMessage), "{F2CF09}(Info) VIP %s has fixed his vehicle.", pName(playerid);
    VIPCHAT(-1, szMessage);
    }
    return 1;
    }

  8. am rezolvat acum imi da asa

    gamemodes\gm.pwn(40736) : error 012: invalid function call, not a valid address
    gamemodes\gm.pwn(40736) : warning 215: expression has no effect
    gamemodes\gm.pwn(40736) : error 001: expected token: ";", but found ")"
    gamemodes\gm.pwn(40736) : error 029: invalid expression, assumed zero
    gamemodes\gm.pwn(40736) : fatal error 107: too many error messages on one line

  9. Acum 1 minut, DaEdRiC-FoX a spus:

    #define DIALOG_VIPWHEELS 6969

    si restul nu stiu ce fel de variabile sunt ca sa iti pot arata, trebuie sa-mi dai liniiile cu erorile

     

    gamemodes\gm.pwn(40733) : error 017: undefined symbol "pName"
    gamemodes\gm.pwn(40734) : error 017: undefined symbol "VIPCHAT"
    gamemodes\gm.pwn(40750) : error 017: undefined symbol "pName"
    gamemodes\gm.pwn(40751) : error 017: undefined symbol "VIPCHAT"
    gamemodes\gm.pwn(40788) : error 010: invalid function or declaration
    Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase

    am bagat cum mi-ai zis #define :)


    5 Errors.

  10. Am si eu probleme cu aceste erori, am bagat sistemul de vip si-mi da erorile astea la restu' nu-mi da cu erorile astea am probleme :)

    poate aveti voi idee de ce face asa :) +1 pt cel care ma ajuta ;)

    (40732) : error 017: undefined symbol "pName"
    (40733) : error 017: undefined symbol "VIPCHAT"
    (40749) : error 017: undefined symbol "pName"
    (40750) : error 017: undefined symbol "VIPCHAT"
    (40760) : error 017: undefined symbol "DIALOG_VIPWHEELS"

  11. salut. mai sunt copiii de astia care dau /report %s si /changepass %n si iti pica serverul..

    dar am venit aici sa ma ajutati si sa-mi spuneti cum sa fac sa numai pice cand dau ei /report %s si /changepass %n.

    am nevoie urgent de ajutor si de un raspuns, multumesc!!!

  12. Acum 19 ore, Mr. a spus:

    Este un bug cand te respawnezi tot acelasi skin il ai si daca esti intr-o factiune este skinul 1. De ce ?

     

    stiu si eu am aceeasi problema, dar se rezolva usor daca stii cum.

    eu m-am lasat 4 luni de sa-mp si numai stiu aproape nimic, dar tot imi fac treaba si incetul cu incetul imi revin in maxim 1 luna :)

  13. 1 oră în urmă, AddisoN a spus:

    Verifica onplayerspawn sau onplayerlogin (sau cum ai tu cand incarca datele jucatorului la logare)

    Bun,am gasit onplayerlogin. Si acum? Am cautat date despre skin si nu am gasit :)

    Edit: am gasit ambele si onplayerspawn si login

  14. noroc. am si eu nevoie sa stiu de ce cand intra un player nou pe server (sa-mp) ii da skinul lui cj (carl johnson) si cum pot sa schimb skinul default?

    daca aveti idee de ce, lasati un comentariu mai jos si daca ma ajuta +1 <3

    Astept raspunsuri, multumesc!

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