Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Admin 3DText
- // Put this anywhere You want!
- if(PlayerInfo[playerid][Level] >= 1|| IsPlayerAdmin(playerid)) {
- {
- SetPlayerChatBubble(playerid,"Admin lvl 1",COLOR_YELLOW,50,9999990000); //120000 = 2 minutes = time until disappear
- }
- if(PlayerInfo[playerid][Level] >= 2|| IsPlayerAdmin(playerid)) {
- {
- SetPlayerChatBubble(playerid,"Admin lvl 2",COLOR_YELLOW,50,9999990000); //120000 = 2 minutes = time until disappear
- }
- if(PlayerInfo[playerid][Level] >= 3|| IsPlayerAdmin(playerid)) {
- {
- SetPlayerChatBubble(playerid,"Admin lvl 3",COLOR_YELLOW,50,9999990000); //120000 = 2 minutes = time until disappear
- }
- if(PlayerInfo[playerid][Level] >= 4|| IsPlayerAdmin(playerid)) {
- {
- SetPlayerChatBubble(playerid,"Admin lvl 4",COLOR_YELLOW,50,9999990000); //120000 = 2 minutes = time until disappear
- }
- if(PlayerInfo[playerid][Level] >= 5|| IsPlayerAdmin(playerid)) {
- {
- SetPlayerChatBubble(playerid,"Admin lvl 5",COLOR_YELLOW,50,9999990000); //999999999999999999999 = this wont go away
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement