30.03.2011, 22:57
Vlad_Dubonos
Ты не можешь понять как создать его?
Я в своём первом посту писал вообще-то, вот:
Include manual:
To create movable 3d text:
To create movable 3d text, and attach him to vehicle:
speed(min 1)//1 = 100 milliseconds
Warning: Maximum available texts - 250!
Ты не можешь понять как создать его?
Я в своём первом посту писал вообще-то, вот:
Include manual:
To create movable 3d text:
Code:
CreateMovable3DText(text[], speed, textcolor, Float:DrawDistance, Float:x, Float:y, Float:z, virtualworld, testLOS); - create movable 3d text.
Code:
AttachMovable3DTextToVehicle(text[], speed, textcolor, Float:DrawDistance, vehicleid, Float:x, Float:y, Float:z, virtualworld, testLOS); - create movable 3d text, and attach this text to another vehicle
Warning: Maximum available texts - 250!