Jump to content

Senal

Membru
  • Posts

    43
  • Joined

  • Last visited

Profile Information

  • Level of knowledge
    Mediu

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Senal's Achievements

Contributor

Contributor (5/14)

  • First Post
  • Collaborator
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Senal

    erori

    Daca nu se poate rezolva, T/C.
  2. Senal

    erori

    te rog exprima-te mai bine. uite o poza:
  3. Senal

    erori

    #include <ShowInfoForPlayer> #include <ezBrief> #define MAX_BOTS (2) #define MAX_LOGIN_ATTEMPTS (3) #define MAX_ATMS (25) linia 472: bStream[200],
  4. Senal

    erori

    \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.
  5. 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)
  6. Senal

    erori

    care format? vad ca-i inchisa
  7. \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
  8. Senal

    erori

    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; }
  9. Senal

    erori

    check pm <3 srry de off-topic
  10. Senal

    erori

    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
  11. Senal

    erori

    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.
  12. 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"
  13. Senal

    pica..

    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!!!
  14. si eu incerc s-o rezolv
×
×
  • 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.