24.05.2013, 00:20
Tem, mas nгo vejo necessidade muito menos lуgica de se fazer isso.
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) {
static cStrAux[150];
strcat(cStrAux, "Your Text Here!\n");
strcat(cStrAux, "Your Text Here!\n");
strcat(cStrAux, "Your Text Here!\n");
strcat(cStrAux, "Your Text Here!\n");
strcat(cStrAux, "Your Text Here!\n");
strcat(cStrAux, "Your Text Here!\n");
strcat(cStrAux, "Your Text Here!\n");
strcat(cStrAux, "Your Text Here!");
ShowPlayerDialog(playerid, 666, DIALOG_STYLE_MSGBOX, "Motorista particular", cStrAux, "Close","");
}
return true;
}