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

Itt kérdezz warningot/error -t!
« Válasz #660 Dátum: 2014. Szeptember 06. - 15:01:38 »
0 Show voters
[mod]C:\\Documents and Settings\\Rendszergazda\\Asztal\\gamemodes\\xd.pwn(4874) : error 017: undefined symbol \"RemoveBuildingForPlayer\"[/mod]
Emiatt Nem fordul átt a mód Valaki segít?
[mod]Kitettem helyetted a

taget![/mod]
« Utoljára szerkesztve: 2014. Szeptember 06. - 20:31:25 írta Dfoglalo »

  • Vendég
Itt kérdezz warningot/error -t!
« Válasz #661 Dátum: 2014. Szeptember 06. - 15:18:26 »
0 Show voters
Már a témádba is írtam amit Flash lezárt, hogy tedd a RemoveBuildingForPlayer sorokat az OnPlayerConnect alá.
Ha ott van és mindig errort ír rá akkor frissítened kell az a_samp.inc fájlt.
Ha letöltöd a 0.3z szerver csomagot abban benne van a pawno és az összes friss alap include beleértve az a_samp.inc-et is.

Itt kérdezz warningot/error -t!
« Válasz #662 Dátum: 2014. Szeptember 06. - 19:32:27 »
0 Show voters
Sziasztok az lenne a problémám hogy ha regelni akarok a szerómra(mysql) akkor a következõ hibát dobja ki:
[17:04:54] errorid: 1136 | error: Column count doesn\'t match value count at row 1 | resultid: -1 | extraid: -1 | callback: NULL | query: INSERT INTO `users` VALUES(1, \'Jack449\', \'127.0.0.1\', \'FCA4E535B1421AA9B4673C15FEDBD7F761684E22EA43F8ACF184991E073E26D9552B6ABE8306BA28B8E5F7F4897BBAFC68F1A07D06961F9500227BF88717F0DC\', \'2014-9-6\', \'1\', \'0\', \'0\', \'0\', \'2014-9-6\', \'500\', \'0\', \'0\', \'0\', \'00:00:00\', \'0\', \'0\', \'0\', \'0\', \'1\', \'0\', \'0\', \'0\', \'0\', \'empty\', \'empty\', \'empty\', \'0\', \'0\', \'0\', \'None\', \'0\', \' \', 0, \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'00:00\', \'0\', \'00:00\', \'0\', \'0xFFFFFFFF\', 0, 0, 0, 0, 0.0, 0.0, 0.0, 0.0, 0, 0)
Query:[17:04:54] errorid: 1136 | error: Column count doesn\'t match value count at row 1 | resultid: -1 | extraid: -1 | callback: NULL | query: INSERT INTO `users` VALUES(1, \'Jack449\', \'127.0.0.1\', \'FCA4E535B1421AA9B4673C15FEDBD7F761684E22EA43F8ACF184991E073E26D9552B6ABE8306BA28B8E5F7F4897BBAFC68F1A07D06961F9500227BF88717F0DC\', \'2014-9-6\', \'1\', \'0\', \'0\', \'0\', \'2014-9-6\', \'500\', \'0\', \'0\', \'0\', \'00:00:00\', \'0\', \'0\', \'0\', \'0\', \'1\', \'0\', \'0\', \'0\', \'0\', \'empty\', \'empty\', \'empty\', \'0\', \'0\', \'0\', \'None\', \'0\', \' \', 0, \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'0\', \'00:00\', \'0\', \'00:00\', \'0\', \'0xFFFFFFFF\', 0, 0, 0, 0, 0.0, 0.0, 0.0, 0.0, 0, 0)

 
[mod]Javítottam a hibásan használt BB kódokat![/mod]
« Utoljára szerkesztve: 2014. Szeptember 06. - 20:34:19 írta Dfoglalo »

Nem elérhető Team

Itt kérdezz warningot/error -t!
« Válasz #663 Dátum: 2014. Szeptember 07. - 10:31:02 »
0 Show voters
Sziasztok! Az lenne a gondom ,hogy egy változót berakok és 2 warningot ad ki amitõl el sem indul a szerver.
 
    if(AdminSzoliban[playerid] == 1)
{
if(pInfo[playerid][pAdmin]== 7)
     SetPlayerChatBubble(playerid, \"Scripter %s\", pInfo[playerid][pANev], VILAGOSKEK, 50.0, 2000);
}

 

C:\\Defensive\\gamemodes\\Defensive.pwn(5974) : warning 213: tag mismatch
C:\\Defensive\\gamemodes\\Defensive.pwn(5974) : warning 202: number of arguments does not match definition

 
[mod]Javítottam helyetted a

taget

tagre és a

 
[/quote]
taget

tagre![/mod]
« Utoljára szerkesztve: 2014. Szeptember 07. - 10:57:26 írta Dfoglalo »

Itt kérdezz warningot/error -t!
« Válasz #664 Dátum: 2014. Szeptember 07. - 11:18:46 »
0 Show voters

    new string[128];
    if(AdminSzoliban[playerid] == 1)
        {
        if(pInfo[playerid][pAdmin]== 7)
             format(string,sizeof(string),\"Scripter %s\", pInfo[playerid][pANev]);
             SetPlayerChatBubble(playerid, string, VILAGOSKEK, 50.0, 2000);
        }

Nem elérhető Team

Itt kérdezz warningot/error -t!
« Válasz #665 Dátum: 2014. Szeptember 07. - 11:22:10 »
0 Show voters
Köszönöm szépen. :)

Nem elérhető Team

Itt kérdezz warningot/error -t!
« Válasz #666 Dátum: 2014. Szeptember 09. - 17:39:49 »
0 Show voters
Sziasztok, elkezdtem a Defensive módban az rtc parancsot javítani és valamilyen módnál fogva hibát dobott ki. Ebben kérném a segítségeteket.
 
Hiba: (14147) : error 001: expected token: \";\", but found \"-identifier-\"

 

CMD:rtc(playerid,params[])
{
new kocsiid = GetPlayerVehicleID(playerid);
new VehID = GetClosestCar(playerid);
    new Float: vX, Float: vY, Float: vZ;
    new i_Vehicle
GetVehiclePos(VehID, vX, vY, vZ);
if(!IsPlayerInRangeOfPoint(playerid, 5.5, vX, vY, vZ)) return SendClientMessage(playerid, PIROS, \"Nincs a közeledben jármû!\");
if (dini_Int(vehicleFile( i_Vehicle ), \"Hidraulika\") == 1)
{
AddVehicleComponent( i_Vehicle , 1087);
}
if(dini_Int(vehicleFile( i_Vehicle ), \"Kerék\") != 0)
{
AddVehicleComponent( i_Vehicle , dini_Int(vehicleFile( i_Vehicle ), \"Kerék\"));
}
SetVehicleToRespawn(kocsiid);
SendClientMessage(playerid, SZURKE, \"* Kocsi respawnolva!\");
if(GetVehicleModel(kocsiid) == 578)
{
DestroyObject(fa[ kocsiid ][ 0 ]);
DestroyObject(fa[ kocsiid ][ 1 ]);
DestroyObject(fa[ kocsiid ][ 2 ]);
DestroyObject(fa[ kocsiid ][ 3 ]);
DestroyObject(fa[ kocsiid ][ 4 ]);
}
return 1;
}

 
[mod]Kitettem helyetted a

taget, illetve javítottam a

taget

tagre![/mod]
« Utoljára szerkesztve: 2014. Szeptember 09. - 17:48:20 írta Dfoglalo »

Nem elérhető Flash

  • 5726
  • (っ◕‿◕)っ
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #667 Dátum: 2014. Szeptember 09. - 17:46:37 »
0 Show voters
new i_Vehicle

 
lemaradt egy ; szal:
 
new i_Vehicle;

 
[mod]Javítottam a

taget

tagre![/mod]
« Utoljára szerkesztve: 2014. Szeptember 09. - 17:59:18 írta Dfoglalo »

Nem elérhető Team

Itt kérdezz warningot/error -t!
« Válasz #668 Dátum: 2014. Szeptember 09. - 17:47:54 »
0 Show voters
Köszi, nem tud ,hogy nem vettem észre!  :wall:

Itt kérdezz warningot/error -t!
« Válasz #669 Dátum: 2014. Szeptember 13. - 11:49:19 »
0 Show voters

----------
Loaded log file: \"server_log.txt\".
----------
SA-MP Dedicated Server
----------------------
v0.3z-R3, (C)2005-2014 SA-MP Team
[15:16:59]
[15:16:59] Server Plugins
[15:16:59] --------------
[15:16:59]  Loading plugin: streamer.so
[15:16:59]
*** Streamer Plugin v2.7 by Incognito loaded ***
[15:16:59]   Loaded.
[15:16:59]  Loading plugin: sscnaf.so
[15:16:59]   Failed (plugins/sscnaf.so: cannot open shared object file: No such file or directory)
[15:16:59]  Loaded 1 plugins.
[15:16:59]
[15:16:59] Filterscripts
[15:16:59] ---------------
[15:16:59]   Loading filterscript \'adminspec.amx\'...
[15:16:59]   Loading filterscript \'vactions.amx\'...
[15:16:59]   Loaded 2 filterscripts.
[15:16:59] *** Streamer Plugin: Warning: Obsolete or invalid native \"Streamer_RegisterInterface\" found (script might need to be recompiled with the latest include file)
[15:16:59] *** Streamer Plugin: Warning: Obsolete or invalid native \"Streamer_AddPlayer\" found (script might need to be recompiled with the latest include file)
[15:16:59] *** Streamer Plugin: Warning: Obsolete or invalid native \"Streamer_RemovePlayer\" found (script might need to be recompiled with the latest include file)
[15:16:59] *** Streamer Plugin: Warning: Obsolete or invalid native \"Streamer_VerifyPickup\" found (script might need to be recompiled with the latest include file)
[15:16:59] *** Streamer Plugin: Warning: Obsolete or invalid native \"Streamer_VerifyCheckpoint\" found (script might need to be recompiled with the latest include file)
[15:16:59] *** Streamer Plugin: Warning: Include file version (unknown version) does not match plugin version (0x27002) (script might need to be recompiled with the latest include file)
[15:16:59] Szerver indítása, Licensz Ellenõrzése...
[15:16:59] Kritikus Hiba!! Licenszfájl nem található, a mod leáll!

 
[mod]Javítottam a

taget![/mod]
« Utoljára szerkesztve: 2014. Szeptember 13. - 14:23:05 írta Dfoglalo »

Nem elérhető rayle

  • 174
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #670 Dátum: 2014. Szeptember 13. - 12:00:46 »
0 Show voters

[15:16:59]  Loading plugin: sscnaf.so
[15:16:59]   Failed (plugins/sscnaf.so: cannot open shared object file: No such file or directory)
[15:16:59] *** Streamer Plugin: Warning: Obsolete or invalid native \"Streamer_RegisterInterface\" found (script might need to be recompiled with the latest include file)
[15:16:59] *** Streamer Plugin: Warning: Obsolete or invalid native \"Streamer_AddPlayer\" found (script might need to be recompiled with the latest include file)
[15:16:59] *** Streamer Plugin: Warning: Obsolete or invalid native \"Streamer_RemovePlayer\" found (script might need to be recompiled with the latest include file)
[15:16:59] *** Streamer Plugin: Warning: Obsolete or invalid native \"Streamer_VerifyPickup\" found (script might need to be recompiled with the latest include file)
[15:16:59] *** Streamer Plugin: Warning: Obsolete or invalid native \"Streamer_VerifyCheckpoint\" found (script might need to be recompiled with the latest include file)
[15:16:59] *** Streamer Plugin: Warning: Include file version (unknown version) does not match plugin version (0x27002) (script might need to be recompiled with the latest include file

 
Streamer plugint frissíteni kell, itt tudod letölteni: http://forum.sa-mp.com/showthread.php?t=102865
sscanf plugint pedig rosszul írtad be a server.cfg -be, sscnaf.so helyett sscanf.so t kell beírni.
[mod]Javítottam helyetted a

taget

tagre![/mod]
« Utoljára szerkesztve: 2014. Szeptember 13. - 14:21:42 írta Dfoglalo »

Nem elérhető ZSOLTI99

  • 1827
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #671 Dátum: 2014. Szeptember 13. - 22:27:31 »
0 Show voters
Idézetet írta: rayle date=1410602446\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"22125\" data-ipsquote-contentclass=\"forums_Topic


[15:16:59]  Loading plugin: sscnaf.so
[15:16:59]   Failed (plugins/sscnaf.so: cannot open shared object file: No such file or directory)
[15:16:59] *** Streamer Plugin: Warning: Obsolete or invalid native \"Streamer_RegisterInterface\" found (script might need to be recompiled with the latest include file)
[15:16:59] *** Streamer Plugin: Warning: Obsolete or invalid native \"Streamer_AddPlayer\" found (script might need to be recompiled with the latest include file)
[15:16:59] *** Streamer Plugin: Warning: Obsolete or invalid native \"Streamer_RemovePlayer\" found (script might need to be recompiled with the latest include file)
[15:16:59] *** Streamer Plugin: Warning: Obsolete or invalid native \"Streamer_VerifyPickup\" found (script might need to be recompiled with the latest include file)
[15:16:59] *** Streamer Plugin: Warning: Obsolete or invalid native \"Streamer_VerifyCheckpoint\" found (script might need to be recompiled with the latest include file)
[15:16:59] *** Streamer Plugin: Warning: Include file version (unknown version) does not match plugin version (0x27002) (script might need to be recompiled with the latest include file

 
Streamer plugint frissíteni kell, itt tudod letölteni: http://forum.sa-mp.com/showthread.php?t=102865
sscanf plugint pedig rosszul írtad be a server.cfg -be, sscnaf.so helyett sscanf.so t kell beírni.
 
linuxon. so
windowson. dll kell lenni

Nem elérhető huhboy

  • 894
  • huhboy
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #672 Dátum: 2014. Szeptember 14. - 13:48:17 »
0 Show voters
jó fájlkiterjesztést adott meg...csak elírta az sscanf-ot...
sscnaf.so-t írt sscanf.so helyett.....
ezt javítsd ki.

Itt kérdezz warningot/error -t!
« Válasz #673 Dátum: 2014. Szeptember 17. - 16:32:25 »
0 Show voters
Sziasztok!
Nekem lenne egy errorom amit nem tudok javitani.
Error:
 
C:\\Documents and Settings\\Tupak PC\\Asztal\\Defensive\\gamemodes\\fivelife.pwn(66622) : error 010: invalid function or declaration
Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase
 
1 Error.

 
A parancs ami erroros:
[
   if(strcmp(cmd, \"/musicfm\", true) == 0 || strcmp(cmd, \"/mf\", true) == 0)

 
Elöre is kõszi a segitséget :)
« Utoljára szerkesztve: 2014. Szeptember 17. - 16:34:16 írta TupaK.# »

  • Vendég
Itt kérdezz warningot/error -t!
« Válasz #674 Dátum: 2014. Szeptember 17. - 16:37:56 »
0 Show voters
Szerintem azzal a sorral nincs baj.
Másold be az egész parancsot.

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal