27.06.2015, 23:26
SetTimer("CarCheck", 800, true);
}
forward CarCheck();
public CarCheck()
{
if(IsVehicleInRangeOfPoint(NuomosMasina[0], 2.0, -1987.7217, 81.2729, 27.2181))
{
if(MasinosNebera == false)
{
// MyLabel = Create3DTextLabel("Masinos nera", -1, -1987.7217, 81.2729, 27.2181, 7, 0, 0);
print("Sukuriam/delitinam>1");
//Delete3DTextLabel(MyLabel);
MasinosNebera = true;
}
else if(MasinosNebera == true) // 31676
{
Delete3DTextLabel(MyLabel);
print("Sukuriam/delitinam>2");
//MyLabel = Create3DTextLabel("Masinos nera", -1, -1987.7217, 81.2729, 27.2181, 7, 0, 0);
MasinosNebera = false;
}
}
}
}
forward CarCheck();
public CarCheck()
{
if(IsVehicleInRangeOfPoint(NuomosMasina[0], 2.0, -1987.7217, 81.2729, 27.2181))
{
if(MasinosNebera == false)
{
// MyLabel = Create3DTextLabel("Masinos nera", -1, -1987.7217, 81.2729, 27.2181, 7, 0, 0);
print("Sukuriam/delitinam>1");
//Delete3DTextLabel(MyLabel);
MasinosNebera = true;
}
else if(MasinosNebera == true) // 31676
{
Delete3DTextLabel(MyLabel);
print("Sukuriam/delitinam>2");
//MyLabel = Create3DTextLabel("Masinos nera", -1, -1987.7217, 81.2729, 27.2181, 7, 0, 0);
MasinosNebera = false;
}
}
}