Posts: 236
Threads: 102
Joined: Sep 2012
Hey guys i got a question about this error i got this after i putted there new Streamer 0.3z now
error:
Код:
C:\Users\Erik\Desktop\SAMP\PLA Script\pawno\include\streamer.inc(489) : error 017: undefined symbol "BULLET_HIT_TYPE_PLAYER_OBJECT"
Line:
Код:
#define DIALOG_GPS_LA_SHOPS 32632
i have no idea how to fix this lol
Thanks for helping
Posts: 731
Threads: 29
Joined: Feb 2012
Reputation:
0
The error is on the streamer include. Not in your script.
Posts: 772
Threads: 79
Joined: Dec 2012
Download streamer.inc from here :-
https://sampforum.blast.hk/showthread.php?tid=102865
Delete the previous one.
Posts: 498
Threads: 24
Joined: Apr 2013
you have to use 0.3z RC2 for PLAYER_OBJECT
and use 0.3z RC2 a_samp.inc
Posts: 236
Threads: 102
Joined: Sep 2012
i got it fixed but now what i have,....
Код:
SA-MP Dedicated Server
----------------------
v0.3z-RC2, ©2005-2014 SA-MP Team
[10:26:00] filterscripts = "" (string)
[10:26:00]
[10:26:00] Server Plugins
[10:26:00] --------------
[10:26:00] Loading plugin: streamer.dll
[10:26:00]
*** Streamer Plugin v2.7 by Incognito loaded ***
[10:26:00] Loaded.
[10:26:00] Loading plugin: audio.dll
[10:26:00] Failed.
[10:26:00] Loading plugin: sscanf.dll
[10:26:00]
[10:26:00] ===============================
[10:26:00] sscanf plugin loaded.
[10:26:00] © 2009 Alex "******" Cole
[10:26:00] 0.3d-R2 500 Players "dnee"
[10:26:00] ===============================
[10:26:00] Loaded.
[10:26:00] Loading plugin: crashdetect.dll
[10:26:00] crashdetect v4.0.2 is OK.
[10:26:00] Loaded.
[10:26:00] Loading plugin: whirpool.dll
[10:26:00] Failed.
[10:26:00] Loaded 3 plugins.
[10:26:01]
[10:26:01] Filterscripts
[10:26:01] ---------------
[10:26:01] Loaded 0 filterscripts.
[10:26:01] [debug] Run time error 19: "File or function is not found"
[10:26:01] [debug] The following natives are not registered:
[10:26:01] [debug] socket_sendto_remote_client
[10:26:01] [debug] socket_close_remote_client
[10:26:01] [debug] mysql_query
[10:26:01] [debug] mysql_connect
[10:26:01] [debug] socket_create
[10:26:01] [debug] is_socket_valid
[10:26:01] [debug] socket_set_max_connections
[10:26:01] [debug] socket_listen
[10:26:01] [debug] socket_destroy
[10:26:01] [debug] mysql_insert_id
[10:26:01] [debug] mysql_store_result
[10:26:01] [debug] mysql_num_rows
[10:26:01] [debug] mysql_retrieve_row
[10:26:01] [debug] mysql_fetch_field_row
[10:26:01] [debug] mysql_free_result
[10:26:01] Script[gamemodes/vpsPLA_nomysql.amx]: Run time error 19: "File or function is not found"
[10:26:01] Number of vehicle models: 0
Posts: 236
Threads: 102
Joined: Sep 2012
anyone pls help with this.
Posts: 772
Threads: 79
Joined: Dec 2012
Quote:
[10:26:00] Loading plugin: whirpool.dll
[10:26:00] Failed.
|
Your whirlpool plugin failed to load.
open server.cfg and change w to W
Posts: 236
Threads: 102
Joined: Sep 2012
still it shows the same...
server.cfg
Код:
echo Executing Server Config...
lanmode 0
rcon_password ***************
maxplayers 5
port 7777
hostname test
gamemode0 vpsPLA_nomysql 1
plugins sscanf.dll streamer.dll Whirpool.dll crashdetect.dll
filterscripts
announce 0
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
Posts: 772
Threads: 79
Joined: Dec 2012
Код:
echo Executing Server Config...
lanmode 0
rcon_password ***************
maxplayers 5
port 7777
hostname test
gamemode0 vpsPLA_nomysql 1
filterscripts
plugins sscanf.dll streamer.dll Whirpool.dll crashdetect.dll
announce 0
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
and your script have MySQL functions?
Posts: 236
Threads: 102
Joined: Sep 2012