Advertisement
BlueX

[Pawn]: Tutorial 2 [JOBS]

Aug 8th, 2012
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.30 KB | None | 0 0
  1. #define PLAYER_JOB_DESEMPREGADO 0 //ID = 0
  2. #define PLAYER_JOB_ADVOGADO 1 //ID = 1
  3. #define PLAYER_JOB_MECANICO 2 //ID = 2
  4. #define PLAYER_JOB_TAXISTA 3 //ID = 3
  5. #define PLAYER_JOB_ENTRAGA_PIZZAS 4 //ID = 4
  6. #define PLAYER_JOB_TRAFFICANTE_DROGAS 5 //ID = 5
  7. #define PLAYER_JOB_TRAFFICANTE_ARMAS 6 //ID = 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement