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

Nem elérhető ZSOLTI99

  • 1827
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #915 Dátum: 2015. Július 25. - 12:01:49 »
0 Show voters
am használj 0.3.7 verziót és ne rc verziót és nincs object limit már 0.3.7 be mivel korlátlan create mehet a szerverbe streamerbe meg ami belefér...

Itt kérdezz warningot/error -t!
« Válasz #916 Dátum: 2015. Július 25. - 13:04:03 »
0 Show voters
Okés kösz szóval ha nem rc-t hasznalak akkor nemfog becrashelni tesztnél?

Nem elérhető ZSOLTI99

  • 1827
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #917 Dátum: 2015. Július 25. - 13:16:25 »
0 Show voters
teljes verzió csak jobb stabilabb...de mikor crashel a samp mikor csatlakozol a szeróra?  vagy cserélj cracket lehet segít

Itt kérdezz warningot/error -t!
« Válasz #918 Dátum: 2015. Július 25. - 13:46:04 »
0 Show voters
Nem real map editorban teszt gomb hogy megnézzem minden patent e mielőtt folytatnam és mikor töltené befelé akkor dob ki.

Itt kérdezz warningot/error -t!
« Válasz #919 Dátum: 2015. Augusztus 03. - 17:59:22 »
0 Show voters
Helló nekem a problémám hogy Mikor felmegyek a szerveremre egy idő után leáll és nem találom az okát
a server Anthony\'s roleplay modot használ
 ;D Válasz előre is köszönöm  ;D

Nem elérhető 1Mark6

  • 437
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #920 Dátum: 2015. Augusztus 04. - 11:27:44 »
0 Show voters
Sziasztok!
Egy Stock kód rosszalkodik, nemtudjátok mi lehet a baja?
Kód :
 
stock Nev(playerid)
{
new jatekosnev[24];
GetPlayerName(playerid, jatekosnev, 24);
strreplace(jatekosnev, \'_\', \' \');
return jatekosnev;
}
stock strreplace(string[], keres, csere)
{
    for(new i=0; string; i++)
{
        if(string == keres)
{
            string = csere;
        }
    }
}

 
Hibák :
 
C:\\Documents and Settings\\Márk\\Asztal\\MySQL Learn\\gamemodes\\mysql.pwn(133) : error 012: invalid function call, not a valid address
C:\\Documents and Settings\\Márk\\Asztal\\MySQL Learn\\gamemodes\\mysql.pwn(133) : warning 215: expression has no effect
C:\\Documents and Settings\\Márk\\Asztal\\MySQL Learn\\gamemodes\\mysql.pwn(133) : error 001: expected token: \";\", but found \")\"
C:\\Documents and Settings\\Márk\\Asztal\\MySQL Learn\\gamemodes\\mysql.pwn(133) : error 029: invalid expression, assumed zero
C:\\Documents and Settings\\Márk\\Asztal\\MySQL Learn\\gamemodes\\mysql.pwn(133) : fatal error 107: too many error messages on one line

 
Hibás sor(ok) :
 
public OnPlayerText(playerid, text[])
{
new s[64];
format(s,64,\"%s mondja : %s\",Nev(playerid),text);// ez a 133. sor itt észleli a hibát, gondolom a Nev(playerid) a baja ami stock kódba említettem
TavolsagiUzenet(BESZED_TAVOLSAG,playerid,s,-1);
return 0;
}

Nem elérhető sza23

  • 346
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #921 Dátum: 2015. Augusztus 12. - 11:09:20 »
0 Show voters
Sziasztok, ilyen hibával még nem nagyon találkoztam a mód végén valamiért ezeket az errorokat irja:
 
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74641) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74643) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74644) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74645) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74646) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74647) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74648) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74649) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74650) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74651) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74652) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74653) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74654) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74655) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74656) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74657) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74658) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74659) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74660) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74661) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74662) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74663) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74664) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74665) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74666) : error 075: input line too long (after substitutions)
D:\\Szerver\\gamemodes\\RoyalRPG.pwn(74667) : error 075: input line too long (after substitutions)
Compilation aborted.Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase
 
26 Errors.

Itt kérdezz warningot/error -t!
« Válasz #922 Dátum: 2015. Augusztus 12. - 15:11:36 »
0 Show voters
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart)
erre miért irja ezt? :
error 025: function heading differs from prototype
hogy tudom kijavítani? Választ előre is köszönöm! További szép napot.

Itt kérdezz warningot/error -t!
« Válasz #923 Dátum: 2015. Augusztus 12. - 22:50:19 »
0 Show voters
Sziasztok ezzel mit lehetne kezdeni semmi error a lefutatáskor.
http://kepfeltoltes.hu/view/150812/311837206sa-mp-005_www.kepfeltoltes.hu_.png

Nem elérhető System

  • 406
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #924 Dátum: 2015. Augusztus 12. - 23:18:08 »
0 Show voters
Ennek szerintem plugin baja van.Streamer plugint próbáld frissíteni

Adfocus

  • Vendég
Itt kérdezz warningot/error -t!
« Válasz #925 Dátum: 2015. Augusztus 12. - 23:30:55 »
0 Show voters
Idézetet írta: blint34 date=1439412619\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"22125\" data-ipsquote-contentclass=\"forums_Topic
Sziasztok ezzel mit lehetne kezdeni semmi error a lefutatáskor.
http://kepfeltoltes.hu/view/150812/311837206sa-mp-005_www.kepfeltoltes.hu_.png
 
Ez nem hiba,ott nincs map,abba a modba..Mivel aki publikálta át akarta tenni a \"tűzoltó\" frakciot máshová,csak nem fejezte be  :D

Nem elérhető System

  • 406
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #926 Dátum: 2015. Augusztus 12. - 23:40:33 »
0 Show voters
Ja bocs nem tudtam mit kell nézni :D

Itt kérdezz warningot/error -t!
« Válasz #927 Dátum: 2015. Augusztus 13. - 07:45:33 »
0 Show voters
Kösszönöm a válaszokat! :)

Nem elérhető Sanyko

  • 324
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #928 Dátum: 2015. Augusztus 13. - 17:11:11 »
0 Show voters
error 017: undefined symbol \"PlayAudioStreamForPlayer\"
Segítsetek pls

Itt kérdezz warningot/error -t!
« Válasz #929 Dátum: 2015. Augusztus 13. - 17:26:35 »
0 Show voters
Idézetet írta: Sanyko date=1439478671\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"22125\" data-ipsquote-contentclass=\"forums_Topic
error 017: undefined symbol \"PlayAudioStreamForPlayer\"
Segítsetek pls
 
Lehet, hogy nincs meg az a_players include vagy nincs beleírva a modba:
 
#include <a_players>

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal