Problam in the 3D text in Streamer Plugin v2.5.2
#2

function and params:

pawn Код:
CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
to attach to vehicle:

Quote:

CreateDynamic3DTextLabel("CHEKING",Gold,2106.7251, 878.7288,9.9305,100,INVALID_PLAYER_ID, vehicleid);

vehicleid - id of vehicle what 3dtext attached to!

for example
pawn Код:
new gVeh;

public OnGameModeInit()
{
    gVeh = CreateVehicle(400,2106.7251,878.7288,9.9305,0,0,1600);
    CreateDynamic3DTextLabel("CHEKING",Gold,2106.7251,878.7288,9.9305,100,INVALID_PLAYER_ID, gVeh);
    return 1;
}
Reply


Messages In This Thread
Problam in the 3D text in Streamer Plugin v2.5.2 - by tal_peretz - 24.04.2011, 01:06
Re: Problam in the 3D text in Streamer Plugin v2.5.2 - by Nexotronix - 24.04.2011, 05:46
Re: Problam in the 3D text in Streamer Plugin v2.5.2 - by tal_peretz - 24.04.2011, 17:49
Re: Problam in the 3D text in Streamer Plugin v2.5.2 - by Nexotronix - 24.04.2011, 18:04
Re: Problam in the 3D text in Streamer Plugin v2.5.2 - by tal_peretz - 24.04.2011, 18:14
Re: Problam in the 3D text in Streamer Plugin v2.5.2 - by tal_peretz - 24.04.2011, 20:39

Forum Jump:


Users browsing this thread: 1 Guest(s)