23.05.2013, 23:36
pawn Код:
if(strcmp(cmd, "/profissao", true) == 0) {
format(file, sizeof(file), PASTA_CONTAS, GetPlayerNameEx(playerid));
if(dini_Int(file, "Profissao") == Desempregado)
return SendClientMessage(playerid, Verde, "Desempregado");
if(dini_Int(file, "Profissao") == MotoristaP)
ShowPlayerDialog(playerid, -1, DIALOG_STYLE_MSGBOX, "Motorista particular", "Arrume um patrгo e cobre pelo seu serviзo\n/cp - Chat Profissгo.", "Close","");
return true;
}