Jump to content

wNekiRo

Membru
  • Posts

    196
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by wNekiRo

  1. wNekiRo

    Opening

    Am si eu o persoana cu care pot deschide un forum, ceva? ( fac pe gratis ca ma plictisesc ) Vin doar cu mana de lucru, restul le achizionati voi
  2. Îl poți compila chiar tu, n-ai nevoie de amx.
  3. Frumos,multumesc man,tpwp
  4. ceva panel compatibil ? App +1 e frumos
  5. Some help? Da crash la compile @VipBo$$
  6. Gen...,vreau sa se ascunda dupa ce se pune tdu' asta la login,eu l-am pus la OnPlayerConnect si PlayerTexdrawHide l-a OnPlayerSpawn,am facut corect?
  7. am lasat-o mai tarziu p-aia cu PTD si am C:\Users\wNekiRo\Desktop\burned.ro\gamemodes\wa-rpg.pwn(4853) : warning 213: tag mismatch la new Text:LoginTD[11]; ========TEXTDRAW========
  8. //Player TextDraws LoginPTD[playerid][2] = CreatePlayerTextDraw(playerid, 250.644073, 233.166671, "PAROLA: CLICK"); PlayerTextDrawLetterSize(playerid, LoginPTD[playerid][2], 0.400000, 1.600000); PlayerTextDrawTextSize(playerid, LoginPTD[playerid][2], 378.000000, 0.000000); PlayerTextDrawAlignment(playerid, LoginPTD[playerid][2], 1); PlayerTextDrawColor(playerid, LoginPTD[playerid][2], -1); PlayerTextDrawUseBox(playerid, LoginPTD[playerid][2], 1); PlayerTextDrawBoxColor(playerid, LoginPTD[playerid][2], 255); PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][2], 0); PlayerTextDrawSetOutline(playerid, LoginPTD[playerid][2], 0); PlayerTextDrawBackgroundColor(playerid, LoginPTD[playerid][2], 255); PlayerTextDrawFont(playerid, LoginPTD[playerid][2], 1); PlayerTextDrawSetProportional(playerid, LoginPTD[playerid][2], 1); PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][2], 0); PlayerTextDrawSetSelectable(playerid, LoginPTD[playerid][2], true); LoginPTD[playerid][1] = CreatePlayerTextDraw(playerid, 312.957336, 275.750000, "Last Login: 01.10.2018 20:00:00"); PlayerTextDrawLetterSize(playerid, LoginPTD[playerid][1], 0.274436, 1.389999); PlayerTextDrawTextSize(playerid, LoginPTD[playerid][1], 0.000000, 144.000000); PlayerTextDrawAlignment(playerid, LoginPTD[playerid][1], 2); PlayerTextDrawColor(playerid, LoginPTD[playerid][1], -1); PlayerTextDrawUseBox(playerid, LoginPTD[playerid][1], 1); PlayerTextDrawBoxColor(playerid, LoginPTD[playerid][1], 255); PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][1], 0); PlayerTextDrawSetOutline(playerid, LoginPTD[playerid][1], 0); PlayerTextDrawBackgroundColor(playerid, LoginPTD[playerid][1], 255); PlayerTextDrawFont(playerid, LoginPTD[playerid][1], 1); PlayerTextDrawSetProportional(playerid, LoginPTD[playerid][1], 1); PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][1], 0); LoginPTD[playerid][0] = CreatePlayerTextDraw(playerid, 249.707031, 188.833358, "NUME: wNekiRo"); PlayerTextDrawLetterSize(playerid, LoginPTD[playerid][0], 0.400000, 1.600000); PlayerTextDrawTextSize(playerid, LoginPTD[playerid][0], 377.000000, 0.000000); PlayerTextDrawAlignment(playerid, LoginPTD[playerid][0], 1); PlayerTextDrawColor(playerid, LoginPTD[playerid][0], -1); PlayerTextDrawUseBox(playerid, LoginPTD[playerid][0], 1); PlayerTextDrawBoxColor(playerid, LoginPTD[playerid][0], 255); PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][0], 0); PlayerTextDrawSetOutline(playerid, LoginPTD[playerid][0], 0); PlayerTextDrawBackgroundColor(playerid, LoginPTD[playerid][0], 255); PlayerTextDrawFont(playerid, LoginPTD[playerid][0], 1); PlayerTextDrawSetProportional(playerid, LoginPTD[playerid][0], 1); PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][0], 0); PlayerTextDrawSetSelectable(playerid, LoginPTD[playerid][0], true);
  9. nup,alte erori C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(5597) : error 035: argument type mismatch (argument 2) C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(5598) : error 035: argument type mismatch (argument 2) C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(5599) : error 017: undefined symbol "lastOn" C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(5600) : error 032: array index out of bounds (variable "LoginPTD") C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(5602) : error 035: argument type mismatch (argument 2) C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(10356) : error 035: argument type mismatch (argument 2) C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(34042) : error 001: expected token: "-identifier-", but found "[" C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(34043) : error 033: array must be indexed (variable "LoginPTD") Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 8 Errors. [Finished in 65.0s]
  10. CHIAR AR PUTEA MERGE...MERCI,AM SA INCERC
  11. I-am mutat locatia si am primit: C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(29) : error 009: invalid array size (negative, zero or out of bounds) C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2633) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2634) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2635) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2636) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2637) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2638) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2639) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2640) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2641) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2642) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2643) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2644) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2645) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2647) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2648) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2649) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2650) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2651) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2652) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2653) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2654) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2655) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2656) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2657) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2658) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2659) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2661) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2662) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2663) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2664) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2665) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2666) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2667) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2668) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2669) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2670) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2671) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2672) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2673) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2675) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2676) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2677) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2678) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2679) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2680) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2681) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2682) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2683) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2684) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2685) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2686) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2687) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2689) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2690) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2691) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2692) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2693) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2694) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2695) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2696) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2697) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2698) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2700) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2701) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2702) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2703) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2704) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2705) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2706) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2707) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2708) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2709) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2711) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2712) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2713) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2714) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2715) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2716) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2717) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2718) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2719) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2720) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2722) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2723) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2724) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2725) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2726) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2727) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2728) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2729) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2730) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2731) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2733) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2734) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2735) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2736) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2737) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2738) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2739) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2740) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2741) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2742) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2744) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2745) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2746) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2747) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2748) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2749) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2750) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2751) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2752) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2753) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2755) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2756) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2757) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2758) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2759) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2760) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2761) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2762) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2763) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2764) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(5556) : error 017: undefined symbol "laston" C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(5560) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(10314) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(33999) : warning 215: expression has no effect C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(33999) : error 001: expected token: ";", but found "[" C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(33999) : error 029: invalid expression, assumed zero C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(33999) : warning 215: expression has no effect C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(33999) : error 001: expected token: ";", but found "]" C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(33999) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 6 Errors. [Finished in 72.0s]
  12. C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(29) : error 009: invalid array size (negative, zero or out of bounds) C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2633) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2634) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2635) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2636) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2637) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2638) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2639) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2640) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2641) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2642) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2643) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2644) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2645) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2647) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2648) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2649) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2650) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2651) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2652) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2653) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2654) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2655) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2656) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2657) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2658) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2659) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2661) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2662) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2663) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2664) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2665) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2666) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2667) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2668) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2669) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2670) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2671) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2672) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2673) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2675) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2676) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2677) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2678) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2679) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2680) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2681) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2682) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2683) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2684) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2685) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2686) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2687) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2689) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2690) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2691) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2692) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2693) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2694) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2695) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2696) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2697) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2698) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2700) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2701) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2702) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2703) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2704) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2705) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2706) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2707) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2708) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2709) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2711) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2712) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2713) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2714) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2715) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2716) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2717) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2718) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2719) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2720) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2722) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2723) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2724) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2725) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2726) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2727) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2728) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2729) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2730) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2731) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2733) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2734) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2735) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2736) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2737) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2738) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2739) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2740) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2741) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2742) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2744) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2745) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2746) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2747) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2748) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2749) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2750) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2751) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2752) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2753) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2755) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2756) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2757) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2758) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2759) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2760) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2761) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2762) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2763) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2764) : warning 213: tag mismatch C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2768) : warning 215: expression has no effect C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2768) : error 001: expected token: ";", but found "[" C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2768) : error 029: invalid expression, assumed zero C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2768) : warning 215: expression has no effect C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2768) : error 001: expected token: ";", but found "]" C:\Users\wNekiRo\Desktop\GAMEMODE PLAYEDTIMES 2K18\gamemodes\GM2.pwn(2768) : fatal error 107: too many error messages on one line
  13. imediat,am dat compile.
  14. new PlayerText: LoginPTD[2], Text: LoginTD[11];
  15. LoginPTD[playerid][0] = CreatePlayerTextDraw(playerid, 249.707031, 188.833358, "NUME: wNekiRo"); aici am eroarea
  16. pai eroarea este la linia de la td,prima linie de la TD ...
  17. tocmai am dat tdu' la care am problema
×
×
  • 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.