Update3DTextLabel help
#5

here a small example goes

pawn Код:
new Text3D:MyLabel;
new Text3DTimer;

public OnGameModeInit() {

    MyLabel = Create3DTextLabel("1", color, x, y, z, DrawDistance, VirtualWorld, testLOS);
    Text3DTimer = SetTimer("UpdateText3D", 2000, true);
     
    return 1;
}

forward UpdateText3D(); public UpdateText3D() {

    Update3DTextLabelText(MyLabel, color, "2");
    KillTimer(Text3DTimer);

    return 1;
   
}
Reply


Messages In This Thread
Update3DTextLabel help - by nemanjasepa - 19.10.2016, 13:06
Re: Update3DTextLabel help - by nemanjasepa - 21.10.2016, 11:33
Re: Update3DTextLabel help - by Threshold - 21.10.2016, 11:39
Re: Update3DTextLabel help - by nemanjasepa - 21.10.2016, 11:47
Re: Update3DTextLabel help - by s4kuL - 21.10.2016, 12:00
Re: Update3DTextLabel help - by nemanjasepa - 21.10.2016, 12:17
Re: Update3DTextLabel help - by Yaa - 21.10.2016, 12:32
Re: Update3DTextLabel help - by nemanjasepa - 21.10.2016, 12:36
Re: Update3DTextLabel help - by nemanjasepa - 21.10.2016, 12:46
Re: Update3DTextLabel help - by ThatFag - 21.10.2016, 13:03

Forum Jump:


Users browsing this thread: 1 Guest(s)