14.04.2016, 16:45
I was trying to pop up Dynamic 3d label on every player that is connected to the server but some bug has popped up.
In addition I think i'm doing it wrong, could you help me?
In addition I think i'm doing it wrong, could you help me?
PHP код:
new Text3D[MAX_PLAYERS];
Text3D[playerid] = CreateDynamic3DTextLabel("TEST", 0xFF0000FF, 0, 0, 0, 40, playerid, INVALID_VEHICLE_ID, 0, -1, -1, -1, 100.0);