hey ich wollte im plugin streamer ein native geändert haben da aber nur in der include die änderung nicht reicht brauche ich nun jemanden der es mir ebend mit ein neuen native compeilen könnte da man ja bei github auch den Source code bekommt
das ist der alte native
Code
native SetDynamicObjectMaterialText(STREAMER_TAG_OBJECT:objectid, materialindex, const text[], materialsize = OBJECT_MATERIAL_SIZE_256x128, const fontface[] = "Arial", fontsize = 24, bold = 1, fontcolor = 0xFFFFFFFF, backcolor = 0, textalignment = 0);
dieser soll zu
Code
native SetDynamicObjectMaterialText(STREAMER_TAG_OBJECT:objectid, const text[],materialindex, materialsize = OBJECT_MATERIAL_SIZE_256x128, const fontface[] = "Arial", fontsize = 24, bold = 1, fontcolor = 0xFFFFFFFF, backcolor = 0, textalignment = 0);
wäre cool wenn es mir ebend einer machen könnte der sich da auskennt