Existing user? Sign in
Sign up
Games
Servers
Useful
User
Pass
2FA
ultimate_ss
Freakz Forum Index
->
Trash Bin
->
CS 2006-2019 (Archived)
->
Resources
Author
Message
2979
Z3ddy
[Mentally Stable]
Status: Offline
(since 15-01-2014 20:51)
Joined: 13 Feb 2009
Posts: 87
,
Topics: 29
Location:
Bucuresti
Reputation:
379.7
Votes
: 5
Posted: 13-06-2011, 01:19:33
| Translate post to:
... (
Click for more languages
)
Salut, daca este cineva care stie sa-mi rezolve eroarea la acest plugin va rog mult de tot!
Code:
L 06/13/2011 - 02:13:08: Start of error session.
L 06/13/2011 - 02:13:08: Info (map "cs_max") (file "addons/amxmodx/logs/error_20110613.log")
L 06/13/2011 - 02:13:08: [CSTRIKE] Invalid player 4
L 06/13/2011 - 02:13:08: [AMXX] Run time error 10 (plugin "ultimate_ss.amxx") (native "cs_set_user_team") - debug not enabled!
L 06/13/2011 - 02:13:08: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
SMA -
http://www.multiupload.com/98V5QNXQBE
0
0
Back to top
blana
[Mentally Stable]
Status: Offline
(since 13-03-2012 07:21)
Joined: 31 Jan 2009
Posts: 14
,
Topics: 4
Location:
Romania
Reputation:
233.2
Votes
: 4
Posted: 13-06-2011, 11:04:05
| Translate post to:
... (
Click for more languages
)
Z3ddy wrote:
Salut, daca este cineva care stie sa-mi rezolve eroarea la acest plugin va rog mult de tot!
Code:
L 06/13/2011 - 02:13:08: Start of error session.
L 06/13/2011 - 02:13:08: Info (map "cs_max") (file "addons/amxmodx/logs/error_20110613.log")
L 06/13/2011 - 02:13:08: [CSTRIKE] Invalid player 4
L 06/13/2011 - 02:13:08: [AMXX] Run time error 10 (plugin "ultimate_ss.amxx") (native "cs_set_user_team") - debug not enabled!
L 06/13/2011 - 02:13:08: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
SMA -
http://www.multiupload.com/98V5QNXQBE
Din cate stiu asta nu e eroare de plugin , ai incercat sa faci poze la un jucator care nu mai exista pe servar in momentul acela.
0
0
Back to top
Z3ddy
[Mentally Stable]
Status: Offline
(since 15-01-2014 20:51)
Joined: 13 Feb 2009
Posts: 87
,
Topics: 29
Location:
Bucuresti
Reputation:
379.7
Votes
: 5
Posted: 13-06-2011, 14:14:36
| Translate post to:
... (
Click for more languages
)
exista jucatorul pe server, pentru ca i-am facut 4 poze si l-a pus si spectator automat, ciudat e ca nu la toata lumea se intampla sa apara aceasta eroare
0
0
Back to top
ion
[prin vacante]
Status: Offline
(since 10-12-2018 10:49)
Joined: 30 Jan 2008
Posts: 7503
,
Topics: 333
Location:
Romania
Reputation:
1770.2
Votes
: 191
Posted: 13-06-2011, 15:08:15
| Translate post to:
... (
Click for more languages
)
Adauga debug cum zice acolo si vor aparea mai multe informatii in log despre eroare.
0
0
Back to top
Z3ddy
[Mentally Stable]
Status: Offline
(since 15-01-2014 20:51)
Joined: 13 Feb 2009
Posts: 87
,
Topics: 29
Location:
Bucuresti
Reputation:
379.7
Votes
: 5
Posted: 15-06-2011, 15:35:18
| Translate post to:
... (
Click for more languages
)
Code:
L 06/14/2011 - 21:34:16: Info (map "de_inferno") (file "addons/amxmodx/logs/error_20110614.log")
L 06/14/2011 - 21:34:16: [CSTRIKE] Invalid player 10
L 06/14/2011 - 21:34:16: [AMXX] Displaying debug trace (plugin "ultimate_ss.amxx")
L 06/14/2011 - 21:34:16: [AMXX] Run time error 10: native error (native "cs_set_user_team")
L 06/14/2011 - 21:34:16: [AMXX] [0] ultimate_ss.sma::ss_propriuzis (line 115)
0
0
Back to top
Z3ddy
[Mentally Stable]
Status: Offline
(since 15-01-2014 20:51)
Joined: 13 Feb 2009
Posts: 87
,
Topics: 29
Location:
Bucuresti
Reputation:
379.7
Votes
: 5
Posted: 17-06-2011, 19:38:48
| Translate post to:
... (
Click for more languages
)
UP!
0
0
Back to top
ion
[prin vacante]
Status: Offline
(since 10-12-2018 10:49)
Joined: 30 Jan 2008
Posts: 7503
,
Topics: 333
Location:
Romania
Reputation:
1770.2
Votes
: 191
Posted: 17-06-2011, 21:05:18
| Translate post to:
... (
Click for more languages
)
Code:
L 06/14/2011 - 21:34:16: [CSTRIKE] Invalid player 10
Asta inseamna exact ceea ce a zis blana. Jucatorul se afla pe server in momentul comenzii, dar iesise inainte sa se termine de facut toate pozele.
Daca vrei sa nu-ti mai apara pune asta:
Code:
if (is_user_connected(array[1])==0) return PLUGIN_HANDLED
in linie urmatoare dupa:
Code:
//take data and set them accordingly
0
0
Back to top
Z3ddy
[Mentally Stable]
Status: Offline
(since 15-01-2014 20:51)
Joined: 13 Feb 2009
Posts: 87
,
Topics: 29
Location:
Bucuresti
Reputation:
379.7
Votes
: 5
Posted: 18-06-2011, 01:37:55
| Translate post to:
... (
Click for more languages
)
multumesc, functioneaza, mersi mult
0
0
Back to top
Freakz Forum Index
->
Trash Bin
->
CS 2006-2019 (Archived)
->
Resources
The time now is 30-01-2025, 16:32:29
Copyright info
Based on phpBB
ro
/
com
B
Login
I forgot my password
World of Warcraft
Login for more...
Download WoW 7.3.5
Misc
eSports
Achievements
Buy reputation with votes
Reputation trades
Forum rules
Ban list
Members list
User guide (FAQ)
World of Warcraft
View details