Wysłany: 2012-08-07, 14:53
jacekw1823
Wiek: 42 Na forum: 5818 dni Posty: 6
Kod: ------------
v0.3e, (C)2005-2012 SA-MP Team
[14] filterscripts = "" (string)
[14]
[14] Server Plugins
[14] --------------
[14] Loading plugin: mysql.so
[14]
> MySQL plugin R5 successfully loaded.
[14] Loaded.
[14] Loading plugin: audio.so
[14]
*** Audio Plugin v0.5 by Incognito loaded ***
[14] Loaded.
[14] Loading plugin: sscanf.so
[14]
[14] ===============================
[14] sscanf plugin loaded.
[14] (c) 2009 Alex "Y_Less" Cole
[14] 0.3d-R2 500 Players "dnee"
[14] ===============================
[14] Loaded.
[14] Loaded 3 plugins.
[14]
[14] Ban list
[14] --------
[14] Loaded: samp.ban
[14]
[14]
[14] Filterscripts
[14] ---------------
[14] Loaded 0 filterscripts.
[14] Script[gamemodes/RP.amx]: Run time error 19: "File or function is not found"
[14] Number of vehicle models: 0
Jest to mapa pisana przez ToFFiKa kt?r? kiedy? zakupi?em i staram si? j? uruchomi?.Lecz nie wiem jak pr?bowa?em wszystkiego . Baza danych jest na swoim miejscu . Mo?e kto? ma jaki? pomys? co mo?e by? nie tak ?
Wysłany: 2012-08-07, 15:01
B!4CK
Never give UP!
Wiek: 32 Na forum: 5809 dni Posty: 1047
Nick w MP: John
Piwa : 1891
Scriptfiles mo?e nie masz za?adowanego ?
Je?li zakupi?e? od niego to zrobi?e? b??d.
Podaj server.cfg oraz sprawd? czy masz scriptfiles na miejscu itd.
Podpis
Cześć
[you]
!
Projekt, który poruszy scenę platformy SA:MP!
Wysłany: 2012-08-07, 15:05
jacekw1823
Wiek: 42 Na forum: 5818 dni Posty: 6
Kod: echo Executing Server Config...
lanmode 0
rcon_password Qwerty1
maxplayers 25
port 9797
hostname PS-RPG
gamemode0 RP 1
filterscripts
announce 1
query 1
weburl servhost.pl
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
bind 91.204.163.105
plugins mysql.so audio.so sscanf.so
w paczce od niego nie by?o zadnych scriptfiles jedynie baza danych kt?r? ju? pod??czy?em pod mape
//edit wszystko jest pod??czone pod mysql scriptfiles zb?dne
Wysłany: 2012-08-07, 15:07
RedC
Wiek: 37 Na forum: 5053 dni Posty: 83
Piwa : 5
Zobacz czy masz wszystkie pluginy z odpowiednimi rozszerzeniami je?eli tak to mo?e pobierz nowe
Ostatnio zmieniony przez RedC 2012-08-07, 15:12, w całości zmieniany 1 raz
Wysłany: 2012-08-07, 15:11
jacekw1823
Wiek: 42 Na forum: 5818 dni Posty: 6
"RedC" napisał/a :Zobacz czy masz wszystkie include je?eli tak to mo?e pobierz nowe
My?l? ?e problem w audio pluginie ale jak daje nowy include od niego to wywala 26 error?w
[ Dodano : 2012-08-07, 16:21 ]
Kod: C:\Users\Admin\Desktop\PS_RPG\***\pawno\pawno\include\audio.inc(44) : error 021: symbol already defined: "Audio_Stop"
C:\Users\Admin\Desktop\PS_RPG\***\pawno\pawno\include\audio.inc(45) : error 021: symbol already defined: "Audio_Restart"
C:\Users\Admin\Desktop\PS_RPG\***\pawno\pawno\include\audio.inc(48) : error 021: symbol already defined: "Audio_SetVolume"
C:\Users\Admin\Desktop\PS_RPG\***\pawno\pawno\include\audio.inc(49) : error 021: symbol already defined: "Audio_SetFX"
C:\Users\Admin\Desktop\PS_RPG\***\pawno\pawno\include\audio.inc(50) : error 021: symbol already defined: "Audio_RemoveFX"
C:\Users\Admin\Desktop\PS_RPG\***\pawno\pawno\include\audio.inc(51) : error 021: symbol already defined: "Audio_Set3DPosition"
C:\Users\Admin\Desktop\PS_RPG\***\pawno\pawno\include\audio.inc(61) : error 021: symbol already defined: "Audio_AddPlayer"
C:\Users\Admin\Desktop\PS_RPG\***\pawno\pawno\include\audio.inc(63) : error 021: symbol already defined: "Audio_RemovePlayer"
C:\Users\Admin\Desktop\RP.pwn(228) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_ATTACHED_PLAYER")
C:\Users\Admin\Desktop\RP.pwn(229) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_ATTACHED_VEHICLE")
C:\Users\Admin\Desktop\RP.pwn(230) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_COLOR")
C:\Users\Admin\Desktop\RP.pwn(242) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MOVE_SPEED")
C:\Users\Admin\Desktop\RP.pwn(243) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MOVE_X")
C:\Users\Admin\Desktop\RP.pwn(244) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MOVE_Y")
C:\Users\Admin\Desktop\RP.pwn(245) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MOVE_Z")
C:\Users\Admin\Desktop\RP.pwn(246) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_NEXT_X")
C:\Users\Admin\Desktop\RP.pwn(247) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_NEXT_Y")
C:\Users\Admin\Desktop\RP.pwn(248) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_NEXT_Z")
C:\Users\Admin\Desktop\RP.pwn(249) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_PLAYER_ID")
C:\Users\Admin\Desktop\RP.pwn(250) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_R_X")
C:\Users\Admin\Desktop\RP.pwn(251) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_R_Y")
C:\Users\Admin\Desktop\RP.pwn(252) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_R_Z")
C:\Users\Admin\Desktop\RP.pwn(253) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_SIZE")
C:\Users\Admin\Desktop\RP.pwn(254) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_STYLE")
C:\Users\Admin\Desktop\RP.pwn(255) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_TEST_LOS")
C:\Users\Admin\Desktop\RP.pwn(256) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_TYPE")
C:\Users\Admin\Desktop\RP.pwn(257) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_WORLD_ID")
C:\Users\Admin\Desktop\RP.pwn(258) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_X")
C:\Users\Admin\Desktop\RP.pwn(259) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_Y")
C:\Users\Admin\Desktop\RP.pwn(261) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_Z")
C:\Users\Admin\Desktop\RP.pwn(292) : error 021: symbol already defined: "Audio_OnGameModeInit"
C:\Users\Admin\Desktop\RP.pwn(304) : error 017: undefined symbol "mysql_init"
C:\Users\Admin\Desktop\RP.pwn(570) : error 017: undefined symbol "mysql_init"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.
Wysłany: 2012-08-07, 17:38
Raydex
Wiek: 36 Na forum: 6037 dni Posty: 138
Piwa : 1043
A ja my?l?, ?e problem mo?e le?e? w pluginie MySQL, bo masz dos? star? wersj?.
> MySQL plugin R5 successfully loaded.
?ci?gnij R7.
I sprawd? jeszcze czy do mapy nie jest potrzebny czasem streamer plugin.
Wysłany: 2012-08-07, 18:05
jacekw1823
Wiek: 42 Na forum: 5818 dni Posty: 6
"Raydex" napisał/a :A ja my?l?, ?e problem mo?e le?e? w pluginie MySQL, bo masz dos? star? wersj?.
> MySQL plugin R5 successfully loaded.
?ci?gnij R7.
I sprawd? jeszcze czy do mapy nie jest potrzebny czasem streamer plugin.
naprawi?o to wszystkie b?edy ale nadal jest
Kod: Script[gamemodes/RP.amx]: Run time error 19: "File or function is not found"
[14] Number of vehicle models: 0
[ Dodano : 2012-08-07, 18:14 ]
Kod: C:\Users\Admin\Desktop\PS_RPG\pawno\***\pawno\pawno\include\streamer.inc(157) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\Admin\Desktop\PS_RPG\pawno\***\pawno\pawno\include\streamer.inc(377) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\Admin\Desktop\PS_RPG\pawno\***\pawno\pawno\include\streamer.inc(399) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\Admin\Desktop\PS_RPG\pawno\***\pawno\pawno\include\streamer.inc(401) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\Admin\Desktop\RP.pwn(228) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_ATTACHED_PLAYER")
C:\Users\Admin\Desktop\RP.pwn(229) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_ATTACHED_VEHICLE")
C:\Users\Admin\Desktop\RP.pwn(230) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_COLOR")
C:\Users\Admin\Desktop\RP.pwn(232) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_DRAW_DISTANCE")
C:\Users\Admin\Desktop\RP.pwn(233) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_EXTRA_ID")
C:\Users\Admin\Desktop\RP.pwn(234) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_INTERIOR_ID")
C:\Users\Admin\Desktop\RP.pwn(235) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MAX_X")
C:\Users\Admin\Desktop\RP.pwn(236) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MAX_Y")
C:\Users\Admin\Desktop\RP.pwn(237) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MAX_Z")
C:\Users\Admin\Desktop\RP.pwn(238) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MIN_X")
C:\Users\Admin\Desktop\RP.pwn(239) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MIN_Y")
C:\Users\Admin\Desktop\RP.pwn(240) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MIN_Z")
C:\Users\Admin\Desktop\RP.pwn(241) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MODEL_ID")
C:\Users\Admin\Desktop\RP.pwn(242) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MOVE_SPEED")
C:\Users\Admin\Desktop\RP.pwn(243) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MOVE_X")
C:\Users\Admin\Desktop\RP.pwn(244) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MOVE_Y")
C:\Users\Admin\Desktop\RP.pwn(245) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_MOVE_Z")
C:\Users\Admin\Desktop\RP.pwn(246) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_NEXT_X")
C:\Users\Admin\Desktop\RP.pwn(247) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_NEXT_Y")
C:\Users\Admin\Desktop\RP.pwn(248) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_NEXT_Z")
C:\Users\Admin\Desktop\RP.pwn(249) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_PLAYER_ID")
C:\Users\Admin\Desktop\RP.pwn(250) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_R_X")
C:\Users\Admin\Desktop\RP.pwn(251) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_R_Y")
C:\Users\Admin\Desktop\RP.pwn(252) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_R_Z")
C:\Users\Admin\Desktop\RP.pwn(253) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_SIZE")
C:\Users\Admin\Desktop\RP.pwn(254) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_STYLE")
C:\Users\Admin\Desktop\RP.pwn(255) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_TEST_LOS")
C:\Users\Admin\Desktop\RP.pwn(256) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_TYPE")
C:\Users\Admin\Desktop\RP.pwn(257) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_WORLD_ID")
C:\Users\Admin\Desktop\RP.pwn(258) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_X")
C:\Users\Admin\Desktop\RP.pwn(259) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_Y")
C:\Users\Admin\Desktop\RP.pwn(261) : warning 201: redefinition of constant/macro (symbol "E_STREAMER_Z")
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
Najnowszy streamer spowodowa? b??dy ;/
Wysłany: 2012-08-07, 18:51
B!4CK
Never give UP!
Wiek: 32 Na forum: 5809 dni Posty: 1047
Nick w MP: John
Piwa : 1891
Mia?e? pobra? mysql ,ale streamer to nie pobieraj nowej wersji.
Podpis
Cześć
[you]
!
Projekt, który poruszy scenę platformy SA:MP!
Wysłany: 2012-08-07, 19:24
jacekw1823
Wiek: 42 Na forum: 5818 dni Posty: 6
Kod: Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
Wgra?em streamera tego co by? z paczk? z map? v2.5
Jak wida? 0 b??d?w ale nadal b?ad przy w??czaniu mapy "function is not found"
Wysłany: 2012-08-08, 16:57
RedC
Wiek: 37 Na forum: 5053 dni Posty: 83
Piwa : 5
Sprawd? czy na pewno masz .amx w folderze gamemodes i sprawd? czy gdzie? na pocz?tku gamemoda masz Kod: je?eli nie to dodaj to.
Tagi: mapa :: nie :: chce :: się :: uruchomić
Anonymous
Na forum: 245 dni
Posty: 1
Anonymous Koniecznie zajrzyj na: