Peršokti į turinį
  • ŽAIDIMAI
  • , ŽAIDIMAI
  • ŽAIDIMAI

Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 4942 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Recommended Posts

(redaguota)

Sveiki taigi kuriu serveri nuo GRP4 ir dabar noriu jį ant host išbnadyt server.cfg faile viskas nrml ant pc bėje tai pat veikia, bet kai leidžiu ant host:

SA-MP Dedicated Server
----------------------
v0.3e-R2, (C)2005-2012 SA-MP Team
[19:06:06]
[19:06:06] Server Plugins
[19:06:06] --------------
[19:06:06] Loading plugin: mysql.so
[19:06:06] SA:MP MySQL Plugin v2.1.1 Loaded.
[19:06:06] Loaded.
[19:06:06] [MySQL] Thread running. Threadsafe: Yes.
[19:06:06] Loading plugin: streamer.so
[19:06:06]
*** Streamer Plugin v2.5.2 by Incognito loaded ***
[19:06:06] Loaded.
[19:06:06] Loading plugin: sscanf.so
[19:06:06]
[19:06:06] ===============================
[19:06:06]	 sscanf plugin loaded.	
[19:06:06] (c) 2009 Alex "Y_Less" Cole
[19:06:06] ===============================
[19:06:06] Loaded.
[19:06:06] Loaded 3 plugins.
[19:06:06]
[19:06:06] Ban list
[19:06:06] --------
[19:06:06] Loaded: samp.ban
[19:06:06]
[19:06:06]
[19:06:06] Filterscripts
[19:06:06] ---------------
[19:06:06] Loading filterscript 'simpleneon.amx'...
[19:06:06]
--------------------------------------
[19:06:06] Simple Neon System by : wizzi
[19:06:06] --------------------------------------
[19:06:06] Loading filterscript 'Radijas.amx'...
[19:06:06] Loaded 2 filterscripts.
[19:06:06] Script[gamemodes/GRP4.amx]: Run time error 19: "File or function is not found"
[19:06:06] Number of vehicle models: 0

Server.cfg

echo Executing Server Config...
lanmode 0
rcon_password haha
maxplayers 100
port 8014
hostname RKG.LT 0.3e|Realus kaimelių gyveninimas Kuriames
gamemode0 GRP4 1
filterscripts simpleneon Radijas
announce 1
query 1
weburl WwW.Velnias.tk
maxnpc 10
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
plugins mysql.so streamer.so sscanf.so

Kas padės +REP

Redaguota , nario skydux123
  • Teigiamai 1
  • Neigiamai 1

Įsikėliau šitą pluginą ir pradėjo errorus mėtyt:

C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(3183) : error 017: undefined symbol "mysql_query"
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(3185) : error 017: undefined symbol "mysql_fetch_int"
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(3193) : error 017: undefined symbol "mysql_query"
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(3230) : error 017: undefined symbol "mysql_query"
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(3933) : error 017: undefined symbol "mysql_query"
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(4131) : error 017: undefined symbol "mysql_query"
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(7954) : error 017: undefined symbol "mysql_query"
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(7988) : error 017: undefined symbol "mysql_query"
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(8069) : error 017: undefined symbol "mysql_query"
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(8253) : error 017: undefined symbol "mysql_query"
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(8256) : error 017: undefined symbol "mysql_query"
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(8259) : error 017: undefined symbol "mysql_query"
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(8262) : error 017: undefined symbol "mysql_query"
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(8265) : error 017: undefined symbol "mysql_query"
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(8268) : error 017: undefined symbol "mysql_query"
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(8271) : error 017: undefined symbol "mysql_query"
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(8274) : error 017: undefined symbol "mysql_query"
Pawn compiler 3.2.3664	 Copyright (c) 1997-2006, ITB CompuPhase

Kaip šitą suprast?

Pakeičiau

mysql_query

į

mysql_function_query

kuris buvo include, bet db meta kitus error:

C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(3184) : error 035: argument type mismatch (argument 1)
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(3186) : error 017: undefined symbol "mysql_fetch_int"
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(3194) : error 035: argument type mismatch (argument 1)
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(3231) : error 035: argument type mismatch (argument 1)
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(3935) : error 035: argument type mismatch (argument 1)
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(4133) : error 035: argument type mismatch (argument 1)
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(7956) : error 035: argument type mismatch (argument 1)
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(7990) : error 035: argument type mismatch (argument 1)
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(8071) : error 035: argument type mismatch (argument 1)
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(8255) : error 035: argument type mismatch (argument 1)
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(8258) : error 035: argument type mismatch (argument 1)
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(8261) : error 035: argument type mismatch (argument 1)
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(8264) : error 035: argument type mismatch (argument 1)
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(8267) : error 035: argument type mismatch (argument 1)
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(8270) : error 035: argument type mismatch (argument 1)
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(8273) : error 035: argument type mismatch (argument 1)
C:\Users\Donio\Desktop\Donato\Gamemodes\GRP_4_MySQL_Edition\gamemodes\GRP4.pwn(8276) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664	 Copyright (c) 1997-2006, ITB CompuPhase

17 Errors.

Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 4942 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Svečias
Ši tema yra užrakinta.
  • Šiame puslapyje naršo:   0 nariai

    • Nėra registruotų narių peržiūrinčių šį forumą.

Skelbimai


×
×
  • Sukurti naują...