06.01.2013, 18:32
Baixe o SSCANF, depois
Configure:
Configure:
pawn Код:
if(!strcmp(cmdtext, "/puliciaprender", true)){
if(prendeu[playerid] == -1){
return SendClientMessage(playerid, Vermelho, "PULIЗA! Espere um tempo para prender alguйm, vocк nгo й o ROBOCOP!");
}
static
aname[MAX_PLAYER_NAME]
;
format(file, sizeof(file), PASTA_CONTAS, (GetPlayerName(playerid, aname, MAX_PLAYER_NAME), aname));
if(!(dini_Int(file, "Profissao") == Guarda || dini_Int(file, "Profissao") == Policia_Rodoviaria || dini_Int(file, "Profissao") == Policia_Militar || dini_Int(file, "Profissao") == Policia_Civil ||
dini_Int(file, "Profissao") == Policia_Federal || dini_Int(file, "Profissao") == Delegado || dini_Int(file, "Profissao") == Bope || dini_Int(file, "Profissao") == Swat || dini_Int(file, "Profissao") == Narcoticos || dini_Int(file, "Profissao") == Interpol || dini_Int(file, "Profissao") == PC || dini_Int(file, "aAdmin") == 1 || IsPlayerAdmin(playerid))){
return SendClientMessage(playerid, -1, "Coe mano, naum viaja!");
}
new
meliante_id
;
if(sscanf(cmdtext, "u", meliante_id)){
return SendClientMessage(playerid, -1, "/puliciaprender <id do meliante>");
}
if(!IsPlayerConnected(meliante_id)){
return SendClientMessage(playerid, -1, "Meliante nгo encontrado, contate a Interpol");
}
if(!PlayerToPoint(8.0, playerid,300.4763,-1529.9474,24.9219) || !PlayerToPoint(8.0, playerid,222.82761478,108.37495789,999.01561475)){
return SendClientMessage(playerid, -1, "Ae o puliзa, coloque o meliante na viatura primeiro Champz!");
}
if(!(GetPlayerVehicleID(playerid) == GetPlayerVehicleID(plid) && GetPlayerState(playerid) == PLAYER_STATE_DRIVER)){
return SendClientMessage(playerid, -1, "Koe puliзa, ta de caф comigo ? entre no carro dele ou peзa para ele entrar no seu!");
// FUNЗХES PARA PRENDER:
// meliante_id = ID DO MELIANTE
// playerid = ID DO PULICIAL
return true;
}