11.05.2009, 21:19
Quote:
|
Do you see any variable such as playerid? |
I dont see how that is relavent...
That's a timer, repeating itself, each time calling up the Snoop function.
I have a similar Timer called AreaCheck, but it does not use values:
forward Snoop(playerid,snoop[][]);
forward AreaCheck(playerid);
public AreaCheck(playerid)
{
if this do that
}
SetTimer("AreaCheck",30000,true);
Can you elaborate a little more on how I can remedy this, please Orb?

