[Ajuda] Warning 217
#9

Ei nгo foi mas deixa, identa esse comandos para mim:

PHP Code:
if(strcmp(cmd"/darcomb"true) == 0){
new 
tmp[256];
new 
msg[256];
new 
petroleo;
new 
plidcomb;
new 
aname[MAX_PLAYER_NAME];
GetPlayerName(playeridanameMAX_PLAYER_NAME);
format(filesizeof(file), PASTA_CONTASaname);
tmp strtok(cmdtextidx);
if(
dini_Int(file"Profissao") == Frentista || IsPlayerAdmin(playerid) || pAdmin[playerid] > 3){
if(!
strlen(tmp)){
SendClientMessage(playeridVermelho"[ERRO] Use: /darcomb [id] [litros]");
return 
1;
}
plid strval(tmp);
tmp strtok(cmdtextidx);
if(!
strlen(tmp)) {
SendClientMessage(playeridVermelho"[ERRO] Use: /darcomb [id] [litros]");
return 
1;
}
comb strval(tmp);
if(
comb 100 || comb <= 0){
SendClientMessage(playeridVermelho"[ERRO] Quantidade invбlida. Os valores devem ser de 1 а 100.");
return 
1;
}
if(
IsPlayerConnected(plid)){
new 
pname[MAX_PLAYER_NAME];
GetPlayerName(playeridpnameMAX_PLAYER_NAME);
format(file2sizeof(file2), PASTA_CONTASpname);
if((
dini_Int(file2"Combustivel") + comb) < 100){
format(msg,sizeof(msg),"(INFO) Um frentista abasteceu %d litros de combustнvel em seu tanque, totalizando %d litros",comb,petroleo);
SendClientMessage(plid,COLOR_GREEN,msg);
petroleo dini_Int(file2"Combustivel") + comb;
dini_IntSet(file2"Combustivel"petroleo);
SendClientMessage(plid,COLOR_GREEN,"(INFO) Agora nгo gaste atoa!");
SendClientMessage(playerid,COLOR_GREEN,"(INFO) Combustнvel fornecido.");
return 
1;
}
else if((
dini_Int(file2"Combustivel") + comb) >= 100){
dini_IntSet(file2"Combustivel"100);
format(msg,sizeof(msg),"(INFO) Um Frentista completou seu tanque, colocando %d litros",petroleo);
petroleo 100 dini_Int(file2"Combustivel");
SendClientMessage(plid,COLOR_GREEN,msg);
SendClientMessage(plid,COLOR_GREEN,"(INFO) Economize se nгo vai ficar a pй");
SendClientMessage(playerid,COLOR_GREEN,"(INFO) Combustivel fornecido.");
return 
1;
}
}else{
SendClientMessage(playeridVermelho"[ERRO] Jogador nгo conectado/logado.");
return 
1;
}
}else{
SendClientMessage(playeridVermelho"[ERRO] Vocк nгo tem permissгo!");
return 
1;
}

Reply


Messages In This Thread
Warning 217 - by ZaturN - 14.12.2013, 03:27
Re: Warning 217 - by Petrick™ - 14.12.2013, 04:22
Re: Warning 217 - by ZaturN - 14.12.2013, 04:55
Re: Warning 217 - by Petrick™ - 14.12.2013, 05:01
Re: Warning 217 - by ZaturN - 14.12.2013, 05:04
Re: Warning 217 - by Petrick™ - 14.12.2013, 05:05
Re: Warning 217 - by ZaturN - 14.12.2013, 05:09
Re: Warning 217 - by Petrick™ - 14.12.2013, 05:16
Re: Warning 217 - by ZaturN - 14.12.2013, 05:26
Re: Warning 217 - by Don_Speed - 14.12.2013, 08:34
Re: Warning 217 - by Diogo123 - 14.12.2013, 11:01

Forum Jump:


Users browsing this thread: 1 Guest(s)