What is wrong with this script => (problems with Attach3DTextLabelToPlayer)?
#2

pawn Код:
text = Create3DTextLabel("Jaz sem YUGO",GetPlayerColor(playerid),30.0,40.0,50.0,40.0,0); //line 59
new Float:x, Float:y, Float:z, string[256];
GetPlayerPos(playerid, x, y, z); //line 61
format(string, sizeof(string), "%s,%s,%s",x,y,z);
     

Attach3DTextLabelToPlayer(text, playerid, string); //line 65
Fixed.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)