23.08.2010, 14:30
Can someone help me with this function, I can't figure out what to do next
pawn Код:
public IsPlayerLookAt(playerid,Float:range,Float:x,Float:y,Float:z)
{
if(IsPlayerInRangeOfPoint(playerid,range,x,y,z))
{
new Float:Face;
GetPlayerFacingAngle(playerid,Face);
return floatsqroot(...
}
}