Ez is jó de nem muszály pozíciót kérni.
Én mondjuk úgy tudom ezt megcsinálni hogy akkor kickel hogy ha nem vagy a játékban (PL: ALT+TAB és windowsban vagy..).
Azt igy kell:
new Active[MAX_PLAYERS];
public OnGameModeInit()
{
SetTimer(\"Timer\",5*60*1000,1);
return 1;
}
public OnPlayerUpdate(playerid)
{
Active[playerid]=1;
return 1;
}
forward Timer();
public Timer()
{
for(new i;i<GetMaxPlayers();i++) if(Active==0) Kick(i);
return 1;
}
Én mondjuk így tanultam, de úgy is jó ahogy Eps modnta
Ja hogy 5percenként akarod? akk modositottam a timert
OFF:Epsilon hogyan kell olyan \"Download\" jelbe rakni amit le akarsz töltetni?