Textlabelproblem
#1

I Got a textlabel problem. For some reason id 0 gets all the textlabels under his name..

Please help
Reply
#2

Code?
Reply
#3

Код:
	CreateDynamic3DTextLabel("City Hall /enter",0x00B7FFFF,-1754.0802,962.8884,24.8828,20.0,0); //
	CreateDynamic3DTextLabel("San News Studio",0x00B7FFFF,649.14, -1361.04, 13.58,20.0,0); //
Reply
#4

The 0 at the end is the 'attachedplayer' parameter - so that's why!
Reply
#5

Oh.. Now I noticed.
Reply
#6

pawn Код:
CreateDynamic3DTextLabel("City Hall /enter",0x00B7FFFF,-1754.0802,962.8884,24.8828,20.0,-1); //
    CreateDynamic3DTextLabel("San News Studio",0x00B7FFFF,649.14, -1361.04, 13.58,20.0,-1); //
pawn Код:
Text3D: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:streamdistance = 100.0);
Correct usage
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)