Advertisement
Guest User

asdas

a guest
Feb 10th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. new blabla[ string ];
  2. format(blabla,sizeof(blabla),"Ime [%s]\nVrsta [%s]\nPrefix [%s]\nBoja [%s]\nInt [%d]\nMax member [%d]\n"#ORANGE"- Ranks name"#BELA"\nLider [%s]\nRank 6 [%s]\nRank 5 [%s]\nRank 4 [%s]\nRank 3 [%s]\nRank 2 [%s]\nRank 1 [%s]\n"#ORANGE"- Ranks skin"#BELA"\nLider [%d]\nRank 6 [%d]\nRank 5 [%d]\nRank 4 [%d]\nRank 3 [%d]\nRank 2 [%d]\nRank 1 [%d]\nZenski skin [%d]\n"#ORANGE"- Positions"#BELA"\nUlaz u HQ\nInformacije\nSpawn members\nIzlaz iz HQ",
  3. OrgInfo[i][oName], j, OrgInfo[ i ][ oSkr ], OrgInfo[ i ][ oColor ], OrgInfo[ i ][ oInt ], OrgInfo[ i ][ oMaxP ], OrgInfo[ i ][ oRank7 ], OrgInfo[ i ][ oRank6 ], OrgInfo[ i ][ oRank5 ], OrgInfo[ i ][ oRank4 ], OrgInfo[ i ][ oRank3 ], OrgInfo[ i ][ oRank2 ], OrgInfo[ i ][ oRank1 ], OrgInfo[ i ][ oSkin7 ], OrgInfo[ i ][ oSkin6 ], OrgInfo[ i ][ oSkin5 ], OrgInfo[ i ][ oSkin4 ], OrgInfo[ i ][ oSkin3 ], OrgInfo[ i ][ oSkin2 ], OrgInfo[ i ][ oSkin1 ], OrgInfo[ i ][ oZSkin ]);
  4. SPD(playerid, dialog_eorg5 ,DIALOG_STYLE_LIST,""#ORANGE"Editovanje organizacija", blabla ,"Odabir","Izlaz");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement