Quote:
Originally Posted by BigBaws
Код:
public OnPlayerConnect(playerid)
{
new Text3D:label = Create3DTextLabel("Hello, I am new here!", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
return 1;
}
Tested Works 100%
Rep if i helps you
|
if you are going to ask for rep you should actually read what poster wants