SA-MP Forums Archive
[Ajuda] Alguйm me ajuda resolver esse erro Pls. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Alguйm me ajuda resolver esse erro Pls. (/showthread.php?tid=649854)



Alguйm me ajuda resolver esse erro Pls. - axellech - 16.02.2018

O gamemode estб compilando

PHP код:
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase 
mas estб dando este erro:

PHP код:
----------
Loaded log file"server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[12:05:00filterscripts ""  (string)
[
12:05:00
[
12:05:00Server Plugins
[12:05:00] --------------
[
12:05:00]  Loading pluginmysql
[12:05:00
  > 
MySQL plugin R5 successfully loaded.
[
12:05:00]   Loaded.
[
12:05:00]  Loading pluginstreamer
[12:05:00
*** 
Streamer Plugin v2.9.1 by Incognito loaded ***
[
12:05:00]   Loaded.
[
12:05:00]  Loading pluginsscanf
[12:05:00
[
12:05:00]  ===============================
[
12:05:00]       sscanf plugin loaded.     
[
12:05:00]          Version:  2.8.2        
[12:05:00]    (c2012 Alex "******" Cole  
[12:05:00]  ===============================
[
12:05:00]   Loaded.
[
12:05:00]  Loading pluginWhirlpool
[12:05:00]  
[
12:05:00]  ==================
[
12:05:00]  
[
12:05:00]   Whirlpool loaded
[12:05:00]  
[
12:05:00]  ==================
[
12:05:00]  
[
12:05:00]   Loaded.
[
12:05:00]  Loading pluginnativechecker
[12:05:00]   Loaded.
[
12:05:00]  Loaded 5 plugins.
[
12:05:00
[
12:05:00Ban list
[
12:05:00] --------
[
12:05:00]  Loadedsamp.ban
[12:05:00
[
12:05:00
[
12:05:00Filterscripts
[12:05:00] ---------------
[
12:05:00]   Loaded 0 filterscripts.
[
12:05:00AMX (79243472loaded
[12:05:00]    Error: Function not registered'IRC_GetUserChannelMode'
[12:05:00]    Error: Function not registered'IRC_Connect'
[12:05:00]    Error: Function not registered'IRC_SetIntData'
[12:05:00]    Error: Function not registered'IRC_CreateGroup'
[12:05:00]    Error: Function not registered'IRC_Quit'
[12:05:00]    Error: Function not registered'IRC_DestroyGroup'
[12:05:00]    Error: Function not registered'IRC_GroupSay'
[12:05:00]    Error: Function not registered'IRC_JoinChannel'
[12:05:00]    Error: Function not registered'IRC_AddToGroup'
[12:05:00]    Error: Function not registered'IRC_SendRaw'
[12:05:00]    Error: Function not registered'IRC_RemoveFromGroup'
[12:05:00]    Error: Function not registered'IRC_GroupNotice'
[12:05:00]    Error: Function not registered'IRC_Say'
[12:05:00Script[gamemodes/gw.amx]: Run time error 19"File or function is not found"
[12:05:00Number of vehicle models
PHP код:
[12:05:00AMX (79243472loaded
[12:05:00]    Error: Function not registered'IRC_GetUserChannelMode'
[12:05:00]    Error: Function not registered'IRC_Connect'
[12:05:00]    Error: Function not registered'IRC_SetIntData'
[12:05:00]    Error: Function not registered'IRC_CreateGroup'
[12:05:00]    Error: Function not registered'IRC_Quit'
[12:05:00]    Error: Function not registered'IRC_DestroyGroup'
[12:05:00]    Error: Function not registered'IRC_GroupSay'
[12:05:00]    Error: Function not registered'IRC_JoinChannel'
[12:05:00]    Error: Function not registered'IRC_AddToGroup'
[12:05:00]    Error: Function not registered'IRC_SendRaw'
[12:05:00]    Error: Function not registered'IRC_RemoveFromGroup'
[12:05:00]    Error: Function not registered'IRC_GroupNotice'
[12:05:00]    Error: Function not registered'IRC_Say'
[12:05:00Script[gamemodes/gw.amx]: Run time error 19"File or function is not found"
[12:05:00Number of vehicle models
essa й a cfg

PHP код:
echo Executing Server Config...
lanmode 0
rcon_password 1230
maxplayers 200
port 7777
hostname GAME
gamemode0 gw
plugins mysql streamer sscanf irc Whirlpool nativechecker
filterscripts
announce 0
chatlogging 0
weburl website
.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat 
[%H:%M:%S]
language english 



Re: Alguйm me ajuda resolver esse erro Pls. - Pequeno - 16.02.2018

Windows:

Code:
Код:
plugins irc.dll
Linux:

Code:
Код:
plugins irc.so
No Windows, adicione irc.inc а pasta pawno \ include. Inclua este arquivo em qualquer um dos scripts que o servidor estб executando:

Code:
Код:
#include <irc>



Re: Alguйm me ajuda resolver esse erro Pls. - axellech - 16.02.2018

Quote:
Originally Posted by Pequeno
Посмотреть сообщение
Windows:

Code:
Код:
plugins irc.dll
Linux:

Code:
Код:
plugins irc.so
No Windows, adicione irc.inc а pasta pawno \ include. Inclua este arquivo em qualquer um dos scripts que o servidor estб executando:

Code:
Код:
#include <irc>
Acho que nгo entendeu o que eu quis dizer '-'


Re: Alguйm me ajuda resolver esse erro Pls. - Adiiti - 16.02.2018

Vocк nгo colocou o plugin IRC por isso as funзхes que vocк usou no GM do IRC nгo estгo sendo encontradas


Re: Alguйm me ajuda resolver esse erro Pls. - axellech - 16.02.2018

Quote:
Originally Posted by Adiiti
Посмотреть сообщение
Vocк nгo colocou o plugin IRC por isso as funзхes que vocк usou no GM do IRC nгo estгo sendo encontradas
No server.cfg? coloquei assim que percebi, e ainda esta dando o mesmo erro.


Re: Alguйm me ajuda resolver esse erro Pls. - GRiMMREAPER - 16.02.2018

Instale o Visual C++ 2015 Redistributable.


Re: Alguйm me ajuda resolver esse erro Pls. - victorara - 17.02.2018

Resolvido mano?


Re: Alguйm me ajuda resolver esse erro Pls. - axellech - 17.02.2018

Quote:
Originally Posted by victorara
Посмотреть сообщение
Resolvido mano?
Consegui;