why notcreating 3dtext ?
#4

help, i dont no how to fix it

[pawn]

new Text3D:MyLabel;

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, 15, 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, 15, 0, 0);
MasinosNebera = false;
}
}
}

[pawn]
Reply


Messages In This Thread
why notcreating 3dtext ? - by Karolukas123 - 27.06.2015, 23:26
Re: why notcreating 3dtext ? - by Dokins - 27.06.2015, 23:49
Re: why notcreating 3dtext ? - by Karolukas123 - 28.06.2015, 00:09
Re: why notcreating 3dtext ? - by Karolukas123 - 28.06.2015, 08:23

Forum Jump:


Users browsing this thread: 2 Guest(s)