Using callbacks in a include
#8

The simplest way is
pawn Код:
// streamer.h
stock StartStreaming()
{
  //stuff to init
}
pawn Код:
#include <streamer>

public OnGameModeInit()
{
  StartStreaming();
  return 1;
}
Reply


Messages In This Thread
Using callbacks in a include - by Remi-X - 29.11.2009, 11:26
Re: Using callbacks in a include - by saiberfun - 29.11.2009, 11:28
Re: Using callbacks in a include - by Luka P. - 29.11.2009, 11:29
Re: Using callbacks in a include - by Remi-X - 29.11.2009, 11:32
Re: Using callbacks in a include - by Zeex - 29.11.2009, 11:38
Re: Using callbacks in a include - by Luka P. - 29.11.2009, 11:44
Re: Using callbacks in a include - by Remi-X - 29.11.2009, 11:48
Re: Using callbacks in a include - by dice7 - 29.11.2009, 11:54
Re: Using callbacks in a include - by Remi-X - 29.11.2009, 11:59

Forum Jump:


Users browsing this thread: 4 Guest(s)