Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(strcmp(cmd, "/emprego", true) == 0 || strcmp(cmd, "/job", true) == 0)
- {
- if(IsPlayerInRangeOfPoint(playerid,10.0, 52.5614,-1523.2528,5.0425))
- {
- if(PlayerInfo[playerid][pJob] < 1)
- {
- 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");
- return 1;
- }
- else
- {
- SendClientMessage(playerid, COLOR_LIGHTBLUE, "Você já possui um emprego, saia deste emprego antes de tentar pegar outra profissão!");
- return 1;
- }
- }
- else { return 1; }
- }
Advertisement
Add Comment
Please, Sign In to add comment