12.01.2014, 05:19
(
Последний раз редактировалось dimitri8; 12.01.2014 в 09:35.
)
Hey I've here error :
Found it on server.logs....
Here's my full server_logs:
Here's my includes :
Server.CFG
Код:
Run time error 20: "Invalid index parameter (bad entry point)"
Here's my full server_logs:
Код:
---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3x-R2, ©2005-2013 SA-MP Team [01:29:14] [01:29:14] Server Plugins [01:29:14] -------------- [01:29:14] Loading plugin: streamer [01:29:14] *** Streamer Plugin v2.6.1 by Incognito loaded *** [01:29:14] Loaded. [01:29:14] Loading plugin: sscanf [01:29:14] [01:29:14] =============================== [01:29:14] sscanf plugin loaded. [01:29:14] © 2009 Alex "******" Cole [01:29:14] 0.3d-R2 500 Players "dnee" [01:29:14] =============================== [01:29:14] Loaded. [01:29:14] Loading plugin: mysql [01:29:14] > MySQL plugin R7 successfully loaded. [01:29:14] Loaded. [01:29:14] Loading plugin: Whirlpool [01:29:14] [01:29:14] ================== [01:29:14] [01:29:14] Whirlpool loaded [01:29:14] [01:29:14] ================== [01:29:14] [01:29:14] Loaded. [01:29:14] Loaded 4 plugins. [01:29:14] [01:29:14] Filterscripts [01:29:14] --------------- [01:29:14] Loading filterscript 'yom_buttons.amx'... [01:29:14] Loading filterscript 'gcustom.amx'... [01:29:14] Loaded 2 filterscripts. [01:29:14] [01:29:14] ======================================= [01:29:14] | | [01:29:14] | YSI version 3.01.0002 | [01:29:14] | By Alex "******" Cole | [01:29:14] | | [01:29:14] ======================================= [01:29:14] [01:29:14] Script[gamemodes/MyScript.amx]: Run time error 20: "Invalid index parameter (bad entry point)" [01:29:14] Number of vehicle models: 0 [01:29:15] [01:29:15] ========================================== [01:29:15]
Код:
#include <a_samp> #include <a_mysql> #include <streamer> #include <yom_buttons> #include <ZCMD> #include <sscanf2> #include <foreach> #include <YSI\y_timers> #include <YSI\y_utils> #if defined SOCKET_ENABLED #include <socket>
Код:
echo Executing Server Config... lanmode 0 rcon_password dswewew maxplayers 50 port 7785 hostname My Server bind 66.225.195.125 gamemode0 MyScript filterscripts yom_buttons gcustom plugins streamer sscanf mysql Whirlpool announce 1 query 1 weburl Coming Soon maxnpc 0 onfoot_rate 40 incar_rate 40 weapon_rate 40 stream_distance 300.0 stream_rate 1000 rcon 0 sleep 1 mapname San Andreas

