Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /job [<text>]:
- trigger:
- if arg-1 is not "police":
- if arg-1 is not "taxi":
- if arg-1 is not "firefighter":
- message "&e&lJobs &8► &7Avaible jobs are &9Police&7,&e Taxi &7and &cFirefighter"
- if arg-1 is "police":
- execute console command "pex user %player% suffix ""&7 (&9Police&7)"""
- message "&e&lJobs &8► &7You're now a &9Police Officer"
- if arg-1 is "taxi":
- execute console command "pex user %player% suffix ""&7 (&eTaxi&7)"""
- message "&e&lJobs &8► &7You're now a &eTaxi Driver"
- if arg-1 is "firefighter":
- execute console command "pex user %player% suffix ""&7 (&cFirefighter&7)"""
- message "&e&lJobs &8► &7You're now a &cFirefighter"
- if arg-1 is not set:
- message "&e&lJobs &8► &7/Job [Job]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement