[Ajuda] Erros no script
#6

Tenta

pawn Код:
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*120)
{
    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);
}
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: 5 Guest(s)