26.12.2014, 16:35
Вообще не создается 3D text, на моем моде и на чистом, ни в какаю не хочет создаваться.
Код:
public OnGameModeInit()
{
CreateDynamic3DTextLabel("Text 1", -1, 1960.0885,1344.3378,15.3746, 30.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0, 0, -1, 30.0);
CreateDynamic3DTextLabel("Text 2", -1, 1960.2004,1341.1808,15.3746, 30.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0, 0, -1, 30.0);
Create3DTextLabel( "Text 3", 0x008080FF, 1956.6527,1342.8763,15.3746, 30.0, 0, 0);
Create3DTextLabel( "Text 4", 0x008080FF, 1955.8201,1340.0609,15.3746, 30.0, 0, 0);
// Don't use these lines if it's a filterscript
SetGameModeText("Blank Script");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
return 1;
}

