[HELP] Admin area
#4

Quote:
Originally Posted by Grim_
Посмотреть сообщение
There's nothing wrong with the code you presented there. My assumption would be you didn't place the SetTimer function into a callback/function of it's own. I would guess that it should be placed under OnGameMode/FilterScriptInit callback.

pawn Код:
public OnGameModeInit( )
{
   // current code
   SetTimer( "AreaCheck", 1000, 1 );
   return 1;
}
That didn't help(
Reply


Messages In This Thread
[HELP] Admin area - by Kalzifer - 14.08.2011, 07:36
Re: [HELP] Admin area - by Grim_ - 14.08.2011, 07:40
Re: [HELP] Admin area - by RowdyrideR - 14.08.2011, 07:44
Re: [HELP] Admin area - by Kalzifer - 14.08.2011, 07:46
Re: [HELP] Admin area - by RowdyrideR - 14.08.2011, 07:49
Re: [HELP] Admin area - by Grim_ - 14.08.2011, 07:55
Re: [HELP] Admin area - by Kalzifer - 14.08.2011, 07:58
Re: [HELP] Admin area - by Kalzifer - 14.08.2011, 08:00
Re: [HELP] Admin area - by RowdyrideR - 14.08.2011, 08:10
Re: [HELP] Admin area - by Wesley221 - 14.08.2011, 08:30

Forum Jump:


Users browsing this thread: 2 Guest(s)