Guest User

Untitled

a guest
Jun 21st, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. if(strcmp(cmd, "/emprego", true) == 0 || strcmp(cmd, "/job", true) == 0)
  2. {
  3. if(IsPlayerInRangeOfPoint(playerid,10.0, 52.5614,-1523.2528,5.0425))
  4. {
  5. if(PlayerInfo[playerid][pJob] < 1)
  6. {
  7. ShowPlayerDialog(playerid, Dialogo_Empregos, DIALOG_STYLE_LIST, "{FFFFFF}Empregos Disponiveis{FF0000}:", "{FFFFFF}Detetive\nAdvogado(a)\nProstituta\nTraficante\nLadrão de Carros\nMecanico(a)\nSegurança\nVendedor(a) de Armas\nVendedor(a) de Carros\nLutador(a) de Boxe\nMotorista de Onibus\nCaminhoneiro(a)", "Selecionar", "Cancelar");
  8. return 1;
  9. }
  10. else
  11. {
  12. SendClientMessage(playerid, COLOR_LIGHTBLUE, "Você já possui um emprego, saia deste emprego antes de tentar pegar outra profissão!");
  13. return 1;
  14. }
  15. }
  16. else { return 1; }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment