31.01.2014, 20:50
That's a tricky one, long story short:
Or if worldid is constant (doesn't need to be a variable):
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 );
pawn Код:
P3Data[playerid] = CreateDynamic3DTextLabelEx("[Bot]", -1, 0,0,0, 40.0, playerid, INVALID_VEHICLE_ID, 0, 100.0, { 5 });