18.03.2013, 16:01
Gente alguns comandos todas as profissхes estгo dando para usar --'
Pode ver que estб sу para algumas profissхes, mais estб dando todas qualquer uma usa
tem como alguem me ajudar?
pawn Код:
if (strcmp(cmdtext,"/descerdp", true)==0){
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
if(dini_Int(file, "Profissao") == Policial_M || dini_Int(file, "Profissao") == Policial_C || dini_Int(file, "Profissao") == Policial_F || dini_Int(file, "Profissao") == Delegado || dini_Int(file, "Profissao") == Bope || dini_Int(file, "Profissao") == Swat || dini_Int(file, "Profissao") == FBI || dini_Int(file, "Profissao") == Interpol || dini_Int(file, "aAdmin") == 1)return SendClientMessage(playerid, Vermelho, "(ERRO) Vocк nгo tem permissгo.");{
MoveObject(elevadordp,1570.8325195313,-1635.4766845703,12.728549957275,3.0);
SendClientMessage(playerid,0xFFFFFFAA, "[INFO] Descendo o elevador da DP!");
return 1;
}
}
tem como alguem me ajudar?