3d label update without moving is possible? (+REP)
#4

I'm not sure if this would work, but you can try. Make a timer to check if the player hasn't moved in a specific duration, if so - toggle him.

Something like:
pawn Код:
if(GetPVarInt(playerid, "AFK_Time") > 60) {
    TogglePlayerControllable(playerid, false);
    TogglePlayerControllable(playerid, true);
}
Reply


Messages In This Thread
3d label update without moving is possible? (+REP) - by Lirbo - 15.04.2016, 06:04
Re: 3d label update without moving is possible? (+REP) - by Dokins - 15.04.2016, 10:11
Re: 3d label update without moving is possible? (+REP) - by Lirbo - 15.04.2016, 11:06
Re: 3d label update without moving is possible? (+REP) - by Eyce - 15.04.2016, 11:21

Forum Jump:


Users browsing this thread: 1 Guest(s)