[Pedido] Tempo Prisão
#1

Queria Adicionar o Tempo de 10 Minutos preso e Aparece-se na Tela do Player Preso o Tempo que falta para a Saida dele da Prisão....
Imagem do que eu quero:
Code Prender:

pawn Код:
if(strcmp(cmd, "/prender", 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_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") == Narcoticos || dini_Int(file, "Profissao") == Policial_M || dini_Int(file, "Profissao") == FBI || dini_Int(file, "Profissao") == LSPD || dini_Int(file, "aAdmin") == 1){
new tmp[256];
new plid;
tmp = strtok(cmdtext, idx);
if(!strlen(tmp)){
SendClientMessage(playerid, Vermelho, "(ERRO) Use: /prender [id]");
return 1;
}
plid = strval(tmp);
if(IsPlayerInAnyVehicle(plid) == 1 || IsPlayerInAnyVehicle(playerid) == 1){
SendClientMessage(playerid, Vermelho, "(ERRO) Alguem está dentro de um carro.");
return 1 ;
}
if(plid == playerid){
SendClientMessage(playerid, Vermelho, "(ERRO) Você não pode fazer isto com si mesmo.");
return 1 ;
}
if(!IsPlayerConnected(plid)){
SendClientMessage(playerid, Vermelho, "(ERRO) O jogador não está conectado");
return 1;
} else {
if(GetDistanceBetweenPlayers(plid,playerid) < 10){
new pname[MAX_PLAYER_NAME];
GetPlayerName(plid, pname, MAX_PLAYER_NAME);
format(file2, sizeof(file2), PASTA_CONTAS, pname);
format(string, sizeof(string), "(INFO) O Policial %s te prendeu.", aname);
SendClientMessage(plid, Blue, string);
SetPlayerPos(plid, 263.8820,77.4002,1001.0391);
SetPlayerInterior(plid, 6);
SetPlayerHealth(plid, 99999);
ResetPlayerWeapons(plid);
dini_IntSet(file2, "Preso", 1);
SendClientMessage(playerid, COLOR_GREEN, "(INFO) Preso com sucesso.");
SetPlayerWantedLevel(plid, 0);
preso[plid] = 1;
TogglePlayerControllable(plid, 1);
if(Procurados[plid] == 1){
GivePlayerGrana(playerid,300);
Procurados[plid] = 0;
SendClientMessage(playerid, Verde, "(INFO) Você prendeu um jogador procurado e ganhou 300 reias!");
dini_IntSet(file2, "Procurado", 0);
}
return 1;
} else {
SendClientMessage(playerid,Vermelho,"(ERRO) Chegue mais perto para prender!");
return 1;
}
}
} else {
SendClientMessage(playerid,Vermelho,"(ERRO) Apenas policiais podem usar este comando!");
return 1;
}
}
Reply
#2

isso e feito em Textdraw
Reply
#3

Sim, Mais não sei mexer com Text Draw :/
Reply
#4

isso aqui ja ajudou muita gente

https://sampforum.blast.hk/showthread.php?tid=376758
Reply
#5

Quote:
Originally Posted by PT
Посмотреть сообщение
Vlw ae, min ajudo tbm...
Reply
#6

Up,Alguem me ajuda? *---*
Reply
#7

Quote:
Originally Posted by Sti
Посмотреть сообщение
Up,Alguem me ajuda? *---*
vocк quer code completo ? se vira filhгo, nem sempre vai ter gente pra te ajudar. pega o tуpico que o PT mandou e vai estudar. 10 conto eu te dou code completo. rз
Reply
#8

Б bem pouco tempo fiz um tutorial de countdowns. Veja, e faзa vocк mesmo!

Tutorial Countdown
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)