CreatePlayer3DTextLabel
#8

Try this:

pawn Код:
new Text3D:text[MAX_PLAYERS];

if(strcmp(cmdtext, "/abc", true) == 0){
SetTimer("cccddd",20000,0);
text[playerid] = Create3DTextLabel("gog",0xFFFF00AA,0.0,0.0,0.0,15.0,0);
Attach3DTextLabelToPlayer(text[playerid], playerid, 0.0, 0.0, -0.4);
return 1;}

stock UnAttach3DTextLabelToPlayer(playerid) return Delete3DTextLabel(text[playerid]);
}
Reply


Messages In This Thread
CreatePlayer3DTextLabel - by user226 - 12.09.2009, 11:00
Re: CreatePlayer3DTextLabel - by Kalcor - 12.09.2009, 11:02
Re: CreatePlayer3DTextLabel - by user226 - 12.09.2009, 11:04
Re: CreatePlayer3DTextLabel - by Balon - 12.09.2009, 11:07
Re: CreatePlayer3DTextLabel - by Goldkiller - 12.09.2009, 11:08
Re: CreatePlayer3DTextLabel - by user226 - 12.09.2009, 11:22
Re: CreatePlayer3DTextLabel - by user226 - 12.09.2009, 12:25
Re: CreatePlayer3DTextLabel - by gijsmin - 12.09.2009, 12:59
Re: CreatePlayer3DTextLabel - by user226 - 12.09.2009, 13:14

Forum Jump:


Users browsing this thread: 1 Guest(s)