Problem nr 2 - 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: Problem nr 2 (
/showthread.php?tid=342184)
Problem nr 2 -
Dannu13 - 13.05.2012
Код:
D:\Tццlaud\OWN\pawno\include\streamer.inc(221) : error 017: undefined symbol "MAPICON_LOCAL"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
221:forward OnPlayerRegister(playerid, password[]);
Whats is wrong ?
Re: Problem nr 2 -
Ballu Miaa - 13.05.2012
Search for MAPICON_LOCAL in your game mode. Do you find it in the callback OnPlayerRegister?
Re: Problem nr 2 -
Dannu13 - 13.05.2012
crlt + f did not find it at all
Re: Problem nr 2 -
Ballu Miaa - 13.05.2012
Download the SAMP 0.3e Windows server files again. Download Icognito's Streamer again. Extract them in new folders. Copy , streamer.inc to Pawno>Include. And streamer.dll and streamer.so to plugins folder.
Try then!
Re: Problem nr 2 -
Dannu13 - 13.05.2012
Where can I get them
Re: Problem nr 2 -
JaKe Elite - 13.05.2012
Try Ballu's Method
Re: Problem nr 2 -
Dannu13 - 13.05.2012
Oh thanks Ballu Miaa !
Re: Problem nr 2 -
Dannu13 - 13.05.2012
damit -.-
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team
[07:15:57] filterscripts = "" (string)
[07:15:57]
[07:15:57] Server Plugins
[07:15:57] --------------
[07:15:57] Loading plugin: streamer
[07:15:57] Failed.
[07:15:57] Loaded 0 plugins.
[07:15:57]
[07:15:57] Filterscripts
[07:15:57] ---------------
[07:15:57] Loaded 0 filterscripts.
[07:15:57] Script[gamemodes/own.amx]: Run time error 19: "File or function is not found"
[07:15:57] Number of vehicle models: 0
Re: Problem nr 2 -
Ballu Miaa - 13.05.2012
Check your server.cfg again. Plugins added? Linux = .so ? game mode is right?
Re: Problem nr 2 -
Dannu13 - 13.05.2012
All right, maybe wrong include?