3D Text
#1

Ive tried to create timer which creates 3d text labels with +1 z coordinates, but it only creates one 3d label and nothing else. What could be wrong? Here is the code

Код:
new Text3D:Ad;
forward PTMAD();
public PTMAD()
{
     Ad = Create3DTextLabel("ptm.ubercrue.com",0x871C30FF,-1985.1876,261.8300,35.1719+1,100000000000.0,0,0);
     Update3DTextLabelText(Ad,0x871C30FF,"ptm.ubercrue.com");
     //Delete3DTextLabel(Ad);
	 return 1;
}

COMMAND:ad(playerid, params[])
{
    SetTimer("PTMAD",1000,true);
	return true;
}
EDIT:SOLVED lock this.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)