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

Wysłany: 2012-10-12, 15:03


Bomber41







Wiek: 34
Na forum: 5045 dni
Posty: 27



Respekt: 50

Ostrzeżeń: 60%
Witajcie, chce zacz?? si? bawi? w pwn, nie robi? serwera ani nic tylko chce ogarn?? troche. Mam takie errory:
Kod:



C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31193) : error 047: array sizes do not match, or destination array is too small

C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31194) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31195) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31196) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31197) : error 047: array sizes do not match, or destination array is too small

C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31198) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31199) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31200) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31201) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31202) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31203) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31204) : error 047: array sizes do not match, or destination a
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31204) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31205) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31206) : error 047: array sizes do not match, or destination array is too small

C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31207) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31225) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31226) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31227) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31228) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31229) : error 047: array sizes do not match, or destination array is too small

C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31230) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31231) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31232) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31233) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31234) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Komputer\Moje dokumenty\Downloads\h-rp.pwn(31235) : error 047: array sizes do not match, or destination array is too small

A oto linijki
Kod:

WczytajTelefony()
{
new file[64];
for(new nr = 0; nr < LIMIT_TELEFONOW; nr++)
{
format(file,sizeof(file),"JG-RP/Telefony/%d.ini",nr);
if(DOF2_FileExists(file))
{
TelefonInfo[nr][telAktywny]=DOF2_GetBool(file,"Aktywny");
TelefonInfo[nr][telID]=DOF2_GetInt(file,"ID");
TelefonInfo[nr][telKontakty]=DOF2_GetInt(file,"Kontakty");
//
TelefonInfo[nr][telKontakt]=DOF2_GetString(file,"Kontakt"); // Od t?d errory
TelefonInfo[nr][tel2Kontakt]=DOF2_GetString(file,"Kontakt2");
TelefonInfo[nr][tel3Kontakt]=DOF2_GetString(file,"Kontakt3");
TelefonInfo[nr][tel4Kontakt]=DOF2_GetString(file,"Kontakt4");
TelefonInfo[nr][tel5Kontakt]=DOF2_GetString(file,"Kontakt5");
TelefonInfo[nr][tel6Kontakt]=DOF2_GetString(file,"Kontakt6");
TelefonInfo[nr][tel7Kontakt]=DOF2_GetString(file,"Kontakt7");
TelefonInfo[nr][tel8Kontakt]=DOF2_GetString(file,"Kontakt8");
TelefonInfo[nr][tel9Kontakt]=DOF2_GetString(file,"Kontakt9");
TelefonInfo[nr][tel10Kontakt]=DOF2_GetString(file,"Kontakt10");
TelefonInfo[nr][tel11Kontakt]=DOF2_GetString(file,"Kontakt11");
TelefonInfo[nr][tel12Kontakt]=DOF2_GetString(file,"Kontakt12");
TelefonInfo[nr][tel13Kontakt]=DOF2_GetString(file,"Kontakt13");
TelefonInfo[nr][tel14Kontakt]=DOF2_GetString(file,"Kontakt14");
TelefonInfo[nr][tel15Kontakt]=DOF2_GetString(file,"Kontakt15");
TelefonInfo[nr][telNumer]=DOF2_GetInt(file,"Numer");
TelefonInfo[nr][tel2Numer]=DOF2_GetInt(file,"Numer2");
TelefonInfo[nr][tel3Numer]=DOF2_GetInt(file,"Numer3");
TelefonInfo[nr][tel4Numer]=DOF2_GetInt(file,"Numer4");
TelefonInfo[nr][tel5Numer]=DOF2_GetInt(file,"Numer5");
TelefonInfo[nr][tel6Numer]=DOF2_GetInt(file,"Numer6");
TelefonInfo[nr][tel7Numer]=DOF2_GetInt(file,"Numer7");
TelefonInfo[nr][tel8Numer]=DOF2_GetInt(file,"Numer8");
TelefonInfo[nr][tel9Numer]=DOF2_GetInt(file,"Numer9");
TelefonInfo[nr][tel10Numer]=DOF2_GetInt(file,"Numer10");
TelefonInfo[nr][tel11Numer]=DOF2_GetInt(file,"Numer11");
TelefonInfo[nr][tel12Numer]=DOF2_GetInt(file,"Numer12");
TelefonInfo[nr][tel13Numer]=DOF2_GetInt(file,"Numer13");
TelefonInfo[nr][tel14Numer]=DOF2_GetInt(file,"Numer14");
TelefonInfo[nr][tel15Numer]=DOF2_GetInt(file,"Numer15");

Zwi?ksza?em tablice z 64 do 256 lecz nic nie da?o.
Jestem nowy, prosz? o wyrozumia?o??

Postaw piwo autorowi tego posta
 

 
Wysłany: 2012-10-12, 15:08


SkateR121

F-A-C-K J-U






Wiek: 29
Na forum: 5456 dni
Posty: 46
Nick w MP: SkateR

Piwa: 976

Respekt: 43,4

Ostrzeżeń: 100%
26 error?w nie zamkn??e? klamry... Ale sprawd? na :
Kod:

http://codegenerators.pl/


Podpis

Postaw piwo autorowi tego posta
 

 
Wysłany: 2012-10-12, 19:11


Lukasbank







Wiek: 30
Na forum: 5329 dni
Posty: 249
Nick w MP: [USD]LuXoR[X]

Piwa: 404

Respekt: 136,5
Respekt: 136,5

masz otworzone 3 klamry a zamkni?tych 0 , bynajmniej tak przypuszczam bo nie da?es dlaszego kodu , czy masz to pozamykane czy nie , napewno jednej nie masz

zamknij
Kod:

}


Postaw piwo autorowi tego posta
 

 
Wysłany: 2012-10-12, 19:58


Bomber41







Wiek: 34
Na forum: 5045 dni
Posty: 27



Respekt: 50

Ostrzeżeń: 60%
O to ca?y kod:
Kod:

WczytajTelefony()
{
new file[40];
for(new nr = 0; nr < LIMIT_TELEFONOW; nr++)
{
format(file,sizeof(file),"JG-RP/Telefony/%d.ini",nr);
if(DOF2_FileExists(file))
{
TelefonInfo[nr][telAktywny]=DOF2_GetBool(file,"Aktywny");
TelefonInfo[nr][telID]=DOF2_GetInt(file,"ID");
TelefonInfo[nr][telKontakty]=DOF2_GetInt(file,"Kontakty");
//
TelefonInfo[nr][telKontakt]=DOF2_GetString(file,"Kontakt");
TelefonInfo[nr][tel2Kontakt]=DOF2_GetString(file,"Kontakt2");
TelefonInfo[nr][tel3Kontakt]=DOF2_GetString(file,"Kontakt3");
TelefonInfo[nr][tel4Kontakt]=DOF2_GetString(file,"Kontakt4");
TelefonInfo[nr][tel5Kontakt]=DOF2_GetString(file,"Kontakt5");
TelefonInfo[nr][tel6Kontakt]=DOF2_GetString(file,"Kontakt6");
TelefonInfo[nr][tel7Kontakt]=DOF2_GetString(file,"Kontakt7");
TelefonInfo[nr][tel8Kontakt]=DOF2_GetString(file,"Kontakt8");
TelefonInfo[nr][tel9Kontakt]=DOF2_GetString(file,"Kontakt9");
TelefonInfo[nr][tel10Kontakt]=DOF2_GetString(file,"Kontakt10");
TelefonInfo[nr][tel11Kontakt]=DOF2_GetString(file,"Kontakt11");
TelefonInfo[nr][tel12Kontakt]=DOF2_GetString(file,"Kontakt12");
TelefonInfo[nr][tel13Kontakt]=DOF2_GetString(file,"Kontakt13");
TelefonInfo[nr][tel14Kontakt]=DOF2_GetString(file,"Kontakt14");
TelefonInfo[nr][tel15Kontakt]=DOF2_GetString(file,"Kontakt15");
TelefonInfo[nr][telNumer]=DOF2_GetInt(file,"Numer");
TelefonInfo[nr][tel2Numer]=DOF2_GetInt(file,"Numer2");
TelefonInfo[nr][tel3Numer]=DOF2_GetInt(file,"Numer3");
TelefonInfo[nr][tel4Numer]=DOF2_GetInt(file,"Numer4");
TelefonInfo[nr][tel5Numer]=DOF2_GetInt(file,"Numer5");
TelefonInfo[nr][tel6Numer]=DOF2_GetInt(file,"Numer6");
TelefonInfo[nr][tel7Numer]=DOF2_GetInt(file,"Numer7");
TelefonInfo[nr][tel8Numer]=DOF2_GetInt(file,"Numer8");
TelefonInfo[nr][tel9Numer]=DOF2_GetInt(file,"Numer9");
TelefonInfo[nr][tel10Numer]=DOF2_GetInt(file,"Numer10");
TelefonInfo[nr][tel11Numer]=DOF2_GetInt(file,"Numer11");
TelefonInfo[nr][tel12Numer]=DOF2_GetInt(file,"Numer12");
TelefonInfo[nr][tel13Numer]=DOF2_GetInt(file,"Numer13");
TelefonInfo[nr][tel14Numer]=DOF2_GetInt(file,"Numer14");
TelefonInfo[nr][tel15Numer]=DOF2_GetInt(file,"Numer15");
//
TelefonInfo[nr][telSmsy]=DOF2_GetInt(file,"Smsy");
TelefonInfo[nr][telSMS]=DOF2_GetString(file,"SMS");
TelefonInfo[nr][telSMS2]=DOF2_GetString(file,"SMS2");
TelefonInfo[nr][telSMS3]=DOF2_GetString(file,"SMS3");
TelefonInfo[nr][telSMS4]=DOF2_GetString(file,"SMS4");
TelefonInfo[nr][telSMS5]=DOF2_GetString(file,"SMS5");
TelefonInfo[nr][telSMS6]=DOF2_GetString(file,"SMS6");
TelefonInfo[nr][telSMS7]=DOF2_GetString(file,"SMS7");
TelefonInfo[nr][telSMS8]=DOF2_GetString(file,"SMS8");
TelefonInfo[nr][telSMS9]=DOF2_GetString(file,"SMS9");
TelefonInfo[nr][telSMS10]=DOF2_GetString(file,"SMS10");
TelefonInfo[nr][telSMS11]=DOF2_GetString(file,"SMS11");
TelefonInfo[nr][telSMS12]=DOF2_GetString(file,"SMS12");
TelefonInfo[nr][telSMS13]=DOF2_GetString(file,"SMS13");
TelefonInfo[nr][telSMS14]=DOF2_GetString(file,"SMS14");
TelefonInfo[nr][telSMS15]=DOF2_GetString(file,"SMS15");
TelefonInfo[nr][telSMS16]=DOF2_GetString(file,"SMS16");
TelefonInfo[nr][telSMS17]=DOF2_GetString(file,"SMS17");
TelefonInfo[nr][telSMS18]=DOF2_GetString(file,"SMS18");
TelefonInfo[nr][telSMS19]=DOF2_GetString(file,"SMS19");
TelefonInfo[nr][telSMS20]=DOF2_GetString(file,"SMS20");
TelefonInfo[nr][telSMSNumer]=DOF2_GetInt(file,"SMSNumer");
TelefonInfo[nr][telSMSNumer2]=DOF2_GetInt(file,"SMSNumer2");
TelefonInfo[nr][telSMSNumer3]=DOF2_GetInt(file,"SMSNumer3");
TelefonInfo[nr][telSMSNumer4]=DOF2_GetInt(file,"SMSNumer4");
TelefonInfo[nr][telSMSNumer5]=DOF2_GetInt(file,"SMSNumer5");
TelefonInfo[nr][telSMSNumer6]=DOF2_GetInt(file,"SMSNumer6");
TelefonInfo[nr][telSMSNumer7]=DOF2_GetInt(file,"SMSNumer7");
TelefonInfo[nr][telSMSNumer8]=DOF2_GetInt(file,"SMSNumer8");
TelefonInfo[nr][telSMSNumer9]=DOF2_GetInt(file,"SMSNumer9");
TelefonInfo[nr][telSMSNumer10]=DOF2_GetInt(file,"SMSNumer10");
TelefonInfo[nr][telSMSNumer11]=DOF2_GetInt(file,"SMSNumer11");
TelefonInfo[nr][telSMSNumer12]=DOF2_GetInt(file,"SMSNumer12");
TelefonInfo[nr][telSMSNumer13]=DOF2_GetInt(file,"SMSNumer13");
TelefonInfo[nr][telSMSNumer14]=DOF2_GetInt(file,"SMSNumer14");
TelefonInfo[nr][telSMSNumer15]=DOF2_GetInt(file,"SMSNumer15");
TelefonInfo[nr][telSMSNumer16]=DOF2_GetInt(file,"SMSNumer16");
TelefonInfo[nr][telSMSNumer17]=DOF2_GetInt(file,"SMSNumer17");
TelefonInfo[nr][telSMSNumer18]=DOF2_GetInt(file,"SMSNumer18");
TelefonInfo[nr][telSMSNumer19]=DOF2_GetInt(file,"SMSNumer19");
TelefonInfo[nr][telSMSNumer20]=DOF2_GetInt(file,"SMSNumer20");
TelefonInfo[nr][telOstatni]=DOF2_GetInt(file,"Ostatni");
}
else
{
TelefonInfo[nr][telAktywny]=false;
}
}
print("Wczytano modu? telefon?w!");
return 1;
}

Wydaje mi si? ?e wszystkie si? otwieraj? i zamykaj? 4 do 4

Postaw piwo autorowi tego posta
 

 
Wysłany: 2012-10-12, 20:17


Lukasbank







Wiek: 30
Na forum: 5329 dni
Posty: 249
Nick w MP: [USD]LuXoR[X]

Piwa: 404

Respekt: 136,5
Respekt: 136,5

tak klamry sie zgadzaj? , spr?boj wkleic to ;]
WczytajTelefony()
{
new file[256];
for(new nr = 0; nr < LIMIT_TELEFONOW; nr++)
{
format(file,sizeof(file),"JG-RP/Telefony/%d.ini",nr);
if(DOF2_FileExists(file))
{
TelefonInfo[nr][telAktywny]=DOF2_GetBool(file,"Aktywny");
TelefonInfo[nr][telID]=DOF2_GetInt(file,"ID");
TelefonInfo[nr][telKontakty]=DOF2_GetInt(file,"Kontakty");
//
TelefonInfo[nr][telKontakt]=DOF2_GetString(file,"Kontakt");
TelefonInfo[nr][tel2Kontakt]=DOF2_GetString(file,"Kontakt2");
TelefonInfo[nr][tel3Kontakt]=DOF2_GetString(file,"Kontakt3");
TelefonInfo[nr][tel4Kontakt]=DOF2_GetString(file,"Kontakt4");
TelefonInfo[nr][tel5Kontakt]=DOF2_GetString(file,"Kontakt5");
TelefonInfo[nr][tel6Kontakt]=DOF2_GetString(file,"Kontakt6");
TelefonInfo[nr][tel7Kontakt]=DOF2_GetString(file,"Kontakt7");
TelefonInfo[nr][tel8Kontakt]=DOF2_GetString(file,"Kontakt8");
TelefonInfo[nr][tel9Kontakt]=DOF2_GetString(file,"Kontakt9");
TelefonInfo[nr][tel10Kontakt]=DOF2_GetString(file,"Kontakt10");
TelefonInfo[nr][tel11Kontakt]=DOF2_GetString(file,"Kontakt11");
TelefonInfo[nr][tel12Kontakt]=DOF2_GetString(file,"Kontakt12");
TelefonInfo[nr][tel13Kontakt]=DOF2_GetString(file,"Kontakt13");
TelefonInfo[nr][tel14Kontakt]=DOF2_GetString(file,"Kontakt14");
TelefonInfo[nr][tel15Kontakt]=DOF2_GetString(file,"Kontakt15");
TelefonInfo[nr][telNumer]=DOF2_GetInt(file,"Numer");
TelefonInfo[nr][tel2Numer]=DOF2_GetInt(file,"Numer2");
TelefonInfo[nr][tel3Numer]=DOF2_GetInt(file,"Numer3");
TelefonInfo[nr][tel4Numer]=DOF2_GetInt(file,"Numer4");
TelefonInfo[nr][tel5Numer]=DOF2_GetInt(file,"Numer5");
TelefonInfo[nr][tel6Numer]=DOF2_GetInt(file,"Numer6");
TelefonInfo[nr][tel7Numer]=DOF2_GetInt(file,"Numer7");
TelefonInfo[nr][tel8Numer]=DOF2_GetInt(file,"Numer8");
TelefonInfo[nr][tel9Numer]=DOF2_GetInt(file,"Numer9");
TelefonInfo[nr][tel10Numer]=DOF2_GetInt(file,"Numer10");
TelefonInfo[nr][tel11Numer]=DOF2_GetInt(file,"Numer11");
TelefonInfo[nr][tel12Numer]=DOF2_GetInt(file,"Numer12");
TelefonInfo[nr][tel13Numer]=DOF2_GetInt(file,"Numer13");
TelefonInfo[nr][tel14Numer]=DOF2_GetInt(file,"Numer14");
TelefonInfo[nr][tel15Numer]=DOF2_GetInt(file,"Numer15");
//
TelefonInfo[nr][telSmsy]=DOF2_GetInt(file,"Smsy");
TelefonInfo[nr][telSMS]=DOF2_GetString(file,"SMS");
TelefonInfo[nr][telSMS2]=DOF2_GetString(file,"SMS2");
TelefonInfo[nr][telSMS3]=DOF2_GetString(file,"SMS3");
TelefonInfo[nr][telSMS4]=DOF2_GetString(file,"SMS4");
TelefonInfo[nr][telSMS5]=DOF2_GetString(file,"SMS5");
TelefonInfo[nr][telSMS6]=DOF2_GetString(file,"SMS6");
TelefonInfo[nr][telSMS7]=DOF2_GetString(file,"SMS7");
TelefonInfo[nr][telSMS8]=DOF2_GetString(file,"SMS8");
TelefonInfo[nr][telSMS9]=DOF2_GetString(file,"SMS9");
TelefonInfo[nr][telSMS10]=DOF2_GetString(file,"SMS10");
TelefonInfo[nr][telSMS11]=DOF2_GetString(file,"SMS11");
TelefonInfo[nr][telSMS12]=DOF2_GetString(file,"SMS12");
TelefonInfo[nr][telSMS13]=DOF2_GetString(file,"SMS13");
TelefonInfo[nr][telSMS14]=DOF2_GetString(file,"SMS14");
TelefonInfo[nr][telSMS15]=DOF2_GetString(file,"SMS15");
TelefonInfo[nr][telSMS16]=DOF2_GetString(file,"SMS16");
TelefonInfo[nr][telSMS17]=DOF2_GetString(file,"SMS17");
TelefonInfo[nr][telSMS18]=DOF2_GetString(file,"SMS18");
TelefonInfo[nr][telSMS19]=DOF2_GetString(file,"SMS19");
TelefonInfo[nr][telSMS20]=DOF2_GetString(file,"SMS20");
TelefonInfo[nr][telSMSNumer]=DOF2_GetInt(file,"SMSNumer");
TelefonInfo[nr][telSMSNumer2]=DOF2_GetInt(file,"SMSNumer2");
TelefonInfo[nr][telSMSNumer3]=DOF2_GetInt(file,"SMSNumer3");
TelefonInfo[nr][telSMSNumer4]=DOF2_GetInt(file,"SMSNumer4");
TelefonInfo[nr][telSMSNumer5]=DOF2_GetInt(file,"SMSNumer5");
TelefonInfo[nr][telSMSNumer6]=DOF2_GetInt(file,"SMSNumer6");
TelefonInfo[nr][telSMSNumer7]=DOF2_GetInt(file,"SMSNumer7");
TelefonInfo[nr][telSMSNumer8]=DOF2_GetInt(file,"SMSNumer8");
TelefonInfo[nr][telSMSNumer9]=DOF2_GetInt(file,"SMSNumer9");
TelefonInfo[nr][telSMSNumer10]=DOF2_GetInt(file,"SMSNumer10");
TelefonInfo[nr][telSMSNumer11]=DOF2_GetInt(file,"SMSNumer11");
TelefonInfo[nr][telSMSNumer12]=DOF2_GetInt(file,"SMSNumer12");
TelefonInfo[nr][telSMSNumer13]=DOF2_GetInt(file,"SMSNumer13");
TelefonInfo[nr][telSMSNumer14]=DOF2_GetInt(file,"SMSNumer14");
TelefonInfo[nr][telSMSNumer15]=DOF2_GetInt(file,"SMSNumer15");
TelefonInfo[nr][telSMSNumer16]=DOF2_GetInt(file,"SMSNumer16");
TelefonInfo[nr][telSMSNumer17]=DOF2_GetInt(file,"SMSNumer17");
TelefonInfo[nr][telSMSNumer18]=DOF2_GetInt(file,"SMSNumer18");
TelefonInfo[nr][telSMSNumer19]=DOF2_GetInt(file,"SMSNumer19");
TelefonInfo[nr][telSMSNumer20]=DOF2_GetInt(file,"SMSNumer20");
TelefonInfo[nr][telOstatni]=DOF2_GetInt(file,"Ostatni");
}
else
{
TelefonInfo[nr][telAktywny]=false;
}
}
print("Wczytano modu? telefon?w!");
return 1;
}

Postaw piwo autorowi tego posta
 

 
Wysłany: 2012-10-13, 09:55


Bomber41







Wiek: 34
Na forum: 5045 dni
Posty: 27



Respekt: 50

Ostrzeżeń: 60%
Dalej to samo :(

[ Dodano: 2012-10-14, 14:19 ]
Naprawione, ka?demu kto chcia? pom?c daje piwko!

Postaw piwo autorowi tego posta
 

 
Tagi: home-rp :: telefon
Anonymous





Na forum: 245 dni
Posty: 1



Anonymous Koniecznie zajrzyj na:






Skocz do:  
Wyświetl posty z ostatnich:   
GTAONLINE.PL » JĘZYKI PROGRAMOWANIA » PAWN » [GF] Home-RP telefon Ten temat jest zablokowany bez możliwości zmiany postów lub pisania odpowiedzi

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