Jump to content

CataFan

Membru
  • Posts

    5
  • Joined

  • Last visited

    Never

Everything posted by CataFan

  1. mi-a mai dat inca 13 erori ce fac?
  2. A dat alte 6 erori [pawn]C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\GM.pwn(131) : warning 201: redefinition of constant/macro (symbol "MAX_PLAYER_ATTACHED_OBJECTS") C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\GM.pwn(2690) : error 017: undefined symbol "hitfound" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\GM.pwn(2690) : warning 215: expression has no effect C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\GM.pwn(2691) : error 017: undefined symbol "hitid" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\GM.pwn(2691) : warning 215: expression has no effect C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\GM.pwn(2783) : error 017: undefined symbol "PlayerPaintballing" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\GM.pwn(2783) : warning 215: expression has no effect C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\GM.pwn(2783) : error 001: expected token: ";", but found "]" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\GM.pwn(2783) : error 029: invalid expression, assumed zero C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\GM.pwn(2783) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 6 Errors.[/pawn] Linile [pawn]#define MAX_PLAYER_ATTACHED_OBJECTS 5 hitfound = 1; hitid = i; if(PlayerPaintballing != 0)[/pawn]
  3. [pawn]C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\GM.pwn(131) : warning 201: redefinition of constant/macro (symbol "MAX_PLAYER_ATTACHED_OBJECTS") C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\GM.pwn(2685) : error 017: undefined symbol "GotHit" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\GM.pwn(2685) : warning 215: expression has no effect C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\GM.pwn(2685) : error 001: expected token: ";", but found "]" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\GM.pwn(2685) : error 029: invalid expression, assumed zero C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\GM.pwn(2685) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. [/pawn] Liniile de cod [pawn]#define MAX_PLAYER_ATTACHED_OBJECTS 5 if(PlayerInfo[pHeadValue] > 0 && GotHit == 0 && PlayerInfo[pMember] != 8)[/pawn]
  4. [pawn]{0.098771, 0.030772, -0.000335, 85.342658, 84.122947, 4.236968 }, // - 300 new PizzaCallTime[MAX_PLAYERS]; new bPizza[MAX_PLAYERS]; new sPizza[MAX_PLAYERS]; new CIV[] = {7,19,20,23,73,101,122}; new STD1[] = {0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3}; new STD2[] = {0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3}; new STD3[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3}; new STD4[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 3}; new SELLCAR1[] = { 250, 263, 274, 301, 309, 342, 368, 389, 402, 433, 502 }; new SELLCAR2[] = { 504, 509, 525, 531, 538, 544, 548, 555, 568, 577, 580 }; new SELLCAR3[] = { 586, 591, 594, 599, 603, 609, 611, 619, 623, 631, 633 }; new SELLCAR4[] = { 642, 648, 653, 661, 668, 672, 674, 687, 693, 698, 703 }; new Float:ChangePos[MAX_PLAYERS][3]; new ChangePos2[MAX_PLAYERS][2]; new Float:PlayerPos[MAX_PLAYERS][6]; new Float:TeleportDest[MAX_PLAYERS][3]; new Float:TelePos[MAX_PLAYERS][6]; new roadblocktimer = 0; //new vehicleEntered[MAX_PLAYERS][MAX_VEHICLES]; new FarmerVar[MAX_PLAYERS]; new FarmerPickup[MAX_PLAYERS][2]; new DrugFarmerVar[MAX_PLAYERS]; new DrugFarmerPickup[MAX_PLAYERS][2]; new JustStarted[MAX_PLAYERS]; new SmugglerWork[MAX_PLAYERS]; new SmuggledDrugs[MAX_PLAYERS]; new PayDaySecure[MAX_PLAYERS]; new JustDied[MAX_PLAYERS]; new KnockedDown[MAX_PLAYERS]; new UnidentifedCall[MAX_PLAYERS]; new LicenseOffer[MAX_PLAYERS]; new LicensePrice[MAX_PLAYERS]; new LicenseType[MAX_PLAYERS]; new DefaultWeather = 10; new UsingDrugs[MAX_PLAYERS]; new AfterTutorial[MAX_PLAYERS]; new OwnableCarOffer[MAX_PLAYERS]; new OwnableCarID[MAX_PLAYERS]; new OwnableCarPrice[MAX_PLAYERS]; new BlindFold[MAX_PLAYERS]; new PlayerIsSweeping[MAX_PLAYERS]; // Trunk system new vehTrunkCounter[MAX_VEHICLES] = 1; new vehTrunk[MAX_VEHICLES][MAX_TRUNK_SLOTS]; new vehTrunkAmmo[MAX_VEHICLES][MAX_TRUNK_SLOTS]; new Float:vehTrunkArmour[MAX_VEHICLES];[/pawn]
  5. [pawn]C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(465) : error 070: rational number support was not enabled C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(918) : error 017: undefined symbol "MAX_PLAYERS" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(918) : error 009: invalid array size (negative, zero or out of bounds) C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(919) : error 017: undefined symbol "MAX_PLAYERS" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(919) : error 009: invalid array size (negative, zero or out of bounds) C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(920) : error 017: undefined symbol "MAX_PLAYERS" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(920) : error 009: invalid array size (negative, zero or out of bounds) C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(930) : error 017: undefined symbol "MAX_PLAYERS" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(931) : error 017: undefined symbol "MAX_PLAYERS" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(932) : error 017: undefined symbol "MAX_PLAYERS" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(933) : error 017: undefined symbol "MAX_PLAYERS" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(934) : error 017: undefined symbol "MAX_PLAYERS" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(937) : error 017: undefined symbol "MAX_PLAYERS" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(937) : error 009: invalid array size (negative, zero or out of bounds) C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(938) : error 017: undefined symbol "MAX_PLAYERS" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(939) : error 017: undefined symbol "MAX_PLAYERS" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(939) : error 009: invalid array size (negative, zero or out of bounds) C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(940) : error 017: undefined symbol "MAX_PLAYERS" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(941) : error 017: undefined symbol "MAX_PLAYERS" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(941) : error 009: invalid array size (negative, zero or out of bounds) C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(942) : error 017: undefined symbol "MAX_PLAYERS" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(942) : error 009: invalid array size (negative, zero or out of bounds) C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(943) : error 017: undefined symbol "MAX_PLAYERS" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(943) : error 009: invalid array size (negative, zero or out of bounds) C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(944) : error 017: undefined symbol "MAX_PLAYERS" C:\Users\Mascatii Server\Desktop\samp03-2011last\gamemodes\eGamer.pwn(944) : error 009: invalid array size (negative, zero or out of bounds) Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors[/pawn] Acestea sunt erorile ma poate ajuta cineva cu gm-ul ? Este destul de bun si nu as vrea sa renunt la el !
×
×
  • 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.