[Ajuda] Problema com objetos e veнculos (Host).
#5

Quote:
Originally Posted by wearLy
Посмотреть сообщение
Eu particularmente uso a versгo 2.9.1 ainda, e tudo parece funcionar perfeitamente.

Pode ter algum erro no seu cуdigo, vocк jб tentou usar o plugin crashdetect para imprimir erros no server_log ?
Com o crashdetect, apareceu coisas a mais no log, a suposta falha do Streamer e mapicons destruнdos.

PHP код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[06:08:15filterscripts ""  (string)
[
06:08:15
[
06:08:15Server Plugins
[06:08:15] --------------
[
06:08:15]  Loading pluginsscanf.dll
[06:08:15
[
06:08:15]  ===============================
[
06:08:15]       sscanf plugin loaded.     
[
06:08:15]          Version:  2.8.1        
[06:08:15]    (c2012 Alex "******" Cole  
[06:08:15]  ===============================
[
06:08:15]   Loaded.
[
06:08:15]  Loading pluginstreamer.dll
[06:08:15]   Failed.
[
06:08:15]  Loading plugincrashdetect.dll
[06:08:15]   CrashDetect plugin 4.19
[06:08:15]   Loaded.
[
06:08:15]  Loaded 2 plugins.
[
06:08:15] [debugRun time error 19"File or function is not found"
[06:08:15] [debug]  CreateDynamicMapIcon
[06:08:15] [debug]  DestroyDynamicMapIcon
[06:08:15] [debugRun time error 19"File or function is not found"
[06:08:15] [debug]  CreateDynamicMapIcon
[06:08:15] [debug]  DestroyDynamicMapIcon
[06:08:15Script[gamemodes/new.amx]: Run time error 19"File or function is not found"
[06:08:15Number of vehicle models
@EDIT

Com o streamer que eu utilizava antes, apareceu outras mensagens:

PHP код:
[06:29:17] [debugRun time error 4"Array index out of bounds"
[06:29:17] [debug]  Attempted to read/write array element at negative index -1
[06:29:17] [debugAMX backtrace:
[
06:29:17] [debug#0 0002b214 in ?? (-1) from Carson.amx
[06:29:17] [debug#1 001010f4 in public AttCasa () from new.amx 
AntiAFK:

OnGameModeInit
PHP код:
SetTimer("AttCasa"15000true); 
Funзгo
PHP код:
forward AttCasa();
public 
AttCasa()
{
   for(new 
iMAX_PLAYERS; ++i)
   {
      
format(formato,sizeof(formato),"/Casas/Donos/%s.ini"VerNome(i));
      new 
AnoMesDia;
      
getdate(AnoMesDia);
        
DOF2_SetInt(formato,"Dia",Dia);
      
DOF2_SetInt(formato,"Mes",Mes);
      
DOF2_SetInt(formato,"Ano",Ano);
      
AtualizarCasaVisual(NaCasa(i));
      
DOF2_SaveFile();
   }
   return 
1;

Reply


Messages In This Thread
Problema com objetos e veнculos (Host). - by Ley - 22.06.2018, 04:46
Re: Problema com objetos e veнculos (Host). - by wearLy - 22.06.2018, 05:02
Re: Problema com objetos e veнculos (Host). - by Ley - 22.06.2018, 05:12
Re: Problema com objetos e veнculos (Host). - by wearLy - 22.06.2018, 05:35
Re: Problema com objetos e veнculos (Host). - by Ley - 22.06.2018, 06:14
Re: Problema com objetos e veнculos (Host). - by LeViNS - 22.06.2018, 14:25
Re: Problema com objetos e veнculos (Host). - by wearLy - 22.06.2018, 14:39

Forum Jump:


Users browsing this thread: 1 Guest(s)