C:\Users\Erickson\Desktop\brvgm.pwn(10321) : warning 217: loose indentation
if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT) {
Estou com este warning, nгo consiguo resolver, jб apertei TAB no inicio da linha mas nгo adiantou.
Warning: PHP Code:
PHP Code:
Ajude-me |
if(strcmp(cmd, "/dancar3", true) == 0) {if(noevento[playerid] == 1){
SendClientMessage(playerid, Vermelho, "[ERRO] Vocк nгo pode usar Animes no Evento!");
return 1 ;
}
if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT) {
GameTextForPlayer(playerid, "~r~/parar", 8000, 1);
SetPlayerSpecialAction (playerid, SPECIAL_ACTION_DANCE3);
anim[playerid] = 1;
return 1;
}
}
Aqui estб a linha:
PHP Code:
|
if(strcmp(cmd, "/dancar3", true) == 0)
{
if(noevento[playerid] == 1) return SendClientMessage(playerid, Vermelho, "[ERRO] Vocк nгo pode usar Animes no Evento!");
if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT)
{
GameTextForPlayer(playerid, "~r~/parar", 8000, 1);
SetPlayerSpecialAction (playerid, SPECIAL_ACTION_DANCE3);
anim[playerid] = 1;
}
return 1;
}
C:\Users\Erickson\Desktop\brvgm.pwn(1511) : warning 217: loose indentation
AreaDrogas = GangZoneCreate(2324.754394, -705.809997, 2428.754394, -577.809997);
Vlw, funcionou.
Tem como vocк arrumar sу este ultimo. Warning: PHP Code:
PHP Code:
|
public OnGameModeInit()
{
ImagemConnect = TextDrawCreate(-1.000000, -1.000000, "loadsc12:loadsc12");
TextDrawBackgroundColor(ImagemConnect, 255);
TextDrawFont(ImagemConnect, 4);
TextDrawLetterSize(ImagemConnect, 0.500000, 1.000000);
TextDrawColor(ImagemConnect, -1);
TextDrawSetOutline(ImagemConnect, 0);
TextDrawSetProportional(ImagemConnect, 1);
TextDrawSetShadow(ImagemConnect, 1);
TextDrawUseBox(ImagemConnect, 1);
TextDrawBoxColor(ImagemConnect, 255);
TextDrawTextSize(ImagemConnect, 645.000000, 450.000000);
AreaDrogas = GangZoneCreate(2324.754394, -705.809997, 2428.754394, -577.809997);
AfkText = TextDrawCreate(168.000000, 319.000000,"Voce esta ausente ~p~/afk");
TextDrawAlignment(AfkText, 0);
TextDrawBackgroundColor(AfkText, 0x000000ff);
TextDrawFont(AfkText, 1);
TextDrawLetterSize(AfkText,1.000000, 2.699999);
TextDrawColor(AfkText, 0xffffffff);
TextDrawSetOutline(AfkText, 1);
TextDrawSetProportional(AfkText, 1);
TextDrawSetShadow(AfkText, 1);
AfkBackText = TextDrawCreate(248.000000, 351.000000,"Para voltar ao jogo digite ~p~/on");
TextDrawAlignment(AfkBackText, 0);
TextDrawBackgroundColor(AfkBackText, 0x000000ff);
TextDrawFont(AfkBackText, 1);
TextDrawLetterSize(AfkBackText,0.299999, 1.100000);
TextDrawColor(AfkBackText, 0xffffffff);
TextDrawSetOutline(AfkBackText, 1);
TextDrawSetProportional(AfkBackText, 1);
TextDrawSetShadow(AfkBackText, 1);
Nгo tem o cуdigo inteiro sу tem essa linha olha ae.
PHP Code:
|
public OnGameModeInit()
{
ImagemConnect = TextDrawCreate(-1.000000, -1.000000, "loadsc12:loadsc12"); TextDrawBackgroundColor(ImagemConnect, 255); TextDrawFont(ImagemConnect, 4); TextDrawLetterSize(ImagemConnect, 0.500000, 1.000000);
TextDrawColor(ImagemConnect, -1); TextDrawSetOutline(ImagemConnect, 0); TextDrawSetProportional(ImagemConnect, 1); TextDrawSetShadow(ImagemConnect, 1);TextDrawUseBox(ImagemConnect, 1);
TextDrawBoxColor(ImagemConnect, 255); TextDrawTextSize(ImagemConnect, 645.000000, 450.000000);
AreaDrogas = GangZoneCreate(2324.754394, -705.809997, 2428.754394, -577.809997);
AfkText = TextDrawCreate(168.000000, 319.000000,"Voce esta ausente ~p~/afk"); TextDrawAlignment(AfkText, 0); TextDrawBackgroundColor(AfkText, 0x000000ff); TextDrawFont(AfkText, 1);
TextDrawLetterSize(AfkText,1.000000, 2.699999); TextDrawColor(AfkText, 0xffffffff); TextDrawSetOutline(AfkText, 1); TextDrawSetProportional(AfkText, 1); TextDrawSetShadow(AfkText, 1);
AfkBackText = TextDrawCreate(248.000000, 351.000000,"Para voltar ao jogo digite ~p~/on"); TextDrawAlignment(AfkBackText, 0); TextDrawBackgroundColor(AfkBackText, 0x000000ff); TextDrawFont(AfkBackText, 1);
TextDrawLetterSize(AfkBackText,0.299999, 1.100000); TextDrawColor(AfkBackText, 0xffffffff); TextDrawSetOutline(AfkBackText, 1); TextDrawSetProportional(AfkBackText, 1); TextDrawSetShadow(AfkBackText, 1);
if(strcmp(cmd, "/darcomb", true) == 0){
new tmp[256];
new msg[256];
new petroleo;
new plid, comb;
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
tmp = strtok(cmdtext, idx);
if(dini_Int(file, "Profissao") == Frentista || IsPlayerAdmin(playerid) || pAdmin[playerid] > 3){
if(!strlen(tmp)){
SendClientMessage(playerid, Vermelho, "[ERRO] Use: /darcomb [id] [litros]");
return 1;
}
plid = strval(tmp);
tmp = strtok(cmdtext, idx);
if(!strlen(tmp)) {
SendClientMessage(playerid, Vermelho, "[ERRO] Use: /darcomb [id] [litros]");
return 1;
}
comb = strval(tmp);
if(comb > 100 || comb <= 0){
SendClientMessage(playerid, Vermelho, "[ERRO] Quantidade invбlida. Os valores devem ser de 1 а 100.");
return 1;
}
if(IsPlayerConnected(plid)){
new pname[MAX_PLAYER_NAME];
GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
format(file2, sizeof(file2), PASTA_CONTAS, pname);
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(playerid, Vermelho, "[ERRO] Jogador nгo conectado/logado.");
return 1;
}
}else{
SendClientMessage(playerid, Vermelho, "[ERRO] Vocк nгo tem permissгo!");
return 1;
}
}