Szerző Téma: Itt kérdezz warningot/error -t!  (Megtekintve 125372 alkalommal)

Itt kérdezz warningot/error -t!
« Válasz #330 Dátum: 2013. November 21. - 19:21:43 »
0 Show voters
Töltsd le a legfrissebb sa-mp szerver csomagot és frissítsd a pawno/include mappád tartalmát.
http://sa-mp.com/download.php

Itt kérdezz warningot/error -t!
« Válasz #331 Dátum: 2013. November 21. - 19:34:25 »
0 Show voters
megtaláltam a gondot :D
köszönöm ! :)
« Utoljára szerkesztve: 2013. November 21. - 21:33:28 írta Roger1027 »

Itt kérdezz warningot/error -t!
« Válasz #332 Dátum: 2013. November 22. - 23:37:17 »
0 Show voters
Egy Tuning Scriptet szeretnék betenni, de ez a hiba fogad ! próbáltam többféle GetVehicleColor.inc-et de mindegyiknél error warning..tele van :/ de gondolom hiányzik az include mappából a GetVehicleColor
C:\\Users\\Torma2015\\Desktop\\GTA SZERVER\\filterscripts\\tuning.pwn(4) : fatal error 100: cannot read from file: \"GetVehicleColor\"
Compilation aborted.Pawn compiler 3.2.3664           Copyright © 1997-2006, ITB CompuPhase
1 Error.

Nem elérhető Szasza

  • 388
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #333 Dátum: 2013. November 22. - 23:39:46 »
0 Show voters

Egy Tuning Scriptet szeretnék betenni, de ez a hiba fogad ! próbáltam többféle GetVehicleColor.inc-et de mindegyiknél error warning..tele van :/ de gondolom hiányzik az include mappából a GetVehicleColor
C:\\Users\\Torma2015\\Desktop\\GTA SZERVER\\filterscripts\\tuning.pwn(4) : fatal error 100: cannot read from file: \"GetVehicleColor\"
Compilation aborted.Pawn compiler 3.2.3664           Copyright © 1997-2006, ITB CompuPhase
1 Error.
 
[/quote]
jólgondolod

Itt kérdezz warningot/error -t!
« Válasz #334 Dátum: 2013. November 23. - 00:03:05 »
0 Show voters
nem találok sehol egy használható GetVehicleColor.inc-et..nincs valakinek esetleg aki át is küldené? fontos lenne. köszöntem

Itt kérdezz warningot/error -t!
« Válasz #335 Dátum: 2013. November 23. - 15:11:08 »
0 Show voters

Nem elérhető sza23

  • 346
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #336 Dátum: 2013. November 23. - 18:37:08 »
0 Show voters
Megoldva.
« Utoljára szerkesztve: 2013. November 23. - 18:57:01 írta sza23 »

Nem elérhető dukma

Itt kérdezz warningot/error -t!
« Válasz #337 Dátum: 2013. November 24. - 14:05:53 »
0 Show voters
Nem tudod rá jönni a hibára!
Valaki pls segítsen.
 
#include 
#include
#include
 
new gAreaFortCarson
public OnScriptInit()
{
   gAreaFortCarson = Area_AddCuboid(-1.5551, 2369.0076, -3, -53.2185, 2332.3062, 200.00);
   return 1;
}
public OnPlayerEnterArea(playerid, areaid)
{
   if (areaid == gAreaFortCarson) SendClientMessage(playerid, 0x0066FF, \"Üdv a piacon!\");
}

 
ez a script
és ez a hiba: C:\\Users\\user\\Desktop\\peti szero uj\\ujszeronk\\regiujra\\filterscripts\\piac.pwn ( 8 ) : error 001: expected token: \";\", but found \"public\"

Nem elérhető AnthonyGates

  • 546
  • AnthonyGates
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #338 Dátum: 2013. November 24. - 14:37:19 »
0 Show voters

Nem tudod rá jönni a hibára!
Valaki pls segítsen.
 
#include 
#include
#include
 
new gAreaFortCarson;
public OnScriptInit()
{
   gAreaFortCarson = Area_AddCuboid(-1.5551, 2369.0076, -3, -53.2185, 2332.3062, 200.00);
   return 1;
}
public OnPlayerEnterArea(playerid, areaid)
{
   if (areaid == gAreaFortCarson) SendClientMessage(playerid, 0x0066FF, \"Üdv a piacon!\");
}

 
ez a script
és ez a hiba: C:\\Users\\user\\Desktop\\peti szero uj\\ujszeronk\\regiujra\\filterscripts\\piac.pwn ( 8 ) : error 001: expected token: \";\", but found \"public\"
 
[/quote]
változót nem zártad le.

Nem elérhető dukma

Itt kérdezz warningot/error -t!
« Válasz #339 Dátum: 2013. November 24. - 15:06:47 »
0 Show voters
Tényleg... :D köszönöm szépen

Nem elérhető inf

  • 366
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #340 Dátum: 2013. November 30. - 21:42:21 »
0 Show voters
Sziasztok!
Erre a sorra miért kapom ezt a hibát?
Warning:
 
warning 213: tag mismatch

 
Sor:
 
if(!JatekosInfo[playerid][AdminSzint] >= 4) return SendClientMessage(playerid,-1,\"{\"piros\"}Nem vagy admin vagy nincs meg a kellõ szinted!\");

Nem elérhető Lucio

  • 232
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #341 Dátum: 2013. November 30. - 21:45:48 »
0 Show voters
Az elõbb így írtad át?
 
if(!JatekosInfo[playerid][AdminSzint] >= 4) return SendClientMessage(playerid,-1,\"Nem vagy admin vagy nincs meg a kellõ szinted!\");

Itt kérdezz warningot/error -t!
« Válasz #342 Dátum: 2013. November 30. - 21:48:16 »
0 Show voters



Sziasztok!
Erre a sorra miért kapom ezt a hibát?
Warning:
 
warning 213: tag mismatch

 
Sor:
 
if(!JatekosInfo[playerid][AdminSzint] >= 4) return SendClientMessage(playerid,-1,\"{\"piros\"}Nem vagy admin vagy nincs meg a kellõ szinted!\");

 

[/quote]
 
if(JatekosInfo[playerid][AdminSzint] < 5) return SendClientMessage(playerid,-1,\"{\"piros\"}Nem vagy admin vagy nincs meg a kellõ szinted!\");

Itt kérdezz warningot/error -t!
« Válasz #343 Dátum: 2013. November 30. - 22:33:37 »
0 Show voters
Hello. Van egy rpg modom de ha bizonyos hejekre megyek LS be akkor ezt írja ki[ Warning (opcode 0x6E7):Exception 0xC0000005 at 0x7F0BF7] segitsetek mi lehet a gond!

Itt kérdezz warningot/error -t!
« Válasz #344 Dátum: 2013. December 01. - 16:43:50 »
0 Show voters
Ha van valami módod a San Andreasra rakva, vagy kocsik lecserélve akkor töröld le mind, ha nincs akkor valami nagyobb bug lehet a modban, nekem volt olyan hogy ha mentem pl. 1 helyen és ránéztem egy mappolásra vagy valami hasonlóra ami rosszul volt beleírva a modba akkor dobta ki ezt és crasheltem
« Utoljára szerkesztve: 2013. December 02. - 14:36:05 írta Roger1027 »

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal