changeable 3dtext above a players head
#3

ok so heres what i tried..

Код:
	if(strcmp(cmd, "/label", true) == 0) {
        new tmp2[256];
		tmp2 = strtok(cmdtext,idx);
		new label;
		label =  Create3DTextLabel(strval(tmp2),COLOR_YELLOW,0,0,0,50,0);
		Attach3DTextLabelToPlayer(label,playerid,0,0,-0.1);
	    return 1;
	}
yet it wont compile. Can anyone please tell me what im doing wrong?
Reply


Messages In This Thread
changeable 3dtext above a players head - by chaosnz - 24.09.2010, 10:44
Re: changeable 3dtext above a players head - by Voldemort - 24.09.2010, 11:05
Re: changeable 3dtext above a players head - by chaosnz - 26.09.2010, 23:03
Re: changeable 3dtext above a players head - by Shadow™ - 26.09.2010, 23:08

Forum Jump:


Users browsing this thread: 1 Guest(s)