Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. admin_random_color[][] =
  2. {
  3. {0x008080FF},
  4. {0x4E8975FF},
  5. {0x78866BFF},
  6. {0x728C00FF},
  7. {0x827839FF},
  8. {0xC36241FF}
  9. };
  10.  
  11. admin_3d_text[playerid] = CreateDynamic3DTextLabel("Администратор", admin_random_color[random(sizeof(admin_random_color))], _pos_x, _pos_y, _pos_z + 2.5, 15.0, playerid);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement