SA-MP Forums Archive
Streamer Problem - 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: Streamer Problem (/showthread.php?tid=382016)



Streamer Problem - Joshman543 - 01.10.2012

I tried updating my script with version 6.1 but I get these following errors in the server console:
[14:25:04] Script[gamemodes/larp.amx]: Run time error 19: "File or function is not found"


The reason I updated is because, whenever a user connected and logged in their console would automatically crash.
Any suggestions?


Re: Streamer Problem - dannyk0ed - 01.10.2012

Show us the server_log.txt, missing plugins i guess.


Re: Streamer Problem - TheArcher - 01.10.2012

Did you update the include, and recompiled the gamemode/filterscript?


Re: Streamer Problem - Joshman543 - 01.10.2012

The plugin is there I know it for a fact. If you want the server logs:


Код:
# 604,12.478754
[14:23:47] * MP5 loaded: 1553.143188,-1442.219604,12.478754
[14:23:47] * Spraycan loaded: 1553.143188,-1441.219604,12.478754
[14:23:47] Loading filterscript 'mapeditor.amx'...
[14:23:47] >> SA-MP Map Editor Loaded
[14:23:47] Loaded 3 filterscripts.

[14:23:47] Script[gamemodes/larp.amx]: Run time error 19: "File or function is not found"
[14:23:47] Number of vehicle models: 0
[14:24:04] --- Server Shutting Down.
[14:24:04] * Spraycan saved: 1517.328735,-1454.922729,13.206377
[14:24:04] * Nitestick saved: 1552.143188,-1441.219604,12.478754
[14:24:04] * Desert Eagle saved: 1554.143188,-1442.219604,12.478754
[14:24:04] * Shotgun saved: 1552.143188,-1442.219604,12.478754
[14:24:04] * MP5 saved: 1553.143188,-1442.219604,12.478754
[14:24:04] * Spraycan saved: 1553.143188,-1441.219604,12.478754
[14:24:04] >> SA-MP Map Editor Unloaded

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team

[14:25:03] 
[14:25:03] Server Plugins
[14:25:03] --------------
[14:25:03] Loading plugin: streamer.dll
[14:25:03] Failed.
[14:25:03] Loaded 0 plugins.

[14:25:03] 
[14:25:03] Filterscripts
[14:25:03] ---------------
[14:25:03] Loading filterscript 'gun.amx'...
[14:25:03] =====================================================================
[14:25:03] This is a best FS for Roleplay's, Deathmatch etc... Will suit on all GM.
[14:25:03] FilterScript Name: Hangon!
[14:25:03] Description:Will hang all weapons on your back!
[14:25:03] Author:[xT]Emaratii
[14:25:03] Special thanks:[XgT] Team
[14:25:03] Contact author: emaratiiboii@hotmail.com
[14:25:03] =====================================================================
[14:25:03] Loading filterscript 'drop.amx'...
[14:25:03] 

[14:25:03] Drop Gun [FS] By gimini ©
[14:25:03] Do not remove copyright!!!
[14:25:03] Version 1.3

[14:25:03] * Spraycan loaded: 1517.328735,-1454.922729,13.206377
[14:25:03] * Nitestick loaded: 1552.143188,-1441.219604,12.478754
[14:25:03] * Desert Eagle loaded: 1554.143188,-1442.219604,12.478754
[14:25:03] * Shotgun loaded: 1552.143188,-1442.219604,12.478754
[14:25:03] * MP5 loaded: 1553.143188,-1442.219604,12.478754
[14:25:03] * Spraycan loaded: 1553.143188,-1441.219604,12.478754
[14:25:03] Loading filterscript 'mapeditor.amx'...
[14:25:03] >> SA-MP Map Editor Loaded
[14:25:03] Loaded 3 filterscripts.

[14:25:04] Script[gamemodes/larp.amx]: Run time error 19: "File or function is not found"
[14:25:04] Number of vehicle models: 0
[14:25:27] --- Server Shutting Down.
[14:25:27] * Spraycan saved: 1517.328735,-1454.922729,13.206377
[14:25:27] * Nitestick saved: 1552.143188,-1441.219604,12.478754
[14:25:27] * Desert Eagle saved: 1554.143188,-1442.219604,12.478754
[14:25:27] * Shotgun saved: 1552.143188,-1442.219604,12.478754
[14:25:27] * MP5 saved: 1553.143188,-1442.219604,12.478754
[14:25:27] * Spraycan saved: 1553.143188,-1441.219604,12.478754
[14:25:27] >> SA-MP Map Editor Unloaded



Re: Streamer Problem - Joshman543 - 01.10.2012

I just tried to recompile and got the following errors:

Код:
C:\Users\Aaron\Desktop\RP\pawno\include\streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\Aaron\Desktop\RP\pawno\include\streamer.inc(375) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\Aaron\Desktop\RP\pawno\include\streamer.inc(397) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\Aaron\Desktop\RP\pawno\include\streamer.inc(399) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\Aaron\Desktop\RP\gamemodes\larp.pwn(28100) : warning 219: local variable "idcar" shadows a variable at a preceding level
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.



Re: Streamer Problem - TheArcher - 01.10.2012

Update all the SAMP includes to 0.3e


Re: Streamer Problem - Joshman543 - 01.10.2012

Thanks a lot +++REp for all