Guest User

Untitled

a guest
Jul 24th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. YCMD:port(playerid,params[], help)
  2. {
  3. if(IgracLogovan[playerid] == 0) return 1;
  4. if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGameHelper] >= 1)
  5. {
  6. ShowPlayerDialog(playerid,DIALOG_PORT,DIALOG_STYLE_LIST,"{00CCFF}Teleport | {FFFFFF}Destinacije","{00CCFF}1| {FFFFFF}Poslovi\n\
  7. {00CCFF}2| {FFFFFF}Los Santos\n\
  8. {00CCFF}3| {FFFFFF}Los Santos 2\n\
  9. {00CCFF}4| {FFFFFF}San Fierro\n\
  10. {00CCFF}5| {FFFFFF}Las Venturas\n\
  11. {00CCFF}6| {FFFFFF}Organizacije\n\
  12. {00CCFF}7| {FFFFFF}Saloni","U redu","Izadji");
  13. }
  14. return 1;
  15. }
Add Comment
Please, Sign In to add comment