- format(string,sizeof(string),"%s (%.0fm) frozen",Name(i),distance);
- SendClientMessage(playerid,COLOR_GREY,string);
- new Float:z1
- new Float:ax1,Float:ay1,,Float:px2,,Float:py2
- GetPlayerPos(i,px2,py2,z1);
- GetPlayerPos(playerid,ax1,ay1,z1);
- SetPlayerFacingAngle(i,GetZAngleBetweenCoords(ax1,ay1,px2,py2));
- TogglePlayerControllable(i,0);
