SA-MP Forums Archive
Help please - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help please (/showthread.php?tid=495140)



Help please - KaliKs - 16.02.2014

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


Re: Help please - ]Rafaellos[ - 16.02.2014

The error is on the streamer include. Not in your script.


Re: Help please - Avi Raj - 16.02.2014

Download streamer.inc from here :- https://sampforum.blast.hk/showthread.php?tid=102865
Delete the previous one.


Re: Help please - amirab - 16.02.2014

you have to use 0.3z RC2 for PLAYER_OBJECT
and use 0.3z RC2 a_samp.inc


Re: Help please - KaliKs - 16.02.2014

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



Re: Help please - KaliKs - 16.02.2014

anyone pls help with this.


Re: Help please - Avi Raj - 16.02.2014

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


Re: Help please - KaliKs - 16.02.2014

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]



Re: Help please - Avi Raj - 16.02.2014

Код:
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?


Re: Help please - KaliKs - 16.02.2014

yes it does