Zaloguj się by uzyskać pełen dostęp. Nie masz jeszcze konta? Założ je już teraz w kilka sekund.

Wysłany: 2011-01-27, 10:33


lechy







Wiek: 35
Na forum: 6343 dni
Posty: 12

Piwa: 98

Respekt: 25,8

error 033: array must be indexed (variable "dir")
error 033: array must be indexed (variable "hasloGracza")
Co to za b??d ? Podaj? Wam linijki:
dir = strtok(cmdtext, idx);
hasloGracza = strtok(cmdtext, idx);
Na ?yczenie mog? da? map?, prosz? o pomoc, nagrodz? piffkiem lub nawet do?adowaniem telefonu (5z?)!

Postaw piwo autorowi tego posta
 

 
Wysłany: 2011-01-28, 13:45


mkqueu







Wiek: 33
Na forum: 6224 dni
Posty: 71
Nick w MP: x64

Piwa: 132

Respekt: 50

lechy, spr?buj doda? przed tym kodem to:
Kod:

new dir[256], hasloGracza[256];


Postaw piwo autorowi tego posta
 

 
Wysłany: 2011-02-11, 14:06


lobo94







Wiek: 31
Na forum: 5806 dni
Posty: 4
Nick w MP: lobo



Respekt: 50

Poni?ej b??dy kompilacji i te linijki.


C:\Documents and Settings\Remol\Moje dokumenty\Pobieranie\Polski DM+STUNT\PWN\lv2m.pwn(635) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Remol\Moje dokumenty\Pobieranie\Polski DM+STUNT\PWN\lv2m.pwn(635) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Remol\Moje dokumenty\Pobieranie\Polski DM+STUNT\PWN\lv2m.pwn(637) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Remol\Moje dokumenty\Pobieranie\Polski DM+STUNT\PWN\lv2m.pwn(637) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Remol\Moje dokumenty\Pobieranie\Polski DM+STUNT\PWN\lv2m.pwn(4827) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Remol\Moje dokumenty\Pobieranie\Polski DM+STUNT\PWN\lv2m.pwn(4839) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Remol\Moje dokumenty\Pobieranie\Polski DM+STUNT\PWN\lv2m.pwn(4840) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Remol\Moje dokumenty\Pobieranie\Polski DM+STUNT\PWN\lv2m.pwn(5384) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


8 Warnings.

Linijki:
635

if (strval(strtok(tmp, idx, ',')) == 1) BlackMsg(playerid, " ", strtok(tmp, idx, ','));

637

if (strval(strtok(tmp, idx, ',')) == 2) BanMsg(playerid, " ", strtok(tmp, idx, ','));

4827

tmp = strtok(cmdtext, idx, ' ');

4839

IPS[0] = strval(strtok(IP, idx, '.'));

4840

IPS[1] = strval(strtok(IP, idx, '.'));

5384

if (reason == strval(strtok(tmp, idx, ',')) && reason != 0 && !IsPlayerAdmin(playerid)) {

Postaw piwo autorowi tego posta
 

 
Wysłany: 2011-02-11, 16:06


Jack_Brand_IP

znaFFca






Wiek: 38
Na forum: 6225 dni
Posty: 16
Nick w MP: Shawn_MacTavish

Piwa: 1013

Respekt: 35,8

Error:

error 001: expected token: ")", but found "if"

Linijka:

if(strcmp(cmd, "/wrzuc2", true) == 0)

Ca?y kod:


Kod:


Podpis
Postaw piwo autorowi tego posta
 

 
Wysłany: 2011-02-11, 16:09


MG303







Wiek: 30
Na forum: 6427 dni
Posty: 654

Piwa: 2990

Respekt: 231,6
Respekt: 231,6Respekt: 231,6

Jack_Brand_IP, daj kilka linijek wy?ej

Postaw piwo autorowi tego posta
 

 
Wysłany: 2011-02-11, 16:31


Jack_Brand_IP

znaFFca






Wiek: 38
Na forum: 6225 dni
Posty: 16
Nick w MP: Shawn_MacTavish

Piwa: 1013

Respekt: 35,8

Mati21_PL, naprawi?em - ?le u?y?em jednej skomplikowanej funkcji xD

Podpis
Postaw piwo autorowi tego posta
 

 
Wysłany: 2011-02-12, 13:26


kochuu







Wiek: 33
Na forum: 5634 dni
Posty: 22
Nick w MP: [PSR]Saki[A]

Piwa: 1

Respekt: 50

Cze?? :)
B??dy + Warningi
Kod:

H:\Documents and Settings\DOM\Pulpit\SEBASTIAN\PAWN\ETDM\etdm.pwn(151) : warning 217: loose indentation
H:\Documents and Settings\DOM\Pulpit\SEBASTIAN\PAWN\ETDM\etdm.pwn(160) : warning 217: loose indentation
H:\Documents and Settings\DOM\Pulpit\SEBASTIAN\PAWN\ETDM\etdm.pwn(162) : warning 217: loose indentation
H:\Documents and Settings\DOM\Pulpit\SEBASTIAN\PAWN\ETDM\etdm.pwn(168) : error 010: invalid function or declaration
H:\Documents and Settings\DOM\Pulpit\SEBASTIAN\PAWN\ETDM\etdm.pwn(176) : error 010: invalid function or declaration
H:\Documents and Settings\DOM\Pulpit\SEBASTIAN\PAWN\ETDM\etdm.pwn(179) : error 010: invalid function or declaration

Kod od 144-180
Kod:

public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/autor", cmdtext, true ) == 0)
{
SendClientMessage(playerid, 0x8000FFFF, "GameMode ( Mapa ) zosta?a napisana");
SendClientMessage(playerid, 0x8000FFFF, "Przez programist? - Saki");
SendClientMessage(playerid, 0x8000FFFF, "Mapa jest napisana w pe?ni przez Sakiego");
return 1;

}
if (strcmp("/info", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid, 0xFFFF00AA, "Informacje dotycz?ce servera :");
SendClientMessage(playerid, 0x009BE6FF, "Autor - u?yj komendy /autor");
SendClientMessage(playerid, 0x009BE6FF, "GameMode - u?yj komendy /mapa");
SendClientMessage(playerid, 0x009BE6FF, "O co chodzi na serverze ? U?yj komendy /pomoc");
return 1;
}
if (strcmp("/mapa", cmdtext, true, 10) == 0)
SendClientMessage(playerid, 0x00FF00FF, "GAMEMODE : **ETDM** v1.0 ^PL^");
SendClientMessage(playerid, 0x45D150FF, "By dowiedzie?, si? kto jest autorem mapy wpisz");
SendClientMessage(playerid, 0xFF8080FF, " /autor ");
return 1;
}
if(strcmp("/pomoc", cmdtext, true, 10) ==0)
{
SendClientMessage(playerid, 0x3EBBFFFF, "-----eXtreme Team Death Match----- POMOC");
SendClientMessage(playerid, 0x9E3DFFAA, "ETDM, to server typu Team Death Match, chodzi tu o to, ?e");
SendClientMessage(playerid, 0x9E3DFFAA, "s? 2 dru?yny, tu akurat gang Ballas oraz Groove");
SendClientMessage(playerid, 0x9E3DFFAA, "Celem gracza jest zabicie ( wraz ze swoj? dru?yn? ) zabicie dru?yny przeciwnej.");
SendClientMessage(playerid, 0x400040FF, "By zmieni? dru?yn? wci?nij F4 i u?yj komendy /zmiana");
SendClientMessage(playerid, 0xFF0000FF, "U?yj tak?e komendy /info");
return 1;
}

return 0;
}

JE?LI MO?NA PROSZ? O GOTOWY DO WKLEJENIA KOD !! :)

Podpis
Początkujący w pawn.
Administrator Servera ~PSR~
Postaw piwo autorowi tego posta
 

 
Wysłany: 2011-02-12, 13:33


Shaun

Młodszy Programer






Wiek: 32
Na forum: 6902 dni
Posty: 463
Nick w MP: Shaun

Piwa: 1786

Respekt: 96

kochuu,
Kod:

public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/autor", cmdtext, true ) == 0)
{
SendClientMessage(playerid, 0x8000FFFF, "GameMode ( Mapa ) zosta?a napisana");
SendClientMessage(playerid, 0x8000FFFF, "Przez programist? - Saki");
SendClientMessage(playerid, 0x8000FFFF, "Mapa jest napisana w pe?ni przez Sakiego");
return 1;

}
if (strcmp("/info", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid, 0xFFFF00AA, "Informacje dotycz?ce servera :");
SendClientMessage(playerid, 0x009BE6FF, "Autor - u?yj komendy /autor");
SendClientMessage(playerid, 0x009BE6FF, "GameMode - u?yj komendy /mapa");
SendClientMessage(playerid, 0x009BE6FF, "O co chodzi na serverze ? U?yj komendy /pomoc");
return 1;
}
if (strcmp("/mapa", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid, 0x00FF00FF, "GAMEMODE : **ETDM** v1.0 ^PL^");
SendClientMessage(playerid, 0x45D150FF, "By dowiedzie?, si? kto jest autorem mapy wpisz");
SendClientMessage(playerid, 0xFF8080FF, " /autor ");
return 1;
}
if (strcmp("/pomoc", cmdtext, true, 10) ==0)
{
SendClientMessage(playerid, 0x3EBBFFFF, "-----eXtreme Team Death Match----- POMOC");
SendClientMessage(playerid, 0x9E3DFFAA, "ETDM, to server typu Team Death Match, chodzi tu o to, ?e");
SendClientMessage(playerid, 0x9E3DFFAA, "s? 2 dru?yny, tu akurat gang Ballas oraz Groove");
SendClientMessage(playerid, 0x9E3DFFAA, "Celem gracza jest zabicie ( wraz ze swoj? dru?yn? ) zabicie dru?yny przeciwnej.");
SendClientMessage(playerid, 0x400040FF, "By zmieni? dru?yn? wci?nij F4 i u?yj komendy /zmiana");
SendClientMessage(playerid, 0xFF0000FF, "U?yj tak?e komendy /info");
return 1;
}

return 0;
}

Brakowa?o klamry :P

Podpis
,
pomogłem ci ?? Wystarczy jak podziękujesz ;)

Postaw piwo autorowi tego posta
 

 
Wysłany: 2011-02-12, 13:40


kochuu







Wiek: 33
Na forum: 5634 dni
Posty: 22
Nick w MP: [PSR]Saki[A]

Piwa: 1

Respekt: 50

Och, dzi?kuj? Panu :P Gdyby by? Pan tak mi?y i pom?g? mi ze skinami.. ( dzia? ma?e pytania i... ) :) Piwo dla Ciebie :D

Podpis
Początkujący w pawn.
Administrator Servera ~PSR~
Postaw piwo autorowi tego posta
 

 
Wysłany: 2011-02-12, 21:30


lemonka







Wiek: 30
Na forum: 5734 dni
Posty: 5



Respekt: 50

Siema przy kompilacji mapki wyskakuje mi co? takiego
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 202: number of arguments does not match definition
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 202: number of arguments does not match definition
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : error 001: expected token: ";", but found ")"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : error 029: invalid expression, assumed zero
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(4844) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6699) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6703) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6707) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6711) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6715) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6719) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6723) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6727) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6731) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6740) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6744) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6748) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6752) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(9216) : error 017: undefined symbol "MAPA"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(9216) : error 017: undefined symbol "BY"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(9216) : error 029: invalid expression, assumed zero
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(9216) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


20 Errors.

Postaw piwo autorowi tego posta
 

 
Wysłany: 2011-02-12, 21:35


hale







Wiek: 35
Na forum: 5951 dni
Posty: 775

Piwa: 2794

Respekt: 165,6
Respekt: 165,6Respekt: 165,6

Cytat:

Siema przy kompilacji mapki wyskakuje mi co? takiego
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 202: number of arguments does not match definition
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 202: number of arguments does not match definition
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : error 001: expected token: ";", but found ")"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : error 029: invalid expression, assumed zero
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(4844) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6699) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6703) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6707) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6711) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6715) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6719) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6723) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6727) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6731) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6740) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6744) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6748) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6752) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(9216) : error 017: undefined symbol "MAPA"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(9216) : error 017: undefined symbol "BY"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(9216) : error 029: invalid expression, assumed zero
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(9216) : fatal error 107: too many error messages on one line

Compilation gtaonline compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


20 Errors


Podaj linijki mapki w kt?rych masz error.

Postaw piwo autorowi tego posta
 

 
Wysłany: 2011-02-12, 21:39


Shaun

Młodszy Programer






Wiek: 32
Na forum: 6902 dni
Posty: 463
Nick w MP: Shaun

Piwa: 1786

Respekt: 96

lemonka, pobierz includa http://www.speedyshare.co...4/seif_walk.inc za?atwi po?ow? error?w.
Linia 3835 - zapomnia?e? o ";"
Linia 9216 - zdefiniuj podane symbole np. "new mapa;", ale chyba z tego co widz? zapomnia?es o cudzys?owie bo jest "mapa by" xD

Podpis
,
pomogłem ci ?? Wystarczy jak podziękujesz ;)

Postaw piwo autorowi tego posta
 

 
Wysłany: 2011-02-12, 21:45


lemonka







Wiek: 30
Na forum: 5734 dni
Posty: 5



Respekt: 50

3835 format(string2),(string2),"NICK: %s || GODZINA: %d.%d.%d || IP: %s""\r\n",nick,g,m,s,IP) ;

4844 SetPlayerWalkingStyle(playerid, PlayerInfo[playerid][pIdz]);

6699 SetPlayerWalkingStyle(playerid, 1);

6703 SetPlayerWalkingStyle(playerid, 2);

6707 SetPlayerWalkingStyle(playerid, 3);

6711 SetPlayerWalkingStyle(playerid, 4);

6715 SetPlayerWalkingStyle(playerid, 5);

6719 SetPlayerWalkingStyle(playerid, 6);

6723 SetPlayerWalkingStyle(playerid, 7);

6727 SetPlayerWalkingStyle(playerid, 12);

6731 SetPlayerWalkingStyle(playerid, 13);

6740 SetPlayerWalkingStyle(playerid, 8);

6744 SetPlayerWalkingStyle(playerid, 9);

6748 SetPlayerWalkingStyle(playerid, 10);

6752 SetPlayerWalkingStyle(playerid, 11);

9216 SendClientMessage(i, COLOR_LIGHTGREEN,MAPA BY. DIESEL (Tony_Blue)

Postaw piwo autorowi tego posta
 

 
Wysłany: 2011-02-12, 21:49


Shaun

Młodszy Programer






Wiek: 32
Na forum: 6902 dni
Posty: 463
Nick w MP: Shaun

Piwa: 1786

Respekt: 96

"lemonka" napisał/a:

format(string2),(string2),"NICK: %s || GODZINA: %d.%d.%d || IP: %s""\r\n",nick,g,m,s,IP) ;

Mo?e:
Kod:

format(string2),(string2),"NICK: %s || GODZINA: %d.%d.%d || IP: %s \r\n",nick,g,m,s,IP) ;


"lemonka" napisał/a:

SendClientMessage(i, COLOR_LIGHTGREEN,MAPA BY. DIESEL (Tony_Blue)

spr?buj:
Kod:

SendClientMessage(i, COLOR_LIGHTGREEN,"MAPA BY. DIESEL (Tony_Blue)");


Podpis
,
pomogłem ci ?? Wystarczy jak podziękujesz ;)

Postaw piwo autorowi tego posta
 

 
Wysłany: 2011-02-12, 22:00


lemonka







Wiek: 30
Na forum: 5734 dni
Posty: 5



Respekt: 50

C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 202: number of arguments does not match definition
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 202: number of arguments does not match definition
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : error 001: expected token: ";", but found ")"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : error 029: invalid expression, assumed zero
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(3835) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(4844) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6699) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6703) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6707) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6711) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6715) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6719) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6723) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6727) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6731) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6740) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6744) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6748) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(6752) : error 017: undefined symbol "SetPlayerWalkingStyle"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(10597) : warning 235: public function lacks forward declaration (symbol "GameModeInitExitFunc")
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(10619) : warning 235: public function lacks forward declaration (symbol "GameModeExitFunc")
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(56429) : error 029: invalid expression, assumed zero
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(56429 -- 56430) : error 029: invalid expression, assumed zero
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(56429 -- 56430) : warning 215: expression has no effect
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(56430) : error 001: expected token: ";", but found "if"
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(56430) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


20 Errors.

[ Dodano: 2011-02-12, 22:06 ]
10597 public GameModeInitExitFunc()
10619 public GameModeExitFunc()
56429 }*/
56430 else if(GetPlayerState(i) == 1 && (PlayerToPoint(1.0, i, 493.0257,-1517.4747,20.3601)))

[ Dodano: 2011-02-12, 22:07 ]
Linijki to te u g?ry :)

[ Dodano: 2011-02-12, 22:10 ]
PS Shaun masz piwko za pomoc i czekam dalej

[ Dodano: 2011-02-12, 22:14 ]
Aha zapomnia?em teraz doda?e ten seif walk i wyskakuje co? takiego:
C:\DOCUME~1\FILLLLL\Pulpit\mapy\BLUERP~1.PWN(7) : fatal error 100: cannot read from file: "seif_walk"

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


1 Error.

Postaw piwo autorowi tego posta
 

 
Tagi: błędy :: przy :: kompilacji :: rozwiązanie
Anonymous





Na forum: 245 dni
Posty: 1



Anonymous Koniecznie zajrzyj na:






Skocz do:  
Wyświetl posty z ostatnich:   
GTAONLINE.PL » JĘZYKI PROGRAMOWANIA » PAWN » BŁĘDY PRZY KOMPILACJI - ROZWIĄZANIE Odpowiedz do tematu

Nie możesz pisać nowych tematów
Nie możesz odpowiadać w tematach
Nie możesz zmieniać swoich postów
Nie możesz usuwać swoich postów
Nie możesz głosować w ankietach
Dodaj temat do Ulubionych
Wersja do druku