02-17-2014, 12:24 AM
(This post was last modified: 02-17-2014, 01:51 AM by daniel0916.)
Edited:
How can i block the moving of a player? I need to teleport it back or? Because "MoveTo" don't move the player back...
Edit: Fail... I forgot *
SendTeleportEntity(*m_Player);
How can i block the moving of a player? I need to teleport it back or? Because "MoveTo" don't move the player back...
Edit: Fail... I forgot *