Jump to content

Gamemode WLG ( Terone Edit ) + PANEL


VLM

Recommended Posts

18 minutes ago, VLM said:

Adaugi in server.cfg la filterscripts ls_beachside

ok o sa testez revin cu edit iar :)

EDIT : Tot nu merge.... dau F intr-una si nu merge sa intru, e vreo comanda? care

EDIT 2 : Am rezolvat pwp ❤️ + 1000000000000000000000092132173621874621872121309217321 ai de la mine 

+1

Edited by **Aimer**
a
Link to comment
Share on other sites

Salut am si eu o problema pana la urma am reusit sa pornesc gamemode terone dar acuma imi da niste erori daca stie cineva cum le pot sa le rezolv reply pls

 

[debug] Long callback execution detected (hang or performance issue)
[debug] AMX backtrace:
[debug] #0 0006fd78 in ?? () in gamemode.amx
[debug] #1 0006fe90 in ?? (53) in gamemode.amx
[debug] #2 00071620 in ?? (46124008) in gamemode.amx
[debug] #3 00071900 in ?? (46124008) in gamemode.amx
[debug] #4 00071c64 in ?? () in gamemode.amx
[debug] #5 000787ac in ?? () in gamemode.amx
[debug] #6 00077450 in public AMX_OnScriptInit () in gamemode.amx
[debug] #7 00075428 in public Debug_OnScriptInit () in gamemode.amx
[debug] #8 0006d7cc in public YVers_OnScriptInit () in gamemode.amx
[debug] #9 0006cfb4 in public ScriptInit_OnScriptInit () in gamemode.amx
[debug] #10 0006cc8c in public OnPlPa_OnGameModeInit () in gamemode.amx
[debug] #11 native CallLocalFunction () in samp-server.exe
[debug] #12 00069bc0 in public zcmd_OnGameModeInit () in gamemode.amx
[debug] #13 native CallLocalFunction () in samp-server.exe
[debug] #14 0005888c in public SSCANF_OnGameModeInit () in gamemode.amx
[debug] #15 00052bf4 in public PZone_OnGameModeInit () in gamemode.amx
[debug] #16 native CallLocalFunction () in samp-server.exe
[debug] #17 000525d4 in public OnGameModeInit () in gamemode.amx
Apartaments: 24
OnGameModeInit Loaded
Script loaded - WLG Server
Number of vehicle models: 78
====================================================================
Error ID: 1054, Error: Unknown column 'JobGoalMaxValue' in 'field list'
Callback: InitJobGoal
gQuery: SELECT `JobGoalMaxValue`,`JobGoalActualValue` FROM `systems` LIMIT 1
====================================================================

Link to comment
Share on other sites

  • 4 weeks later...
La 06.09.2020 la 17:26, Muresan David a spus:

Am conectat baza de date bn la MYSQL_CONNECT da cand intru pe server ma inregistrez , si dupa la login nu merge scire ca parola incorecta da eu am introdusa bn, ajutama dc merge doar la registrez sa imi bag parola si la login scrie parola incorecta!!!

 

Iti recomand sa mai verifici o data cum ai conectat la baza de date... Gamemode-ul nu are nicio problema la sistemul de login/register.

Link to comment
Share on other sites

La 06.08.2020 la 11:00, InfernoZoneYT a spus:

Salut am si eu o problema pana la urma am reusit sa pornesc gamemode terone dar acuma imi da niste erori daca stie cineva cum le pot sa le rezolv reply pls

 

[debug] Long callback execution detected (hang or performance issue)
[debug] AMX backtrace:
[debug] #0 0006fd78 in ?? () in gamemode.amx
[debug] #1 0006fe90 in ?? (53) in gamemode.amx
[debug] #2 00071620 in ?? (46124008) in gamemode.amx
[debug] #3 00071900 in ?? (46124008) in gamemode.amx
[debug] #4 00071c64 in ?? () in gamemode.amx
[debug] #5 000787ac in ?? () in gamemode.amx
[debug] #6 00077450 in public AMX_OnScriptInit () in gamemode.amx
[debug] #7 00075428 in public Debug_OnScriptInit () in gamemode.amx
[debug] #8 0006d7cc in public YVers_OnScriptInit () in gamemode.amx
[debug] #9 0006cfb4 in public ScriptInit_OnScriptInit () in gamemode.amx
[debug] #10 0006cc8c in public OnPlPa_OnGameModeInit () in gamemode.amx
[debug] #11 native CallLocalFunction () in samp-server.exe
[debug] #12 00069bc0 in public zcmd_OnGameModeInit () in gamemode.amx
[debug] #13 native CallLocalFunction () in samp-server.exe
[debug] #14 0005888c in public SSCANF_OnGameModeInit () in gamemode.amx
[debug] #15 00052bf4 in public PZone_OnGameModeInit () in gamemode.amx
[debug] #16 native CallLocalFunction () in samp-server.exe
[debug] #17 000525d4 in public OnGameModeInit () in gamemode.amx
Apartaments: 24
OnGameModeInit Loaded
Script loaded - WLG Server
Number of vehicle models: 78
====================================================================
Error ID: 1054, Error: Unknown column 'JobGoalMaxValue' in 'field list'
Callback: InitJobGoal
gQuery: SELECT `JobGoalMaxValue`,`JobGoalActualValue` FROM `systems` LIMIT 1
====================================================================

In baza de date la tabelul Systems, adauga in structura JobGoalMaxValue si JobGoalActualValue!

Link to comment
Share on other sites

  • 1 month later...

Pawn compiler 3.2.3664              Copyright (c) 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.
[Finished in 2.3s]

 

Ce ii pot face, ma ajutati ? n am lucrat pana azi pe sublime

Link to comment
Share on other sites

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.