20.10.2013, 09:05
PROBLEM SOLVED.
public OnFilterScriptInit()
{
print("");
zaidejai = GetMaxPlayers();
t = SetTimer("AFK", 500, 1);
return 1;
}
public OnPlayerSpawn(playerid)
{
//spawned what does that do?
p = true;
return 1;
}