Advertisement
LukaMC59

Untitled

Nov 8th, 2017
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 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. if arg-1 is "taxi":
  11. execute console command "pex user %player% suffix ""&7 (&eTaxi&7)"""
  12. message "&e&lJobs &8► &7You're now a &eTaxi Driver"
  13. if arg-1 is "firefighter":
  14. execute console command "pex user %player% suffix ""&7 (&cFirefighter&7)"""
  15. message "&e&lJobs &8► &7You're now a &cFirefighter"
  16. if arg-1 is not set:
  17. message "&e&lJobs &8► &7/Job [Job]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement