[Ajuda] Problemas Na Include Streamer
#2

Tente Novamente Atualizar a Include : https://github.com/samp-incognito/sa...eases/tag/v2.7

Caso Ainda nгo Desapareceu o Erro Delete a public OnGameModeInit da Include (.inc), Delete Isto aqui :
pawn Код:
public OnGameModeInit()
{
   if (!Streamer_g_RI)
   {
      Streamer_g_OPC = funcidx("Streamer_OnPlayerConnect") != -1;
      Streamer_g_OPDC = funcidx("Streamer_OnPlayerDisconnect") != -1;
      Streamer_g_OPPP = funcidx("Streamer_OnPlayerPickUpPickup") != -1;
      Streamer_g_OPEC = funcidx("Streamer_OnPlayerEnterCP") != -1;
      Streamer_g_OPLC = funcidx("Streamer_OnPlayerLeaveCP") != -1;
      Streamer_g_OPERC = funcidx("Streamer_OnPlayerEnterRaceCP") != -1;
      Streamer_g_OPLRC = funcidx("Streamer_OnPlayerLeaveRaceCP") != -1;
      Streamer_g_RI = true;
      Streamer_RegisterInterface();
   }
   if (funcidx("Streamer_OnGameModeInit") != -1)
   {
      return CallLocalFunction("Streamer_OnGameModeInit", "");
   }
   return 1;
}
Reply


Messages In This Thread
Problemas Na Include Streamer - by protork - 02.03.2014, 22:15
Re: Problemas Na Include Streamer - by Adejair - 02.03.2014, 22:56
Re: Problemas Na Include Streamer - by protork - 03.03.2014, 05:36
Re: Problemas Na Include Streamer - by Schocc - 03.03.2014, 07:02

Forum Jump:


Users browsing this thread: 1 Guest(s)