09.11.2013, 19:50
will this work
?
pawn Код:
new Float:x;
new Float:y;
new Float:z;
new
Float: fDistance = GetPlayerDistanceFromPoint(playerid, x, y, z),
szMessage[44];
format(szMessage, sizeof(szMessage), "%s has killed %s from the distance of %0.2f", killerid, playerid, fDistance);
SendClientMessage(playerid, 0xA9C4E4FF, szMessage);