09.11.2013, 08:00
The problem is you put 0 in drawdistance that's why It won't work, try this one
pawn Код:
//Parameters
//Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS)
Create3DTextLabel("Trucks are not allowed on this road!", 0xFF0000FF, 1560.1462, 903.8318, 10.8203, 50.0, 0, 0);
Create3DTextLabel("Trucks are not allowed on this road!", 0xFF0000FF, 1559.3630, 792.3956, 11.4725, 50.0, 0, 0);
Create3DTextLabel("Drive slow!,Danger Road!", 0xFF0000FF, 1479.1388, 825.0556, 6.9071, 50.0, 0, 0);
