31.03.2013, 12:46
On very top
OnPlayerConnect
OnPlayerDisconnect
Why is nothing appearing? (Testing with 2 players)
pawn Код:
new Text3D:mylabel[MAX_PLAYERS];
pawn Код:
mylabel[playerid] = CreateDynamic3DTextLabel("My text", White, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(mylabel[playerid], playerid, 0.0, 0.0, 0.3);
pawn Код:
DestroyDynamic3DTextLabel(mylabel[playerid]);