Szerző Téma: Verzióváltásnál nem indul a scriptem  (Megtekintve 878 alkalommal)

Nem elérhető Erik3333

  • 945
  • SMF | phpBB | TS3 | PHP | HTML | CSS | JS | PAWN | JAVA
    • Profil megtekintése
Verzióváltásnál nem indul a scriptem
« Dátum: 2012. Május 08. - 19:08:47 »
0 Show voters
Helló!
Átraktam a szerveremet 0.3e RC6-ról a végleges 0.3e-re.
Ez mind szép és jó, csak az a baj, hogy nem tölt be rendesen a script:
0.3e RC6:
 
[15:05:06] Filterscripts
[15:05:06] ---------------
[15:05:06]   Loading filterscript \'reg.amx\'...
[15:05:06] OnFilter
[15:05:06]
*****************************************
[15:05:06] Regisztrációs rendszer betöltve!
[15:05:06] *****************************************
[15:05:06] [MySQL] Connected (0) to \'root\'@\'localhost via TCP/IP\'.
[15:05:06] [MySQL] Server Version 5.5.16.
[15:05:06]   Loading filterscript \'vspawner.amx\'...
[15:05:06]   Loading filterscript \'gl_actions.amx\'...
[15:05:06]   Loading filterscript \'gl_property.amx\'...
[15:05:06]
-----------------------------------
[15:05:06] Grand Larceny Property Filterscript      
[15:05:06] -----------------------------------
[15:05:06]   Loading filterscript \'gl_realtime.amx\'...
[15:05:06]   Loading filterscript \'gl_mapicon.amx\'...
[15:05:06]   Loading filterscript \'ls_elevator.amx\'...
[15:05:06]   Loading filterscript \'test_cmds.amx\'...
[15:05:06]   Loading filterscript \'ls_mall.amx\'...
[15:05:06]   Loading filterscript \'attachments.amx\'...
[15:05:06]   Loaded 10 filterscripts.

 
0.3e végleges verzió:
 
[19:03:13] Filterscripts
[19:03:13] ---------------
[19:03:13]   Loading filterscript \'reg.amx\'...
[19:03:13]   Loading filterscript \'gl_actions.amx\'...
[19:03:13]   Loading filterscript \'gl_property.amx\'...
[19:03:13]
-----------------------------------
[19:03:13] Grand Larceny Property Filterscript      
[19:03:13] -----------------------------------
[19:03:13]   Loading filterscript \'gl_realtime.amx\'...
[19:03:13]   Loading filterscript \'gl_mapicon.amx\'...
[19:03:13]   Loading filterscript \'ls_elevator.amx\'...
[19:03:13]   Loading filterscript \'test_cmds.amx\'...
[19:03:13]   Loading filterscript \'ls_mall.amx\'...
[19:03:13]   Loading filterscript \'attachments.amx\'...
[19:03:13]   Loaded 9 filterscripts.

Verzióváltásnál nem indul a scriptem
« Válasz #1 Dátum: 2012. Május 08. - 20:07:51 »
0 Show voters
az uj verzio cfg jebe bele van masolva a script?probald meg ujra compile zoni vagy nem tudom.

Nem elérhető Erik3333

  • 945
  • SMF | phpBB | TS3 | PHP | HTML | CSS | JS | PAWN | JAVA
    • Profil megtekintése
Verzióváltásnál nem indul a scriptem
« Válasz #2 Dátum: 2012. Május 08. - 20:09:20 »
0 Show voters
Be van rakva a cfg-be, és újra lecomplite-ztem, vagy mi xD

Nem elérhető zeteni

  • 1970
  • Ex-Scripter
    • Profil megtekintése
Verzióváltásnál nem indul a scriptem
« Válasz #3 Dátum: 2012. Május 08. - 20:30:24 »
0 Show voters
Másold be azt a scriptet ami nem indul el

Nem elérhető .:Secur:.

  • 2430
  • GTA Hero
    • Profil megtekintése
Verzióváltásnál nem indul a scriptem
« Válasz #4 Dátum: 2012. Május 08. - 20:31:59 »
0 Show voters
Én nekem compile nem sikerül valami miatt.
Pawn compiler 3.2.3664           Copyright © 1997-2006, ITB CompuPhase
Usage:   pawncc <filename> [filename...] [options]
Options:
         -A<num>  alignment in bytes of the data segment and the stack
         -a       output assembler code
         -C[+/-]  compact encoding for output file (default=+)
         -c<name> codepage name or number; e.g. 1252 for Windows Latin-1
         -Dpath   active directory path
         -d<num>  debugging level (default=-d1)
             0    no symbolic information, no run-time checks
             1    run-time checks, no symbolic information
             2    full debug information and dynamic checking
             3    same as -d2, but implies -O0
         -e<name> set name of error file (quiet compile)
         -H<hwnd> window handle to send a notification message on finish
         -i<name> path for include files
         -l       create list file (preprocess only)
         -o<name> set base name of (P-code) output file
         -O<num>  optimization level (default=-O1)
             0    no optimization
             1    JIT-compatible optimizations only
             2    full optimizations
         -p<name> set name of \"prefix\" file
         -r[name] write cross reference report to console or to specified file
         -S<num>  stack/heap size in cells (default=4096)
         -s<num>  skip lines from the input file
         -t<num>  TAB indent size (in character positions, default=8)
         -v<num>  verbosity level; 0=quiet, 1=normal, 2=verbose (default=1)
         -w<num>  disable a specific warning by its number
         -X<num>  abstract machine size limit in bytes
         -XD<num> abstract machine data/stack size limit in bytes
         -\\       use \'\\\' for escape characters
         -^       use \'^\' for escape characters
         -;[+/-]  require a semicolon to end each statement (default=+)
         -([+/-]  require parantheses for function invocation (default=+)
         sym=val  define constant \"sym\" with value \"val\"
         sym=     define constant \"sym\" with value 0
Options may start with a dash or a slash; the options \"-d0\" and \"/d0\" are
equivalent.
Options with a value may optionally separate the value from the option letter
with a colon (\":\") or an equal sign (\"=\"). That is, the options \"-d0\", \"-d=0\"
and \"-d:0\" are all equivalent.
???

Nem elérhető Erik3333

  • 945
  • SMF | phpBB | TS3 | PHP | HTML | CSS | JS | PAWN | JAVA
    • Profil megtekintése
Verzióváltásnál nem indul a scriptem
« Válasz #5 Dátum: 2012. Május 09. - 07:03:34 »
0 Show voters
Idézetet írta: zeteni date=1336501824\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"21197\" data-ipsquote-contentclass=\"forums_Topic
Másold be azt a scriptet ami nem indul el
 
Az biztos, hogy nem fogom bemálsolni, mert még nincs kész teljesen (parancsok...), és egyedi az egész.

Dupla hozzászólás automatikusan összefûzve. ( 2012. Május 09. - 15:43:14 )

Megoldva! Nem raktam be a Whirlpool plugint!
« Utoljára szerkesztve: 2012. Május 09. - 15:43:14 írta Erik3333 »

Nem elérhető Erik3333

  • 945
  • SMF | phpBB | TS3 | PHP | HTML | CSS | JS | PAWN | JAVA
    • Profil megtekintése
Verzióváltásnál nem indul a scriptem
« Válasz #6 Dátum: 2012. Május 08. - 19:08:47 »
0 Show voters
Helló!
Átraktam a szerveremet 0.3e RC6-ról a végleges 0.3e-re.
Ez mind szép és jó, csak az a baj, hogy nem tölt be rendesen a script:
0.3e RC6:
 
[15:05:06] Filterscripts
[15:05:06] ---------------
[15:05:06]   Loading filterscript \'reg.amx\'...
[15:05:06] OnFilter
[15:05:06]
*****************************************
[15:05:06] Regisztrációs rendszer betöltve!
[15:05:06] *****************************************
[15:05:06] [MySQL] Connected (0) to \'root\'@\'localhost via TCP/IP\'.
[15:05:06] [MySQL] Server Version 5.5.16.
[15:05:06]   Loading filterscript \'vspawner.amx\'...
[15:05:06]   Loading filterscript \'gl_actions.amx\'...
[15:05:06]   Loading filterscript \'gl_property.amx\'...
[15:05:06]
-----------------------------------
[15:05:06] Grand Larceny Property Filterscript      
[15:05:06] -----------------------------------
[15:05:06]   Loading filterscript \'gl_realtime.amx\'...
[15:05:06]   Loading filterscript \'gl_mapicon.amx\'...
[15:05:06]   Loading filterscript \'ls_elevator.amx\'...
[15:05:06]   Loading filterscript \'test_cmds.amx\'...
[15:05:06]   Loading filterscript \'ls_mall.amx\'...
[15:05:06]   Loading filterscript \'attachments.amx\'...
[15:05:06]   Loaded 10 filterscripts.

 
0.3e végleges verzió:
 
[19:03:13] Filterscripts
[19:03:13] ---------------
[19:03:13]   Loading filterscript \'reg.amx\'...
[19:03:13]   Loading filterscript \'gl_actions.amx\'...
[19:03:13]   Loading filterscript \'gl_property.amx\'...
[19:03:13]
-----------------------------------
[19:03:13] Grand Larceny Property Filterscript      
[19:03:13] -----------------------------------
[19:03:13]   Loading filterscript \'gl_realtime.amx\'...
[19:03:13]   Loading filterscript \'gl_mapicon.amx\'...
[19:03:13]   Loading filterscript \'ls_elevator.amx\'...
[19:03:13]   Loading filterscript \'test_cmds.amx\'...
[19:03:13]   Loading filterscript \'ls_mall.amx\'...
[19:03:13]   Loading filterscript \'attachments.amx\'...
[19:03:13]   Loaded 9 filterscripts.

Verzióváltásnál nem indul a scriptem
« Válasz #7 Dátum: 2012. Május 08. - 20:07:51 »
0 Show voters
az uj verzio cfg jebe bele van masolva a script?probald meg ujra compile zoni vagy nem tudom.

Nem elérhető Erik3333

  • 945
  • SMF | phpBB | TS3 | PHP | HTML | CSS | JS | PAWN | JAVA
    • Profil megtekintése
Verzióváltásnál nem indul a scriptem
« Válasz #8 Dátum: 2012. Május 08. - 20:09:20 »
0 Show voters
Be van rakva a cfg-be, és újra lecomplite-ztem, vagy mi xD

Nem elérhető zeteni

  • 1970
  • Ex-Scripter
    • Profil megtekintése
Verzióváltásnál nem indul a scriptem
« Válasz #9 Dátum: 2012. Május 08. - 20:30:24 »
0 Show voters
Másold be azt a scriptet ami nem indul el

Nem elérhető .:Secur:.

  • 2430
  • GTA Hero
    • Profil megtekintése
Verzióváltásnál nem indul a scriptem
« Válasz #10 Dátum: 2012. Május 08. - 20:31:59 »
0 Show voters
Én nekem compile nem sikerül valami miatt.
Pawn compiler 3.2.3664           Copyright © 1997-2006, ITB CompuPhase
Usage:   pawncc <filename> [filename...] [options]
Options:
         -A<num>  alignment in bytes of the data segment and the stack
         -a       output assembler code
         -C[+/-]  compact encoding for output file (default=+)
         -c<name> codepage name or number; e.g. 1252 for Windows Latin-1
         -Dpath   active directory path
         -d<num>  debugging level (default=-d1)
             0    no symbolic information, no run-time checks
             1    run-time checks, no symbolic information
             2    full debug information and dynamic checking
             3    same as -d2, but implies -O0
         -e<name> set name of error file (quiet compile)
         -H<hwnd> window handle to send a notification message on finish
         -i<name> path for include files
         -l       create list file (preprocess only)
         -o<name> set base name of (P-code) output file
         -O<num>  optimization level (default=-O1)
             0    no optimization
             1    JIT-compatible optimizations only
             2    full optimizations
         -p<name> set name of \"prefix\" file
         -r[name] write cross reference report to console or to specified file
         -S<num>  stack/heap size in cells (default=4096)
         -s<num>  skip lines from the input file
         -t<num>  TAB indent size (in character positions, default=8)
         -v<num>  verbosity level; 0=quiet, 1=normal, 2=verbose (default=1)
         -w<num>  disable a specific warning by its number
         -X<num>  abstract machine size limit in bytes
         -XD<num> abstract machine data/stack size limit in bytes
         -\\       use \'\\\' for escape characters
         -^       use \'^\' for escape characters
         -;[+/-]  require a semicolon to end each statement (default=+)
         -([+/-]  require parantheses for function invocation (default=+)
         sym=val  define constant \"sym\" with value \"val\"
         sym=     define constant \"sym\" with value 0
Options may start with a dash or a slash; the options \"-d0\" and \"/d0\" are
equivalent.
Options with a value may optionally separate the value from the option letter
with a colon (\":\") or an equal sign (\"=\"). That is, the options \"-d0\", \"-d=0\"
and \"-d:0\" are all equivalent.
???

Nem elérhető Erik3333

  • 945
  • SMF | phpBB | TS3 | PHP | HTML | CSS | JS | PAWN | JAVA
    • Profil megtekintése
Verzióváltásnál nem indul a scriptem
« Válasz #11 Dátum: 2012. Május 09. - 07:03:34 »
0 Show voters
Idézetet írta: zeteni date=1336501824\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"21197\" data-ipsquote-contentclass=\"forums_Topic
Másold be azt a scriptet ami nem indul el
 
Az biztos, hogy nem fogom bemálsolni, mert még nincs kész teljesen (parancsok...), és egyedi az egész.

Dupla hozzászólás automatikusan összefûzve. ( 2012. Május 09. - 15:43:14 )

Megoldva! Nem raktam be a Whirlpool plugint!
« Utoljára szerkesztve: 2012. Május 09. - 15:43:14 írta Erik3333 »

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal