Advertisement
LukaMC59

Untitled

Nov 8th, 2017
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. command /job [<text>]:
  2. trigger:
  3. if arg-1 is not "police":
  4. if arg-1 is not "taxi":
  5. if arg-1 is not "firefighter":
  6. message "&e&lJobs &8► &7Avaible jobs are &9Police&7,&e Taxi &7and &cFirefighter"
  7. if arg-1 is "police":
  8. execute console command "pex user %player% suffix ""&7 (&9Police&7)"""
  9. message "&e&lJobs &8► &7You're now a &9Police Officer"
  10.  
  11. if arg-1 is "taxi":
  12. execute console command "pex user %player% suffix ""&7 (&eTaxi&7)"""
  13. message "&e&lJobs &8► &7You're now a &eTaxi Driver"
  14.  
  15. if arg-1 is "firefighter":
  16. execute console command "pex user %player% suffix ""&7 (&cFirefighter&7)"""
  17. message "&e&lJobs &8► &7You're now a &cFirefighter"
  18. if arg-1 is not set:
  19. message "&e&lJobs &8► &7/Job [Job]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement