Freeze player only, not camera
#4

Quote:
Originally Posted by CalvinC
Посмотреть сообщение
Bump.
Don't Bump..
i can give you suggesstion to make Under OnPlayerUpdate

On Top
pawn Код:
new Freezed[MAX_PLAYERS];
under OnPlayerUpdate
pawn Код:
if(Freezed[playerid] == 1)
{
new Float:Xpos, Float:Ypos, Float:Zpos;
GetPlayerPos(playerid, Xpos, Ypos, Zpos);

SetPlayerPos(playerid, Xpos, Ypos, Zpos);
}
Reply


Messages In This Thread
Freeze player only, not camera - by CalvinC - 10.01.2015, 13:47
Re: Freeze player only, not camera - by CalvinC - 10.01.2015, 22:40
Re: Freeze player only, not camera - by bgedition - 10.01.2015, 22:45
Re: Freeze player only, not camera - by danish007 - 10.01.2015, 22:45
Re: Freeze player only, not camera - by CalvinC - 10.01.2015, 23:23
Re: Freeze player only, not camera - by CalvinC - 11.01.2015, 15:14
Re: Freeze player only, not camera - by HeLiOn_PrImE - 11.01.2015, 15:27
Re: Freeze player only, not camera - by CalvinC - 11.01.2015, 15:30
Re: Freeze player only, not camera - by Rudy_ - 11.01.2015, 15:56
Re: Freeze player only, not camera - by HeLiOn_PrImE - 11.01.2015, 17:35
Re: Freeze player only, not camera - by CalvinC - 12.01.2015, 17:39
Re: Freeze player only, not camera - by Rudy_ - 12.01.2015, 17:41
Re: Freeze player only, not camera - by CalvinC - 12.01.2015, 18:13
Re: Freeze player only, not camera - by CalvinC - 13.01.2015, 18:43
Re: Freeze player only, not camera - by Threshold - 14.01.2015, 01:13

Forum Jump:


Users browsing this thread: 4 Guest(s)