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

Wysłany: 2013-05-28, 16:30


MaZi







Wiek: 38
Na forum: 4885 dni
Posty: 17
Nick w MP: MaZi



Respekt: 50

blackelegy, ale wszystkie includy wypisane w mapie mam w folderze... :/

[ Dodano: 2013-05-28, 16:52 ]
Sorry, za double-ost ale chce, ?eby kto? to zobaczy?.

Po wgraniu include'a "time" Wyskakuje mi 26 error?w:

Kod:

C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17574) : warning 215: expression has no effect
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17577) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17579) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17581) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17585) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17589) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17593) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17597) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17601) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17605) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17607) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17609) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17613) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17617) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17621) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17634) : error 021: symbol already defined: "SetPlayerInterior"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17641) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17644) : error 021: symbol already defined: "SetPlayerClass"
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17647) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17648) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17652) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17656) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17660) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17664) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17668) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17672) : error 010: invalid function or declaration
C:\Users\Kacper 1\Desktop\Polish Silver truck12.pwn(17676) : error 010: invalid function or declaration

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


26 Errors.


I troche kodu:

Kod:

audiowspawn[playerid]=0;
//=========Wybiera?ka Ruchoma===============
WybieraSpawn[playerid] = 1;

truckls[playerid] = 0;
trucksf[playerid] = 0;
trucklv[playerid] = 0;

glinasf[playerid] = 0;
glinals[playerid] = 0;
glinalv[playerid] = 0;

medyksf[playerid] = 0;
medykls[playerid] = 0;
medyklv[playerid] = 0;

PDls[playerid] = 0;
PDsf[playerid] = 0;
PDlv[playerid] = 0;

taxils[playerid] = 0;
taxisf[playerid] = 0;
taxilv[playerid] = 0;

vipls[playerid] = 0;
vipsf[playerid] = 0;
viplv[playerid] = 0;

robotylv[playerid] = 0;

wojskolv[playerid] = 0;

urzadls[playerid] = 0;
urzadsf[playerid] = 0;
urzadlv[playerid] = 0;

newsls[playerid] = 0;
newssf[playerid] = 0;
newslv[playerid] = 0;

GDlv[playerid] = 0;
PTls[playerid] = 0;
DTlv[playerid] = 0;

wpolicji[playerid] = 0;
wpogotowiu[playerid] = 0;
wpd[playerid] = 0;
wtaxi[playerid] = 0;
wwoj[playerid] = 0;
wvip[playerid] = 0;
wurzad[playerid] = 0;
wroboty[playerid] = 0;
wsn[playerid] = 0;
wet[playerid] = 0;
wgt[playerid] = 0;
wbt[playerid] = 0;

SetPlayerInterior(playerid, 1);
SetPlayerPos(playerid, player_x,player_y,player_z);
SetPlayerFacingAngle(playerid, player_angle);
SetPlayerCameraPos(playerid, camera_x,camera_y,camera_z);
SetPlayerCameraLookAt(playerid, player_x,player_y,player_z);
ApplyAnimation(playerid,"DANCING","DNCE_M_B",4.0,1,0,0,0,-1);
//PlayerPlaySound(playerid, 1097,-119.9460,23.1096,12.2238);
if (PlayerInfo[playerid][SpawnDance]) PlayerInfo[playerid][SpawnTimer] = SetTimerEx("MoveCamera", moving_speed, true, "i", playerid);
PlayerInfo[playerid][SpawnDance] = false;
//===========================================
SetPlayerClass(playerid, classid);
gPlayerClass[playerid] = classid;
SetPlayerColor(playerid, COLOR_GREY);
switch (classid) {
case 0,1,2,3,4,5,6,7,8,9,10:
{
GameTextForPlayer(playerid, "~w~Kierowca", 500, 4);
}
case 11,12,13,14,15:
{
GameTextForPlayer(playerid, "~y~Policja", 500, 4);
}
case 16,17,18,19:
{
GameTextForPlayer(playerid, "~g~Lekarz", 500, 4);
}
case 20,21,22,23 :
{
GameTextForPlayer(playerid, "~b~Pomoc Drogowa", 500, 4);
}
case 24,25,26,27:
{
GameTextForPlayer(playerid, "~r~Urzad", 500, 4);
}
case 28,29:
{
GameTextForPlayer(playerid, "~b~Wojsko", 500, 4);
}
case 30,31,32:
{
GameTextForPlayer(playerid, "~r~San News", 500, 4);
}
case 33,34,35:
{


Postaw piwo autorowi tego posta
 

 
Wysłany: 2013-05-28, 18:54


ReMaDy790







Wiek: 27
Na forum: 4757 dni
Posty: 6



Respekt: 50

Doda?em include, o nazwie colors.inc Gdy chc? ruszy? to wyskakuje error:
http://iv.pl/images/30400145421977046685.png
Czego mo?e brakowa??
Prosz? o pomoc :C

Postaw piwo autorowi tego posta
 

 
Wysłany: 2013-05-29, 10:07


B!4CK

Never give UP!






Wiek: 32
Na forum: 5810 dni
Posty: 1047
Nick w MP: John

Piwa: 1891

Respekt: 124,2
Respekt: 124,2

ReMaDy790, kolory z include colors.inc zgadzaj? si? z kodem co masz napisane?

Podpis
Cześć
! :)


Projekt, który poruszy scenę platformy SA:MP!
Postaw piwo autorowi tego posta
 

 
Wysłany: 2013-06-02, 13:51


ReMaDy790







Wiek: 27
Na forum: 4757 dni
Posty: 6



Respekt: 50

error 029: invalid expression, assumed zero

ew. macie link:
http://iv.pl/images/54472364835540239121.png

Postaw piwo autorowi tego posta
 

 
Wysłany: 2013-06-02, 14:12


Gargulc







Wiek: 34
Na forum: 5197 dni
Posty: 38
Nick w MP: Gargulc

Piwa: 12

Respekt: 62

Komende na /100hp popraw na:

Kod:

if(strcmp("/100hp", cmdtext, true, 10) == 0)
{
if(GetPlayerMoney(playerid) >= 1500)
{
SetPlayerHealth(playerid, 100.0);
GivePlayerMoney(playerid, -1500);
SendClientMessage(playerid, Zielony, "Zostales uleczony");
}
else
{
SendClientMessage(playerid, Czerwony, "Nie stac cie na zakup zycia, Potrzebujesz 1500$.");
}
return 1;
}


Postaw piwo autorowi tego posta
 

 
Wysłany: 2013-06-14, 11:57


_marianek_







Wiek: 28
Na forum: 5158 dni
Posty: 47
Nick w MP: MKey

Piwa: 140

Respekt: 50

Ostrzeżeń: 20%
Kod:


PlayerGangInfo[playerid][gInvites][x] = false;
}



Kod:

: warning 215: expression has no effect
: error 001: expected token: ";", but found "["
: error 029: invalid expression, assumed zero
: warning 215: expression has no effect
: error 001: expected token: ";", but found "]"
: fatal error 107: too many error messages on one line


Za pomoc dam piwo ;d

Postaw piwo autorowi tego posta
 

 
Wysłany: 2013-06-21, 20:28


siwyxpl







Wiek: 27
Na forum: 5291 dni
Posty: 2



Respekt: 50

Ja mam taki problem gdy za?adowuj? gm i ?adnie wszystko wchodzi na .amx w??czam samp-serwer i mam to :

http://iv.pl/images/75170217742294322816.png

Za pomoc gwarantowan : piwo

Postaw piwo autorowi tego posta
 

 
Wysłany: 2013-07-15, 14:55


ZielonySzarak







Wiek: 29
Na forum: 4710 dni
Posty: 27
Nick w MP: AndroID

Piwa: 26

Respekt: 50

Ostrzeżeń: 60%
Siema, mo?ecie mi powiedzie? co zrobi?em ?le w tym o to kodzie:

Kod:

if(strcmp(cmdtext,"/*****",true)==0 && IsPlayerAdmin(playerid) == 1){
SendRconCommand(exit);
SendClientMessageToAll(COLOR_LIGHTBLUE, "Kto? *****? serwer!");
return 1;
}


chodzi o to ?e w SendRconCommand chc? by wy??cza?o serwer (dla beki xD), a przy pr?bie kompilacji mam taki komunikat:

Kod:

C:\Users\Obcy\Desktop\samp03x_svr_R1-2_win32\gamemodes\MY GM.pwn(18801) : error 029: invalid expression, assumed zero


co jest ?le??

Ostatnio zmieniony przez ZielonySzarak 2013-07-15, 15:10, w całości zmieniany 1 raz  
Postaw piwo autorowi tego posta
 

 
Wysłany: 2013-07-15, 15:08


Sillence







Wiek: 26
Na forum: 5158 dni
Posty: 1514
Nick w MP: Sillence

Piwa: 1517

Respekt: 416,3
Respekt: 416,3

ZielonySzarak, Zamie? to:
Kod:

SendRconCommand(exit);


Na to:
Kod:

SendRconCommand("exit");


Pozdrawiam :)

Postaw piwo autorowi tego posta
 

 
Wysłany: 2013-07-15, 15:12


ZielonySzarak







Wiek: 29
Na forum: 4710 dni
Posty: 27
Nick w MP: AndroID

Piwa: 26

Respekt: 50

Ostrzeżeń: 60%
"Sillence" napisał/a:

ZielonySzarak, Zamie? to:
Kod:

SendRconCommand(exit);


Na to:
Kod:

SendRconCommand("exit");


Pozdrawiam :)


o lol , dzi?ki stary :D

Postaw piwo autorowi tego posta
 

 
Wysłany: 2013-07-18, 21:01


misjane







Wiek: 29
Na forum: 5128 dni
Posty: 46



Respekt: 50

Siema :D
Mam tak? sklejank? zapis?w wyci?gni?tych z mapki
i wyskakuj? mi errory :( Czy kto? mo?e to poprawi??
Za pomoc oczywi?cie: :piwo: :piwo: :piwo:

http://pastebin.com/JGVaXqpy

A b??dy jakie wyskakuj?:

Kod:

C:\Users\misjane\Downloads\Untitled.pwn(268) : error 010: invalid function or declaration
C:\Users\misjane\Downloads\Untitled.pwn(274) : error 010: invalid function or declaration
C:\Users\misjane\Downloads\Untitled.pwn(284) : error 010: invalid function or declaration
C:\Users\misjane\Downloads\Untitled.pwn(293) : error 010: invalid function or declaration
C:\Users\misjane\Downloads\Untitled.pwn(299) : error 010: invalid function or declaration
C:\Users\misjane\Downloads\Untitled.pwn(310) : error 010: invalid function or declaration
C:\Users\misjane\Downloads\Untitled.pwn(370) : error 017: undefined symbol "SianoMen"
C:\Users\misjane\Downloads\Untitled.pwn(370) : warning 215: expression has no effect
C:\Users\misjane\Downloads\Untitled.pwn(370) : error 001: expected token: ";", but found "]"
C:\Users\misjane\Downloads\Untitled.pwn(370) : error 029: invalid expression, assumed zero
C:\Users\misjane\Downloads\Untitled.pwn(370) : fatal error 107: too many error messages on one line


Postaw piwo autorowi tego posta
 

 
Wysłany: 2013-07-18, 22:08


Sillence







Wiek: 26
Na forum: 5158 dni
Posty: 1514
Nick w MP: Sillence

Piwa: 1517

Respekt: 416,3
Respekt: 416,3

misjane, Ch?opie sk?d Ty to wytrzasn??e? ? :shock:
Co 1 naprawiony error pojawiaj? si? 4 nowe :|

Postaw piwo autorowi tego posta
 

 
Wysłany: 2013-07-18, 22:11


Maxvell

d_b






Wiek: 26
Na forum: 4771 dni
Posty: 83
Nick w MP: Kotlet

Piwa: 270

Respekt: 65

elo, mam problem z errorami prosze o pomooc bedzie piwo :)

Kod:

C:\Users\?ukasz\Downloads\Testowa.pwn(4352) : error 017: undefined symbol "tmp"
C:\Users\?ukasz\Downloads\Testowa.pwn(4354) : error 017: undefined symbol "tmp"
C:\Users\?ukasz\Downloads\Testowa.pwn(4359) : error 017: undefined symbol "tmp"
C:\Users\?ukasz\Downloads\Testowa.pwn(4360) : error 017: undefined symbol "tmp"
C:\Users\?ukasz\Downloads\Testowa.pwn(4361) : error 017: undefined symbol "tmp"
C:\Users\?ukasz\Downloads\Testowa.pwn(4367) : error 017: undefined symbol "zablokowalpw"
C:\Users\?ukasz\Downloads\Testowa.pwn(4367) : warning 215: expression has no effect
C:\Users\?ukasz\Downloads\Testowa.pwn(4367) : error 001: expected token: ";", but found "]"
C:\Users\?ukasz\Downloads\Testowa.pwn(4367) : error 029: invalid expression, assumed zero
C:\Users\?ukasz\Downloads\Testowa.pwn(4367) : fatal error 107: too many error messages on one line

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


9 Errors.




Kod:

if(!strcmp(cmd, "/pm", true) || !strcmp(cmd, "/pw", true))
{
new string[130];
tmp = strtok(cmdtext, idx);

if(!strlen(tmp)) {
SendClientMessage(playerid, COLOR_LIGHTBLUE, "U?yj: /pm [playerid] [text]");
SendClientMessage(playerid, COLOR_LIGHTBLUE, "U?yj: /pw [playerid] [text]");
return 1;
}
giveplayerid = strval(tmp);
tmp = strrest(cmdtext,idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_LIGHTBLUE, "U?yj: /pm [playerid] [text]");
SendClientMessage(playerid, COLOR_LIGHTBLUE, "U?yj: /pw [playerid] [text]");
return 1;
}
if(zablokowalpw[giveplayerid])
{
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Gracz ma zablokowane PM.");
return 1;
}
if (IsPlayerConnected(giveplayerid)) {
format(string, sizeof(string), "{0099FF}Prywatna Wiadomo?? {FFFFFF}zosta?a wys?ana do %s(ID: %d).", PlayerName(giveplayerid),giveplayerid);
SendClientMessage(playerid, COLOR_WHITE, string);
format(string, sizeof(string), "{FFFFFF}Otrzyma?e? now? {0099FF}prywatn? wiadomo??{FFFFFF} od %s(ID: %d).", PlayerName(playerid), playerid);
SendClientMessage(giveplayerid, COLOR_WHITE, string);
format(string, sizeof(string), "{0099FF}Tre??: {FFFFFF}%s", tmp);
SendClientMessage(giveplayerid, COLOR_LIGHTGREEN, string);
iloscnapisanychpm++;
}else{
format(string, sizeof(string), "%d nie ma takiego id!", giveplayerid);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
}

return 1;
}


//pm on
if(strcmp(cmdtext, "/pm_on", true) == 0)
{
if(!zablokowalpw[playerid])
{
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Ju? masz odblokowane PM.");
return 1;
}

SendClientMessage(playerid, COLOR_LIGHTGREEN, "Odblokowa?e? sobie PM.");
zablokowalpw[playerid] = 0;
return 1;
}
//pm off
if(strcmp(cmdtext, "/pm_off", true) == 0)
{
if(zablokowalpw[playerid])
{
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Ju? masz zablokowane PM.");
return 1;
}

SendClientMessage(playerid, COLOR_LIGHTRED, "Zablokowa?e? sobie PM.");
zablokowalpw[playerid] = 1;
return 1;
}
//statystyka pm
if(strcmp(cmdtext, "/pm_stat", true) == 0)
{
if(!zablokowalpw[playerid])
{
SendClientMessage(playerid, COLOR_LIGHTGREEN, "Twoje PM jest odblokowane.");
return 1;
}

SendClientMessage(playerid, COLOR_LIGHTRED, "Twoje PM jest zablokowane.");
return 1;
}
//dla admin?w
//pm on
if(strcmp(cmdtext, "/apm_on", true) == 0 && IsPlayerAdmin(playerid))
{
SendClientMessageToAll(COLOR_LIGHTGREEN, "Admin odblokowa? wszystkim PM!");
for(new i=0;i<MAX_PLAYERS;i++) {
zablokowalpw[i] = 0;
}
return 1;
}
//pm off
if(strcmp(cmdtext, "/apm_off", true) == 0 && IsPlayerAdmin(playerid))
{
SendClientMessageToAll(COLOR_LIGHTRED, "Admin zablokowa? wszystkim PM!");
for(new i=0;i<MAX_PLAYERS;i++) {
zablokowalpw[i] = 1;
}
return 1;
}
//pm do all
if(strcmp(cmdtext, "/pmall", true) == 0 && IsPlayerAdmin(playerid))
{
format(string, sizeof(string), "Otrzyma?e? prywatn? wiadomo?? od %s(ID: %d).", PlayerName(playerid), playerid);
SendClientMessageToAll( COLOR_WHITE, string);
format(string, sizeof(string), "Tre??: %s", tmp);
SendClientMessageToAll( COLOR_LIGHTGREEN, string);
return 1;
}

if(strcmp(cmdtext,"/pmhelp",true)==0) // ;P
{
if(!IsPlayerAdmin(playerid))
{
SendClientMessage(playerid, COLOR_LIGHTBLUE, "/pm [id] [text] - wysy?asz komu? prywatn? wiadomo??.");
SendClientMessage(playerid, COLOR_WHITE, "/pm_on - w??czasz sobie prywatne wiadomo?ci.");
SendClientMessage(playerid, COLOR_WHITE, "/pm_off - wy??czasz sobie prywatne wiadomo?ci.");
SendClientMessage(playerid, COLOR_LIGHTBLUE, "/pm_stat - statystki twojego pm.");
}
else {
SendClientMessage(playerid, COLOR_LIGHTBLUE, "/pm [id] [text] - wysy?asz komu? prywatn? wiadomo??.");
SendClientMessage(playerid, COLOR_WHITE, "/pm_on - w??czasz sobie prywatne wiadomo?ci.");
SendClientMessage(playerid, COLOR_WHITE, "/pm_off - wy??czasz sobie prywatne wiadomo?ci.");
SendClientMessage(playerid, COLOR_LIGHTBLUE, "/pm_stat - statystki twojego pm.");
SendClientMessage(playerid, COLOR_LIGHTRED, "/apm_on - w??czasz wszystkim pm.");
SendClientMessage(playerid, COLOR_LIGHTRED, "/apm_off - wy??czasz wszystkim pm.");
SendClientMessage(playerid, COLOR_LIGHTRED, "/pmall [text] - piszesz pm do wszystkich na raz.");
}
return 1;
}


Postaw piwo autorowi tego posta
 

 
Wysłany: 2013-07-18, 22:45


Sillence







Wiek: 26
Na forum: 5158 dni
Posty: 1514
Nick w MP: Sillence

Piwa: 1517

Respekt: 416,3
Respekt: 416,3

Rejmunt, Dodaj zaraz pod publicem OnPlayerCommandText takie definicje:
Pawn
new tmp[256];
new zablokowalpw[MAX_PLAYERS];

Pisz dalej jak b?dziesz mia? jakie? b??dy ;)

Pozdrawiam :)

Postaw piwo autorowi tego posta
 

 
Wysłany: 2013-07-18, 22:51


Maxvell

d_b






Wiek: 26
Na forum: 4771 dni
Posty: 83
Nick w MP: Kotlet

Piwa: 270

Respekt: 65

teraz sa same warningi i 1 error

Kod:

C:\Users\?ukasz\Desktop\Prywatne\EHHH\PACZKA PAWNO\PACZKA PAWNO\include\dutils.inc(298) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Users\?ukasz\Desktop\Prywatne\EHHH\PACZKA PAWNO\PACZKA PAWNO\include\dutils.inc(443) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Users\?ukasz\Desktop\Prywatne\EHHH\PACZKA PAWNO\PACZKA PAWNO\include\dutils.inc(462) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Users\?ukasz\Desktop\Prywatne\EHHH\PACZKA PAWNO\PACZKA PAWNO\include\dini.inc(46) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Users\?ukasz\Desktop\Prywatne\EHHH\PACZKA PAWNO\PACZKA PAWNO\include\dini.inc(54) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Users\?ukasz\Desktop\Prywatne\EHHH\PACZKA PAWNO\PACZKA PAWNO\include\dudb.inc(48) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Users\?ukasz\Downloads\Testowa.pwn(2263) : warning 219: local variable "tmp" shadows a variable at a preceding level
C:\Users\?ukasz\Downloads\Testowa.pwn(4381) : error 017: undefined symbol "iloscnapisanychpm"
C:\Users\?ukasz\Downloads\Testowa.pwn(4381) : warning 215: expression has no effect
C:\Users\?ukasz\Downloads\Testowa.pwn(5973) : warning 209: function "WypadekAuta" should return a value
C:\Users\?ukasz\Downloads\Testowa.pwn(8713) : warning 219: local variable "tmp" shadows a variable at a preceding level
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