07.03.2016, 00:44
here's the code
its under OnGameModeInIt , there's no errors or anything , it used to work but now it just shows what the sign already has , doesnt display what i wrote on it so how can i solve it ?
Thanks
Код:
new sign = CreateDynamicObject(7905,2123.6392,1451.0635,19.0166,0,0,8.2); SetObjectMaterialText(sign, ""green"Whatcha"yellow" lookin' "purple"at?", 0, OBJECT_MATERIAL_SIZE_256x128,"Arial", 28, 0, 0xFFFF8200, 0xFF000000, OBJECT_MATERIAL_TEXT_ALIGN_CENTER);
Thanks