Wysłany: 2011-11-05, 12:39
daniel2098
Wiek: 28 Na forum: 5908 dni Posty: 8
Piwa : 101
Jak wyeliminowa? b??d?
Kod: C:\Documents and Settings\Szymek\Pulpit\mapapds\PD5.0.pwn(1923) : error 017: undefined symbol BanMsg
Podpis
[URL=http://www.anty-basta.xaa.pl]http://i55.tinypic.com/2qaqpw1.png[/U RL]
HostName: <<<<<>>>> - nowo¶ci
Address: 91.203.223.75:8208
Players: xXx / 20
Ping: xx
Mode: Drift v1
Map: San Andreas
Wysłany: 2011-11-05, 12:47
BraYaN_
Wiek: 34 Na forum: 6603 dni Posty: 276
Nick w MP: BraYaN_
Piwa : 1614
daniel2098 , nie masz zdefiniowanego 'BanMsg'
Wysłany: 2011-11-05, 16:57
iDiFFrent
Wiek: 36 Na forum: 5734 dni Posty: 7
Nick w MP: .Czekoladaaaa
Piwa : 304
Dzisiaj, mam takie cztery b?edy:
Kod: C:\Users\Praca\Desktop\[q-rp.pl]Official maps\gamemodes\test.pwn(11621) : error 047: array sizes do not match, or destination array is too small
C:\Users\Praca\Desktop\[q-rp.pl]Official maps\gamemodes\test.pwn(11622) : error 047: array sizes do not match, or destination array is too small
C:\Users\Praca\Desktop\[q-rp.pl]Official maps\gamemodes\test.pwn(11649) : error 047: array sizes do not match, or destination array is too small
C:\Users\Praca\Desktop\[q-rp.pl]Official maps\gamemodes\test.pwn(11650) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
A oto linijki :
Kod:
string = str_replace(".", ".", string);
string = str_replace(".", ".", string);
I jeszcze jedne, b?edy :
Kod: string = str_replace(".", ".", string);
string = str_replace(".", ".", string);
Wysłany: 2011-11-09, 17:58
Bazooka
Wiek: 35 Na forum: 5324 dni Posty: 1
Nick w MP: [PMD]_Bartez_
Piwa : 6
"BraYaN_" napisał/a :daniel2098, nie masz zdefiniowanego 'BanMsg'
To co trzeba zrobi?? Moja mapa - Polish Drift 5. Mam ten sam problem
[ Dodano : 2011-11-09, 18:08 ]
Za pomoc stawiam z 10 piw.
Wysłany: 2011-11-09, 18:16
BraYaN_
Wiek: 34 Na forum: 6603 dni Posty: 276
Nick w MP: BraYaN_
Piwa : 1614
Bazooka , Kod:
public BanMsg(playerid, kickername[], reason[])
{
new string[256];
new playername[MAX_PLAYER_NAME];
new tmp[256];
GetPlayerName(playerid, playername, sizeof(playername));
format(string, sizeof(string), "*** %s (id: %d) zosta? zbanowany przez administratora: %s. Pow?d: %s ***", playername, playerid, kickername, reason);
printf(string);
SendClientMessageToAll(COLOR_LIGHTRED, string);
Ban(playerid);
return 1;
}
wystarczy wpisa? w wyszukiwarce...
Wysłany: 2011-11-12, 12:12
DarkWarrior
Wiek: 35 Na forum: 5331 dni Posty: 7
Nick w MP: DeathWarrior
Piwa : 135
Potrzebuje pomocy z Map? PGS w??czy?em PAWNO klikno?em f5 i lipa 3 errory
Compilando PGS.pwn...
C:\Users\Gabrys\Desktop\PGS.pwn(9305) : error 025: function heading differs from prototype
C:\Users\Gabrys\Desktop\PGS.pwn(9306) : error 021: symbol already defined: "strrest"
C:\Users\Gabrys\Desktop\PGS.pwn(9313) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Errors.
Pierwszy Error 25: trrest(sconst string[], index)
Drugi Error21:{
Trzeci Error47: return result;
I co mam zrobi? ? Daje 10
Jak kto? to rozwi?? niech pisze na gg 3678587
Wysłany: 2011-11-13, 09:51
BraYaN_
Wiek: 34 Na forum: 6603 dni Posty: 276
Nick w MP: BraYaN_
Piwa : 1614
DarkWarrior , masz dwa razy zdefiniowany strrest, usu? jeden.
Wysłany: 2011-11-14, 21:51
Hubo97
Wiek: 34 Na forum: 6309 dni Posty: 1
Doda?em mo?liwo?? zakupienia Hot Doga na stacji benzynowej, ale wyskoczy?o mi 26 error?w tam gdzie nic nie rusza?em...
B??dy s? nast?puj?ce:
Kod: C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(627) : error 004: function "CalculateNextRespawnTimer" is not implemented
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(634) : error 004: function "odpojazdu" is not implemented
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(635) : error 004: function "WypadekAuta" is not implemented
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(678) : error 017: undefined symbol "strmatch"
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(688) : error 004: function "TogglePlayerSelection" is not implemented
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(704) : error 004: function "TogglePlayerSelection" is not implemented
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(805) : error 004: function "TogglePlayerSelection" is not implemented
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(811) : error 004: function "CheckMute" is not implemented
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(813) : error 017: undefined symbol "PlayerName"
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(836) : error 004: function "ZapiszPlayer" is not implemented
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(851) : error 017: undefined symbol "PlayerName"
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(859) : error 017: undefined symbol "GralnaPTS"
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(865) : error 017: undefined symbol "PlayerName"
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(892) : error 004: function "PoWypadku" is not implemented
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(905) : error 004: function "SetPlayerTeamColor" is not implemented
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(921) : error 004: function "SetPlayerTeamPosition" is not implemented
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(922) : error 004: function "SprawdzWiezienie" is not implemented
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(997) : error 004: function "SetPlayerTeamColor" is not implemented
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(1030) : error 004: function "ZapiszPlayer" is not implemented
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(1045) : error 017: undefined symbol "HOT_DOG_DIALOG"
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(1057) : error 079: inconsistent return types (array & non-array)
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(1088) : error 079: inconsistent return types (array & non-array)
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(1092) : error 017: undefined symbol "IsPlayerInCircle"
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(1099) : error 079: inconsistent return types (array & non-array)
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(1104) : error 079: inconsistent return types (array & non-array)
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(1111) : warning 202: number of arguments does not match definition
C:\Documents and Settings\W?A?CICIEL\Pulpit\samp03csvr_R2-2_win32\pawno\mapa.pwn(1115) : error 035: argument type mismatch (argument 2)
Za pomoc daj? 10
Wysłany: 2011-11-14, 22:20
BraYaN_
Wiek: 34 Na forum: 6603 dni Posty: 276
Nick w MP: BraYaN_
Piwa : 1614
Hubo97 , gdzie? klamerk? zgubi?e?. Podaj kod, na kt?rym ostatnio co? robi?e?.
Wysłany: 2011-11-23, 16:01
hycel
Wiek: 36 Na forum: 5367 dni Posty: 3
Nick w MP: hycel
Piwa : 4
Mam takie bledy C:\Users\Kamil\Desktop\test.pwn(0) : fatal blad 100: cannot read from file: "C:\Users\Kamil\Desktop\test.pwn"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 BLAD.
Wysłany: 2011-11-23, 16:04
BraYaN_
Wiek: 34 Na forum: 6603 dni Posty: 276
Nick w MP: BraYaN_
Piwa : 1614
hycel , nie mo?e odczyta? wskazanego pliku.
Wysłany: 2011-11-23, 16:07
szeju
Wiek: 30 Na forum: 6344 dni Posty: 65
Piwa : 327
taki blad mi wyskakiwal jak nie mialem na gorze mapy
Kod:
albo nie masz go poprostu na kompie
aktualizacja includow sie klania
badz dodaj go na gorze
//Edit
ahh Brayan byl pierwszy
M4g!k , temat i tak powinien trafic do kosza bo od tego jest specjalny dzial ....
[ Komentarz dodany przez: M4g!k : 2011-11-23, 16:58 ]
Scalony.
Podpis
piatek.tosiewytnie.pl/i,Piatek-The-Series-s04e02,vid,34221,index.html
Wysłany: 2011-11-23, 16:09
Sobota
Wiek: 27 Na forum: 5358 dni Posty: 4
Nick w MP: Sobota
Piwa : 1
Pawn C : \Documents and Settings\Damian_2\Moje dokumenty\Downloads\psdm_www . przeklej . pl . pwn ( 2756 ) : error 021 : symbol already defined : "strtok"
C : \Documents and Settings\Damian_2\Moje dokumenty\Downloads\psdm_www . przeklej . pl . pwn ( 2771 ) : error 047 : array sizes do not match , or destination array is too small
Pawn compiler 3.2.3664 Copyright ( c ) 1997 - 2006 , ITB CompuPhase
2 Errors.
Pomocy!! ;/
Linijki:
Pawn strtok (const string [], & index )
oraz
result [ index - offset ] = EOS ;
Wysłany: 2011-11-23, 16:15
hycel
Wiek: 36 Na forum: 5367 dni Posty: 3
Nick w MP: hycel
Piwa : 4
Tak dalej mam nie dziala
[ Dodano : 2011-11-23, 16:29 ]
Poprawie go ale nie wrzuczajcie go do kosza i prosze o szybka odpowiedz
Wysłany: 2011-11-23, 16:26
BraYaN_
Wiek: 34 Na forum: 6603 dni Posty: 276
Nick w MP: BraYaN_
Piwa : 1614
Sobota , dwa razy zdefiniowany strtok, usu? jeden.
Tagi: błędy :: przy :: kompilacji :: rozwiązanie
Anonymous
Na forum: 245 dni
Posty: 1
Anonymous Koniecznie zajrzyj na: