[DUDA] Variable
#9

Quote:
Originally Posted by Matyaas
Посмотреть сообщение
Код:
for(new i = 0; i < MAX_PLAYERS; i++){
	SetTimerEx("SpawnDeJugadoresZombieDM", 2000,false, "i", playerid);}
Код:
forward SpawnDeJugadoresZombieDM(playerid);
public SpawnDeJugadoresZombieDM(playerid)
{
for(new i=0; i<MAX_PLAYERS; i++){
if(VariableZombies[i] == 1) {
return SpawnPlayer(i);}}} // .... xd
y luego te preguntas por que tienes lag en tu servidor, esto creara bucles de 500*500 y timers 500*500... digo nomas, si luego te preguntas por que tienes lag deben ser tus textdraws...
Reply


Messages In This Thread
[DUDA] Variable - by Matyaas - 04.05.2013, 02:15
Respuesta: [DUDA] Variable - by xSDx - 04.05.2013, 02:19
Respuesta: [DUDA] Variable - by Matyaas - 04.05.2013, 02:39
Respuesta: [DUDA] Variable - by xSDx - 04.05.2013, 02:47
Respuesta: [DUDA] Variable - by Matyaas - 04.05.2013, 03:15
Re: Respuesta: [DUDA] Variable - by Daniel-92 - 04.05.2013, 03:46
Respuesta: Re: Respuesta: [DUDA] Variable - by DesingMyCry - 04.05.2013, 20:44
Respuesta: [DUDA] Variable - by Matyaas - 04.05.2013, 21:33
Respuesta: [DUDA] Variable - by xSDx - 04.05.2013, 22:14
Respuesta: [DUDA] Variable - by adri1 - 04.05.2013, 22:17

Forum Jump:


Users browsing this thread: 1 Guest(s)