[Ajuda] Erros no script
#1

й o seguinte pessoal estava mexendo no script do meu server e modifiquei algumas frases que aparecem la no topo automaticamente a na hora que fui compilar deu esse erro

Код:
(17358) : error 029: invalid expression, assumed zero
(17358) : warning 215: expression has no effect
(17358) : error 001: expected token: ";", but found ")"
(17358) : error 029: invalid expression, assumed zero
(17358) : fatal error 107: too many error messages on one line
e essa e a parte que deu erro

Код:
PlayerAfkTicks[i] ++;
}
else
{
PlayerAfkTicks[i] = 0;
}
PlayerLastPos[i][LastX] = PlayerCurrentPos[0];
PlayerLastPos[i][LastY] = PlayerCurrentPos[1];
PlayerLastPos[i][LastZ] = PlayerCurrentPos[2];

if(PlayerAfkTicks[i] == MAX_IDLE_TIME*60); (essa linha)
{
AFK[i]= 1;
SendClientMessage(i, 0x11B1FFAA, "Vocк foi impedido de upar!");
SetPlayerVirtualWorld(i, 1);
SetCameraBehindPlayer(i);
TogglePlayerControllable(i,0);
TextDrawShowForPlayer(i,AfkText);
TextDrawShowForPlayer(i,AfkBackText);
}
obrigado
Reply


Messages In This Thread
Erros no script - by Granmilk - 05.09.2013, 02:07
Re: Erros no script - by darkxdll - 05.09.2013, 02:32
Re: Erros no script - by Granmilk - 05.09.2013, 02:41
Re: Erros no script - by darkxdll - 05.09.2013, 02:47
Re: Erros no script - by Granmilk - 05.09.2013, 02:58
Re: Erros no script - by PT - 05.09.2013, 12:59

Forum Jump:


Users browsing this thread: 2 Guest(s)