[Help] Streamer - world variable with 3DTextLabelEx.
#2

That's a tricky one, long story short:
pawn Код:
new world = 5;
P3Data[playerid] = CreateDynamic3DTextLabelEx("[Bot]", -1, 0,0,0, 40.0, playerid, INVALID_VEHICLE_ID, 0, 100.0, {});
Streamer_AppendArrayData(STREAMER_TYPE_3D_TEXT_LABEL, P3Data[playerid], E_STREAMER_WORLD_ID, world );
Or if worldid is constant (doesn't need to be a variable):
pawn Код:
P3Data[playerid] = CreateDynamic3DTextLabelEx("[Bot]", -1, 0,0,0, 40.0, playerid, INVALID_VEHICLE_ID, 0, 100.0, { 5 });
Reply


Messages In This Thread
[Help] Streamer - world variable with 3DTextLabelEx. - by Strain - 31.01.2014, 20:33
Re: [Help] Streamer - world variable with 3DTextLabelEx. - by Misiur - 31.01.2014, 20:50

Forum Jump:


Users browsing this thread: 1 Guest(s)