Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2010
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. //Admin 3DText
  2. // Put this anywhere You want!
  3. if(PlayerInfo[playerid][Level] >= 1|| IsPlayerAdmin(playerid)) {
  4. {
  5. SetPlayerChatBubble(playerid,"Admin lvl 1",COLOR_YELLOW,50,9999990000); //120000 = 2 minutes = time until disappear
  6. }
  7. if(PlayerInfo[playerid][Level] >= 2|| IsPlayerAdmin(playerid)) {
  8. {
  9. SetPlayerChatBubble(playerid,"Admin lvl 2",COLOR_YELLOW,50,9999990000); //120000 = 2 minutes = time until disappear
  10. }
  11. if(PlayerInfo[playerid][Level] >= 3|| IsPlayerAdmin(playerid)) {
  12. {
  13. SetPlayerChatBubble(playerid,"Admin lvl 3",COLOR_YELLOW,50,9999990000); //120000 = 2 minutes = time until disappear
  14. }
  15. if(PlayerInfo[playerid][Level] >= 4|| IsPlayerAdmin(playerid)) {
  16. {
  17. SetPlayerChatBubble(playerid,"Admin lvl 4",COLOR_YELLOW,50,9999990000); //120000 = 2 minutes = time until disappear
  18. }
  19. if(PlayerInfo[playerid][Level] >= 5|| IsPlayerAdmin(playerid)) {
  20. {
  21. SetPlayerChatBubble(playerid,"Admin lvl 5",COLOR_YELLOW,50,9999990000); //999999999999999999999 = this wont go away
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement