Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(PlayerInfo[playerid][pVipRank] == 1) {
- {
- new Text3D:label = Create3DTextLabel("VIP", 0x9ACD32AA,30.0,40.0,-30.0,20.0,-1,0);
- Attach3DTextLabelToPlayer(label, playerid, 0,0,0.3);
- }
- }
- if(PlayerInfo[playerid][pVipRank] == 2) {
- {
- new Text3D:label = Create3DTextLabel("VIP", 0xAA3333AA,30.0,40.0,-30.0,20.0,-1,0);
- Attach3DTextLabelToPlayer(label, playerid, 0,0,0.3);
- }
- }
- if(PlayerInfo[playerid][pAdmin] == 1) {
- {
- new Text3D:labeledanadmin = Create3DTextLabel("[ ADMINISTRATOR 1 ]", COLOR_YELLOW,30.0,40.0,-30.0,20.0,-1,0);
- Attach3DTextLabelToPlayer(labeledanadmin, playerid, 0,0,0.3);
- }
- }
- if(PlayerInfo[playerid][pAdmin] == 2) {
- {
- new Text3D:labeldvaadmin = Create3DTextLabel("[ ADMINISTRATOR 2 ]", COLOR_YELLOW,30.0,40.0,-30.0,20.0,-1,0);
- Attach3DTextLabelToPlayer(labeldvaadmin, playerid, 0,0,0.3);
- }
- }
- if(PlayerInfo[playerid][pAdmin] == 3) {
- {
- new Text3D:labeltriadmin = Create3DTextLabel("[ ADMINISTRATOR 3 ]", COLOR_YELLOW,30.0,40.0,-30.0,20.0,-1,0);
- Attach3DTextLabelToPlayer(labeltriadmin, playerid, 0,0,0.3);
- }
- }
- if(PlayerInfo[playerid][pAdmin] == 4) {
- {
- new Text3D:labelcetiriadmin = Create3DTextLabel("[ ADMINISTRATOR 4 ]", COLOR_YELLOW,30.0,40.0,-30.0,20.0,-1,0);
- Attach3DTextLabelToPlayer(labelcetiriadmin, playerid, 0,0,0.3);
- }
- }
- if(PlayerInfo[playerid][pAdmin] == 5) {
- {
- new Text3D:labelpetadmin = Create3DTextLabel("[ LEADER MANAGER ]", COLOR_LIGHTBLUE,30.0,40.0,-30.0,20.0,-1,0);
- Attach3DTextLabelToPlayer(labelpetadmin, playerid, 0,0,0.3);
- }
- }
- if(PlayerInfo[playerid][pAdmin] == 1336) {
- {
- new Text3D:labelsestadmin = Create3DTextLabel("[ SUPPORT ADMIN ]", COLOR_RED,30.0,40.0,-30.0,20.0,-1,0);
- Attach3DTextLabelToPlayer(labelsestadmin, playerid, 0,0,0.3);
- }
- }
- if(PlayerInfo[playerid][pAdmin] == 1337) {
- {
- new Text3D:labelsedamadmin = Create3DTextLabel("[ Z.HEAD ]", COLOR_RED,30.0,40.0,-30.0,20.0,-1,0);
- Attach3DTextLabelToPlayer(labelsedamadmin, playerid, 0,0,0.3);
- }
- }
- if(PlayerInfo[playerid][pAdmin] == 1338) {
- {
- new Text3D:labelosamadmin = Create3DTextLabel("[ MAINTAINER ]", COLOR_RED,30.0,40.0,-30.0,20.0,-1,0);
- Attach3DTextLabelToPlayer(labelosamadmin, playerid, 0,0,0.3);
- }
- }
- if(PlayerInfo[playerid][pAdmin] == 1339) {
- {
- new Text3D:labeldevetadmin = Create3DTextLabel("[ GAMEMASTER MANAGER ]", COLOR_LIGHTBLUE,30.0,40.0,-30.0,20.0,-1,0);
- Attach3DTextLabelToPlayer(labeldevetadmin, playerid, 0,0,0.3);
- }
- }
- if(PlayerInfo[playerid][pAdmin] == 1340) {
- {
- new Text3D:labelmapperadmin = Create3DTextLabel("[ SERVER MAPPER ]", COLOR_LIGHTBLUE,30.0,40.0,-30.0,20.0,-1,0);
- Attach3DTextLabelToPlayer(labelmapperadmin, playerid, 0,0,0.3);
- }
- }
- if(PlayerInfo[playerid][pAdmin] == 1341) {
- {
- new Text3D:labelskripteradmin = Create3DTextLabel("[ SERVER DEVELOPER ]", COLOR_LIGHTBLUE,30.0,40.0,-30.0,20.0,-1,0);
- Attach3DTextLabelToPlayer(labelskripteradmin, playerid, 0,0,0.3);
- }
- }
- if(PlayerInfo[playerid][pAdmin] == 1342) {
- {
- new Text3D:labelvlasnikadmin = Create3DTextLabel("[ SERVER FOUNDER ]", COLOR_LIGHTBLUE,30.0,40.0,-30.0,20.0,-1,0);
- Attach3DTextLabelToPlayer(labelvlasnikadmin, playerid, 0,0,0.3);
- }
- }
- if(PlayerInfo[playerid][pGameMaster] == 1) {
- {
- new Text3D:labelgmedan = Create3DTextLabel("[ GAMEMASTER 1 ]", COLOR_YELLOW,30.0,40.0,-30.0,20.0,-1,0);
- Attach3DTextLabelToPlayer(labelgmedan, playerid, 0,0,0.3);
- }
- }
- if(PlayerInfo[playerid][pGameMaster] == 2) {
- {
- new Text3D:labelgmdva = Create3DTextLabel("[ GAMEMASTER 2 ]", COLOR_YELLOW,30.0,40.0,-30.0,20.0,-1,0);
- Attach3DTextLabelToPlayer(labelgmdva, playerid, 0,0,0.3);
- }
- }
- if(PlayerInfo[playerid][pGameMaster] == 3) {
- {
- new Text3D:labelgmtri = Create3DTextLabel("[ GAMEMASTER 3 ]", COLOR_YELLOW,30.0,40.0,-30.0,20.0,-1,0);
- Attach3DTextLabelToPlayer(labelgmtri, playerid, 0,0,0.3);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment