05.02.2017, 04:19
Because the texture does not load me what is the error
Quote:
new str[120],str2[120]; format(str, sizeof(str), "%s", EDITOR_OBJECT[id][OBJ_txdname]); format(str2, sizeof(str2), "%s", EDITOR_OBJECT[id][texturename]); SetDynamicObjectMaterial(id, 0,18646,str,str2, 0xFFFFFFFF); |