25.04.2011, 11:39
Mm,
That is how i would approach it.
pawn Код:
new Float:x, Float:y, Float:z;
GetVehiclePos(veh, x, y, z);
if(IsPlayerInRangeOfPoint(playerid, 10.0, x, y, z)
{
SendClientMessage(playerid, 0xFFFFFFAA, kurac );
}