Citat: V01D poslato Februar 11, 2022, 02:25:13 PRE PODNE
Posalji server.cfg, takodje probaj update FCNPC include i plugin
Takodje daj i ceo server_log
najnovija verzija mi je FCNPC nemam sta da update
Server cfg
[pawn]echo Executing Server Config...
lanmode 0
rcon_password 123
maxplayers 50
port 7777
hostname .::AGaming Test Mod Server::.
gamemode0 AGaming 1
filterscripts anims
plugins SKY streamer sscanf crashdetect FCNPC
announce 0
query 1
chatlogging 0
weburl www.uskoro.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 800.0
stream_rate 5000
maxnpc 50
logtimeformat [%H:%M:%S]
ackslimit 10000[/pawn]
Server LOG
[pawn]Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[15:23:36]
[15:23:36] Server Plugins
[15:23:36] --------------
[15:23:36] Loading plugin: SKY
[15:23:36] Loaded.
[15:23:36] Loading plugin: streamer
[15:23:36]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[15:23:36] Loaded.
[15:23:36] Loading plugin: sscanf
[15:23:36]
[15:23:36] ===============================
[15:23:36] sscanf plugin loaded.
[15:23:36] Version: 2.8.3
[15:23:36] (c) 2018 Alex "Y_Less" Cole
[15:23:36] ===============================
[15:23:36] Loaded.
[15:23:36] Loading plugin: crashdetect
[15:23:36] CrashDetect v4.15.1 is OK.
[15:23:36] Loaded.
[15:23:36] Loading plugin: FCNPC
[15:23:36]
[15:23:36] -------------------------------------------------
[15:23:36] FCNPC - Fully Controllable NPC v2.0.4
[15:23:36] Windows SA-MP 0.3.7 R2
[15:23:36] Nov 17 2021 at 02:36:40
[15:23:36]
[15:23:36] Author: OrMisicL (2013 - 2015)
[15:23:36] Continued by: ziggi (2016 - present)
[15:23:36]
[15:23:36] See full credits in the README.md file
[15:23:36] -------------------------------------------------
[15:23:36]
[15:23:36] Loading...
[15:23:36]
[15:23:36] -------------------------------------------------
[15:23:36] ColAndreasv1.4.0
[15:23:36]
[15:23:36] Created By:
[15:23:36] [uL]Chris42O
[15:23:36] [uL]Slice
[15:23:36] [uL]Pottus
[15:23:36] -------------------------------------------------
[15:23:36]
[15:23:36] Loading...
[15:23:36] ColAndreas v1.4.0 Loaded.
[15:23:36] Loaded.
[15:23:36] Loaded 5 plugins.
[15:23:36]
[15:23:36] Filterscripts
[15:23:36] ---------------
[15:23:36] Loading filterscript 'anims.amx'...
[15:23:36] No collision data found.
[15:23:36] Loaded 1 filterscripts.
[15:23:36]
[15:23:36] =======================================
[15:23:36] | |
[15:23:36] | YSI version 1.04.0000 |
[15:23:36] | By Alex "Y_Less" Cole |
[15:23:36] | |
[15:23:36] | Checking the latest YSI version.. |
[15:23:36] | |
[15:23:36] =======================================
[15:23:36]
[15:23:37] *** YSI Error: y_amx tracer not found!
[15:23:37] Testiranje compile moda!
[15:23:38] [npc:join] Miloje has joined the server (49:127.0.0.1)
[15:23:38] ====================================
[15:23:38] | gCamera V1.0 |
[15:23:38] ====================================
[15:23:38] Ucitana podesavanja organizacija.
[15:23:38] |==============================================|
[15:23:38] | Arrow Gaming RolePlay |
[15:23:38] | AG:RPG |
[15:23:38] | by Arrow Gaming Community |
[15:23:38] | Scripter Arrow Gaming Community |
[15:23:38] | Maper Arrow Gaming Community |
[15:23:38] | Script Version v1.0 |
[15:23:38] | Community Owner Arrow Gaming Community |
[15:23:38] |==============================================|
[15:23:38] Number of vehicle models: 81
[15:23:38]
[15:23:38] ========================================
[15:23:38] | |
[15:23:38] | Could not connect to update server |
[15:23:38] | at this time, (your code will |
[15:23:38] | still work (response was 301)). |
[15:23:38] | |
[15:23:38] ========================================
[15:23:38]
[15:23:39] [npc:part] Miloje has left the server (49:2)[/pawn]
Proveri kickanje za vpn, max ip adresa... Bilo kakvu vrstu provere koja moze da izbacuje bota...
Citat: // xunder poslato Februar 11, 2022, 18:45:15 POSLE PODNE
Kikujes bota Miloja
https://open.mp/docs/scripting/callbacks/OnPlayerDisconnect
[npc:part] Miloje has left the server (49:2)
2 Kick/Ban The player was kicked or banned by the server.
Pa da ubacio sam taj kod u skripti i jeste server ga kikuje al zasto nije mi jasno uopste koja funkcija radi to da ga kikuje eo sad sam izbacio sve ono ostavio sam samo ovo
[pawn]NPCMisija = FCNPC_Create("Miloje");
FCNPC_Spawn(NPCMisija,294,1405.7889,-2265.0630,13.6469);[/pawn]
onu funkciju sam obrisao i opet isto izbacuje ga
Mozes da crashdetect printati backtrace svakog Kick-a.
stock DBG_Kick(playerid) {
PrintBacktarce();
return Kick(playerid);
}
#if defined _ALS_Kick
#undef Kick
#else
#define _ALS_Kick
#endif
#define Kick DBG_Kick