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

Wysłany: 2014-10-14, 16:50


davidson

Mam Cię na oku ;)






Wiek: 33
Na forum: 6128 dni
Posty: 19
Nick w MP: davidson

Piwa: 1030

Respekt: 38,1

Witam, posiadam problem z serwerem, mianowicie na serwerze mo?e przebywa? tylko jedna osoba.
Ka?dej kolejnej kt?ra wejdzie nie wy?wietla si? okno logowania i nie ma ?adnych funkcji gamemoda, dodatkowo po wej?ciu na serwer tej "drugiej" osoby w logach zostaj? b??dy.

Kod:

[16:40] [join] John_Smith has joined the server (1:89.72.25.147)
[16:40] [debug] Run time error 4: "Array index out of bounds"
[16:40] [debug] Accessing element at index 1 past array upper bound 0
[16:40] [debug] AMX backtrace:
[16:40] [debug] #0 0000f144 in public SSCANF_OnPlayerConnect (0x00000001) from rp.amx
[16:40] [debug] #1 native CallLocalFunction () [080dbf60] from samp03svr
[16:40] [debug] #2 00000600 in public OnPlayerConnect (0x00000001) from rp.amx
[16:40] [debug] Run time error 4: "Array index out of bounds"
[16:40] [debug] Accessing element at index 1 past array upper bound 0
[16:40] [debug] AMX backtrace:
[16:40] [debug] #0 0002cf5c in public OnPlayerRequestClass (0x00000001, 0x00000000) from rp.amx
[16:40] [debug] Run time error 4: "Array index out of bounds"
[16:40] [debug] Accessing element at index 1 past array upper bound 0
[16:40] [debug] AMX backtrace:
[16:40] [debug] #0 0002cf5c in public OnPlayerRequestClass (0x00000001, 0x00000000) from rp.amx
[16:40] [debug] Run time error 4: "Array index out of bounds"
[16:40] [debug] Accessing element at index 1 past array upper bound 0
[16:40] [debug] AMX backtrace:
[16:40] [debug] #0 0002cf5c in public OnPlayerRequestClass (0x00000001, 0x00000000) from rp.amx
[16:40] [debug] Run time error 4: "Array index out of bounds"
[16:40] [debug] Accessing element at index 1 past array upper bound 0
[16:40] [debug] AMX backtrace:
[16:40] [debug] #0 0002cf5c in public OnPlayerRequestClass (0x00000001, 0x00000000) from rp.amx
[16:40] [debug] Run time error 4: "Array index out of bounds"
[16:40] [debug] Accessing element at index 1 past array upper bound 0
[16:40] [debug] AMX backtrace:
[16:40] [debug] #0 0002cf5c in public OnPlayerRequestClass (0x00000001, 0x00000000) from rp.amx
[16:40] [debug] Run time error 4: "Array index out of bounds"
[16:40] [debug] Accessing element at index 1 past array upper bound 0
[16:40] [debug] AMX backtrace:
[16:40] [debug] #0 0002cf5c in public OnPlayerRequestClass (0x00000001, 0x00000000) from rp.amx
[16:40] [part] David_Gonzalez has left the server (0:1)
[16:40] [debug] Run time error 4: "Array index out of bounds"
[16:40] [debug] Accessing element at index 1 past array upper bound 0
[16:40] [debug] AMX backtrace:
[16:40] [debug] #0 0002d000 in public OnPlayerSpawn (0x00000001) from rp.amx
[16:40] [debug] Run time error 4: "Array index out of bounds"
[16:40] [debug] Accessing element at index 1 past array upper bound 0
[16:40] [debug] AMX backtrace:
[16:40] [debug] #0 0005cb44 in public OnPlayerUpdate (0x00000001) from rp.amx
[16:40] [debug] Run time error 4: "Array index out of bounds"
[16:40] [debug] Accessing element at index 1 past array upper bound 0
[16:40] [debug] AMX backtrace:
[16:40] [debug] #0 0005cb44 in public OnPlayerUpdate (0x00000001) from rp.amx
[16:40] [debug] Run time error 4: "Array index out of bounds"
[16:40] [debug] Accessing element at index 1 past array upper bound 0
[16:40] [debug] AMX backtrace:
[16:40] [debug] #0 0005cb44 in public OnPlayerUpdate (0x00000001) from rp.amx
[16:40] [debug] Run time error 4: "Array index out of bounds"
[16:40] [debug] Accessing element at index 1 past array upper bound 0
[16:40] [debug] AMX backtrace:
[16:40] [debug] #0 0005cb44 in public OnPlayerUpdate (0x00000001) from rp.amx
[16:40] [debug] Run time error 4: "Array index out of bounds"
[16:40] [debug] Accessing element at index 1 past array upper bound 0
[16:40] [debug] AMX backtrace:
[16:40] [debug] #0 0005cb44 in public OnPlayerUpdate (0x00000001) from rp.amx
[16:40] [debug] Run time error 4: "Array index out of bounds"
[16:40] [debug] Accessing element at index 1 past array upper bound 0
[16:40] [debug] AMX backtrace:
[16:40] [debug] #0 0005cb44 in public OnPlayerUpdate (0x00000001) from rp.amx
[16:40] [debug] Run time error 4: "Array index out of bounds"
[16:40] [debug] Accessing element at index 1 past array upper bound 0
[16:40] [debug] AMX backtrace:



ITD... ITD...


Postaw piwo autorowi tego posta
 

 
Wysłany: 2014-10-14, 18:09


xqz

otaku desu!






Wiek: 32
Na forum: 6406 dni
Posty: 723
Nick w MP: xqz

Piwa: 5465

Respekt: 418,6
Respekt: 418,6

Zrobi?e? gdzie? tablic? kt?ra nie mie?ci wi?cej danych ni? pr?bujesz wyci?gn?? czyli:

new cos[2];

Kod:

OnPlayerConnect(playerid)
{
cos[playerid] = 1;
}

Jak wejdzie gracz z id 2 ju? wywali b??dy jak wy?ej.

Postaw piwo autorowi tego posta
 

 
Wysłany: 2014-10-14, 19:43


davidson

Mam Cię na oku ;)






Wiek: 33
Na forum: 6128 dni
Posty: 19
Nick w MP: davidson

Piwa: 1030

Respekt: 38,1

Dzi?ki! Rozwi?zane!

Postaw piwo autorowi tego posta
 

 
Tagi: serwer :: wpuszcza :: tylko :: jedną :: osobę.
Anonymous





Na forum: 245 dni
Posty: 1



Anonymous Koniecznie zajrzyj na:






Skocz do:  
Wyświetl posty z ostatnich:   
GTAONLINE.PL » JĘZYKI PROGRAMOWANIA » PAWN » [INNE] Serwer wpuszcza tylko jedną osobę. 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