Sziasztok!
Lenne egy olyan problémám hogyha lefut ez a script akkor valamiért kifagy a szerver.
Script: if(Map1 > Map2 && Map1 > Map3 && Map1 > Map4 && Map1 > Map5 && Map1 > Map6 && Map1 > Map7 && Map1 > Map8 && Map1 > Map9 && Map1 > Map10)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
SetPlayerHealth(i, 100);
SetPlayerVirtualWorld(i, 0);
SetPlayerInterior(i, 0);
SetSpawnInfo(i,7,250,-1545.0054,-305.2165,271.1195,247.5594,0,0,0,0,0,0);
SetSpawnInfo(i,8,170,-1645.3818,-440.0510,266.9619,351.6104,0,0,0,0,0,0);
Object();
SpawnPlayer(i);
}
}
if(Map2 > Map1 && Map2 > Map3 && Map2 > Map4 && Map2 > Map5 && Map2 > Map6 && Map2 > Map7 && Map2 > Map8 && Map2 > Map9 && Map2 > Map10)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
SetPlayerHealth(i, 100);
SetPlayerVirtualWorld(i, 0);
SetPlayerInterior(i, 0);
SetSpawnInfo(i,7,250,4572.8750,-1751.8126,326.8185,247.5594,0,0,0,0,0,0);
SetSpawnInfo(i,8,170,4441.2163,-1807.1711,326.3000,351.6104,0,0,0,0,0,0);
Object();
SpawnPlayer(i);
}
}
Lehetséges az hogy azért van mert minden playert egymásba teleportál?
Mert mindig ott fagy ki a szerver.
Itt egy kép róla:http://kepfeltoltes.hu/131021/856856990n_vtelen_www.kepfeltoltes.hu_.png[/img]