22.04.2012, 00:49
Quote:
|
A bug (in fact, streamer plugin don't have this feature): If you are spectating somebody with TogglePlayerSpectating, PlayerSpectatePlayer/PlayerSpectateVehicle, streamed objects will not show at you, can you add this feature, please ?
|
Added:
pawn Код:
native GetDynamicObjectMaterialText(objectid, materialindex, text[], &materialsize, fontface[], &fontsize, &bold, &fontcolor, &backcolor, &textalignment, maxtext = sizeof text, maxfontface = sizeof fontface);
native SetDynamicObjectMaterialText(objectid, materialindex, const text[], materialsize = OBJECT_MATERIAL_SIZE_256x128, const fontface[] = "Arial", fontsize = 24, bold = 1, fontcolor = 0xFFFFFFFF, backcolor = 0, textalignment = 0);


