ProcessTick
#6

Hi all
Lets say in ProcessTick() I have a condition that would call a callback
Код:
PLUGIN_EXPORT void PLUGIN_CALL ProcessTick()
{
   if(blah == something)
   {
	cell amx_Ret;
	int amx_Idx;

	if(amx_FindPublic(ThatAMX, "OnSnoobIsLost", &amx_Idx) == AMX_ERR_NONE) 
	{
		amx_Exec(ThatAMX,&amx_Ret,amx_Idx);
	}
   }
}
How can one loop thru all the Abstract Machine? (ThatAMX)

Thank you.
Reply


Messages In This Thread
ProcessTick - by Scottas - 07.09.2011, 19:01
Re: ProcessTick - by Gamer_Z - 07.09.2011, 19:43
Re: ProcessTick - by Tony_Montana - 07.09.2011, 21:19
Re: ProcessTick - by Scottas - 08.09.2011, 06:58
Re: ProcessTick - by Gamer_Z - 08.09.2011, 13:31
Re: ProcessTick - by snoob - 24.02.2012, 00:08
Re: ProcessTick - by Gamer_Z - 24.02.2012, 15:12
Re: ProcessTick - by T0pAz - 24.02.2012, 15:16
Re: ProcessTick - by RyDeR` - 24.02.2012, 17:09
Re: ProcessTick - by Gamer_Z - 24.02.2012, 18:32
Re: ProcessTick - by snoob - 24.02.2012, 23:07
Re: ProcessTick - by Gamer_Z - 27.02.2012, 14:50
Re: ProcessTick - by Gamer_Z - 27.02.2012, 15:23
Re: ProcessTick - by Gamer_Z - 27.02.2012, 16:17

Forum Jump:


Users browsing this thread: 1 Guest(s)