[Ajuda] 8 Warnings ! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] 8 Warnings ! (
/showthread.php?tid=480315)
8 Warnings ! -
ZaturN - 10.12.2013
Me ajuda aqui com esse Warning !
PHP код:
C:\Users\Erickson\Desktop\cameranova.pwn(14) : warning 217: loose indentation
C:\Users\Erickson\Desktop\cameranova.pwn(28) : warning 217: loose indentation
C:\Users\Erickson\Desktop\cameranova.pwn(48) : warning 217: loose indentation
C:\Users\Erickson\Desktop\cameranova.pwn(192) : warning 217: loose indentation
C:\Users\Erickson\Desktop\cameranova.pwn(204) : warning 217: loose indentation
C:\Users\Erickson\Desktop\cameranova.pwn(210) : warning 217: loose indentation
C:\Users\Erickson\Desktop\cameranova.pwn(211) : warning 217: loose indentation
C:\Users\Erickson\Desktop\cameranova.pwn(219) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
8 Warnings.
Linhas:
PHP код:
(14) = return 1;
(28) = if(GetVehicleModel(carro) == 458)
(48) = if(GetVehicleModel(carro) == 596 || GetVehicleModel(carro) == 597 || GetVehicleModel(carro) == 420){
(192) = return 1;
(204) = AttachCameraToObject(playerid, ObjetoCarro[GetPlayerVehicleID(playerid)]);
(210) = SetCameraBehindPlayer(playerid);
(211) = NovaCamera[playerid] = 0;
(219) = return true;
Re: 8 Warnings ! -
Schocc - 10.12.2013
REMOVED
Re: 8 Warnings ! -
ZaturN - 10.12.2013
Ok, eu sу sei o bбsico e fazer algumas coisinhas !
Re: 8 Warnings ! -
Schocc - 10.12.2013
REMOVED
Re: 8 Warnings ! -
ZaturN - 10.12.2013
Eu li o negocio ali, nгo entendi como que identa !
Re: 8 Warnings ! -
zSuYaNw - 10.12.2013
Meio difнcil
NГO entender:
https://sampforum.blast.hk/showthread.php?tid=477177
https://sampforum.blast.hk/showthread.php?tid=256961 *eng
https://sampforum.blast.hk/showthread.php?tid=170773
Re: 8 Warnings ! -
Schocc - 10.12.2013
REMOVED
Re: 8 Warnings ! -
ZaturN - 10.12.2013
Acabei de aprender +/- aqui pesquisei, й tipo deixar organizado nй ? atй peguei um exemplo:
PHP код:
if(!strcmp(cmdtext,"/shith", true))
{
if(IsPlayerAdmin(playerid))
{
return 0;
}
SendClientMessageToAll(-1,"[INFO]: Vocк estб aprendendo algo aqui ?");
return 1;
}
Re: 8 Warnings ! -
Schocc - 10.12.2013
REMOVED
Re: 8 Warnings ! -
ZaturN - 10.12.2013
Onde eu pesquisei tambйm tinha um exemplo de бrvore ideologica algo assim !
Uma pergunta sу ?
esse #pragma tabsize 0 serve pra esconder os Warnings ?
@EDIT dos 8 warnings jб tem 6, to consiguindo aos poucos