Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: toncikica poslato Mart 11, 2024, 18:59:45 POSLE PODNE

Naslov: samp-server.exe
Poruka od: toncikica poslato Mart 11, 2024, 18:59:45 POSLE PODNE
Nece da mi startuje server i izbaci mi ova greska
[pawn]Script[gamemodes/ua_sql.amx]: Run time error 19: "File or function is not found"[/pawn]
Kontam sta mi error govori; odem u server.cfg ime je dobro upisano, pluginsi dobro upisani, skripta compileovana vise puta, cak sam namjerno napravio errora da vidim jel do compiler ali nije, pa nezz koji mu je kurac, evo vam dole server log u svakom slucaju
[pawn]SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team

[18:56:15] filterscripts = ""  (string)
[18:56:15]
[18:56:15] Server Plugins
[18:56:15] --------------
[18:56:15]  Loading plugin: sscanf
[18:56:15]

[18:56:15]  ===============================

[18:56:15]       sscanf plugin loaded.     

[18:56:15]          Version:  2.8.3       

[18:56:15]   (c) 2018 Alex "Y_Less" Cole 

[18:56:15]  ===============================

[18:56:15]   Loaded.
[18:56:15]  Loading plugin: streamer
[18:56:15]

*** Streamer Plugin v2.9.5 by Incognito loaded ***

[18:56:15]   Loaded.
[18:56:15]  Loading plugin: pawncmd
[18:56:15] [Pawn.CMD] plugin v3.3.6 loading...
[18:56:15] [Pawn.CMD]

    | Pawn.CMD 3.3.6 | 2016 - 2021
    |--------------------------------
    | Author and maintainer: katursis


    | Compiled: Sep 26 2021 at 11:55:10
    |--------------------------------------------------------------
    | Repository: https://github.com/katursis/Pawn.CMD

[18:56:15]   Loaded.
[18:56:15]  Loaded 3 plugins.

[18:56:15]
[18:56:15] Ban list
[18:56:15] --------
[18:56:15]  Loaded: samp.ban
[18:56:15]
[18:56:15]
[18:56:15] Filterscripts
[18:56:15] ---------------
[18:56:15]   Loaded 0 filterscripts.

[18:56:15] Script[gamemodes/ua_sql.amx]: Run time error 19: "File or function is not found"
[18:56:15] Number of vehicle models: 0[/pawn]
Naslov: Odg: samp-server.exe
Poruka od: Bit Frosty poslato Mart 11, 2024, 19:01:26 POSLE PODNE
Loaduj CrashDetect kao prvi plugin, on ce ti reci koje funkcije ti fale, a na osnovu toga nadjes koji polugin nisi dodao
Naslov: Odg: samp-server.exe
Poruka od: Danix Knez poslato Mart 11, 2024, 19:02:05 POSLE PODNE
Skini novi microsoft visual c++ i kompajl idi i onda probaj tako sam ja parputa fixo
Naslov: Odg: samp-server.exe
Poruka od: toncikica poslato Mart 11, 2024, 19:12:36 POSLE PODNE
Citat: Bit Frosty poslato Mart 11, 2024, 19:01:26 POSLE PODNE
Loaduj CrashDetect kao prvi plugin, on ce ti reci koje funkcije ti fale, a na osnovu toga nadjes koji polugin nisi dodao
[pawn][debug] Run time error 19: "File or function is not found"
[debug]  mysql_connect
[debug]  mysql_errno
[debug]  mysql_close
[debug]  mysql_format
[debug]  mysql_tquery
[debug]  cache_get_row_count
[debug]  cache_get_value_name
[debug]  cache_get_value_name_int
[debug] Run time error 19: "File or function is not found"
[debug]  mysql_connect
[debug]  mysql_errno
[debug]  mysql_close
[debug]  mysql_format
[debug]  mysql_tquery
[debug]  cache_get_row_count
[debug]  cache_get_value_name
[debug]  cache_get_value_name_int
Script[gamemodes/ua_sql.amx]: Run time error 19: "File or function is not found"[/pawn]
Imam mysql includeovan u skripti, imam ga u inclludu u pawnu, imam ga i u pluginima i u server.cfg
Naslov: Odg: samp-server.exe
Poruka od: Bit Frosty poslato Mart 11, 2024, 20:05:13 POSLE PODNE
Citat: toncikica poslato Mart 11, 2024, 19:12:36 POSLE PODNE
[pawn][debug] Run time error 19: "File or function is not found"
[debug]  mysql_connect
[debug]  mysql_errno
[debug]  mysql_close
[debug]  mysql_format
[debug]  mysql_tquery
[debug]  cache_get_row_count
[debug]  cache_get_value_name
[debug]  cache_get_value_name_int
[debug] Run time error 19: "File or function is not found"
[debug]  mysql_connect
[debug]  mysql_errno
[debug]  mysql_close
[debug]  mysql_format
[debug]  mysql_tquery
[debug]  cache_get_row_count
[debug]  cache_get_value_name
[debug]  cache_get_value_name_int
Script[gamemodes/ua_sql.amx]: Run time error 19: "File or function is not found"[/pawn]
Imam mysql includeovan u skripti, imam ga u inclludu u pawnu, imam ga i u pluginima i u server.cfg
Ocigledno da nemas u cfg posto cak ni ne pokusava da ga load...
Naslov: Odg: samp-server.exe
Poruka od: toncikica poslato Mart 11, 2024, 23:14:13 POSLE PODNE
Citat: Bit Frosty poslato Mart 11, 2024, 20:05:13 POSLE PODNE
Ocigledno da nemas u cfg posto cak ni ne pokusava da ga load...
[pawn] Loading plugin: mysql
>> plugin.mysql: R39-6 successfully loaded.
  Loaded.[/pawn]
Brate sad ga ucita, ali ima opet problem.
[pawn][debug] Run time error 19: "File or function is not found"
[debug]  cache_get_value_name
[debug]  cache_get_value_name_int[/pawn]
Ove dvije funkcije nisu uopce pozvane u skripti, a prave mi problem
Naslov: Odg: samp-server.exe
Poruka od: Bit Frosty poslato Mart 12, 2024, 17:18:12 POSLE PODNE
Citat: toncikica poslato Mart 11, 2024, 23:14:13 POSLE PODNE
[pawn] Loading plugin: mysql
>> plugin.mysql: R39-6 successfully loaded.
  Loaded.[/pawn]
Brate sad ga ucita, ali ima opet problem.
[pawn][debug] Run time error 19: "File or function is not found"
[debug]  cache_get_value_name
[debug]  cache_get_value_name_int[/pawn]
Ove dvije funkcije nisu uopce pozvane u skripti, a prave mi problem
Pogresna verzija mysql plugina. U sustini razlikuju ti se include i plugin. Najpametnije ti je da otvoris mysql include i vidis koja verzija plugina ti treba, po sto ako budes update sve vjerovatno ces imati 300 istih errora na compile a neces znati da ih fix
Naslov: Odg: samp-server.exe
Poruka od: toncikica poslato Mart 12, 2024, 17:49:11 POSLE PODNE
Citat: Bit Frosty poslato Mart 12, 2024, 17:18:12 POSLE PODNE
Pogresna verzija mysql plugina. U sustini razlikuju ti se include i plugin. Najpametnije ti je da otvoris mysql include i vidis koja verzija plugina ti treba, po sto ako budes update sve vjerovatno ces imati 300 istih errora na compile a neces znati da ih fix
Uspio sam fixat, hvala velika druze