[Ajuda] Erro basico +rep
#5

Ajudou mais tem esses warings
pawn Код:
C:\Users\LeoTOB\Desktop\LeoTOB\gm.pwn(283) : warning 219: local variable "X" shadows a variable at a preceding level
C:\Users\LeoTOB\Desktop\LeoTOB\gm.pwn(283) : warning 219: local variable "Y" shadows a variable at a preceding level
C:\Users\LeoTOB\Desktop\LeoTOB\gm.pwn(283) : warning 219: local variable "Z" shadows a variable at a preceding level
linha
pawn Код:
new Float: X, Float: Y, Float: Z;
Completo
pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
            new pname[MAX_PLAYER_NAME];
            GetPlayerName(playerid, pname, sizeof(pname));//pega o nome do player

            new file[256];
            format(file, sizeof(file), "%s.ini", pname);//transforma o nome e ficheiro

            new Float: X, Float: Y, Float: Z;
            GetPlayerPos(playerid, X, Y, Z);//pega a posicao do player

            dini_IntSet(file,   "pAdmin", PlayerInfo[playerid][pAdmin]);//salca o Admin Nivel
            dini_IntSet(file,   "pOrg",  PlayerInfo[playerid][pOrg]); //salva a org do player
            dini_IntSet(file,   "pLider",  PlayerInfo[playerid][pLider]); //salva se e lider e qual
            dini_IntSet(file,   "pDinheiro", GetPlayerMoney(playerid)); // salva o dinheiro que o player tem
            dini_IntSet(file,   "pSkin",  GetPlayerSkin(playerid)    ); //salva a skin que o player esta a usar
            dini_Set(    file,   "pNome", PlayerInfo[playerid][pLevel]); //salva a nota "Nome" (neste caso: "Cristiano Ronaldo")
            dini_FloatSet(file, "pX", X);//cordenada X
            dini_FloatSet(file, "pY", Y);//Cordenada Y
            dini_FloatSet(file, "pZ", Z);//Cordenada Z
    return 1;
}
Reply


Messages In This Thread
Erro basico +rep - by LE4NDrO - 13.05.2014, 00:08
Re: Erro basico +rep - by MultiKill - 13.05.2014, 00:13
Re: Erro basico +rep - by LE4NDrO - 13.05.2014, 00:16
Re: Erro basico +rep - by PlantBR - 13.05.2014, 00:18
Re: Erro basico +rep - by LE4NDrO - 13.05.2014, 00:19
Re: Erro basico +rep - by MultiKill - 13.05.2014, 00:22
Re: Erro basico +rep - by LE4NDrO - 13.05.2014, 00:25
Re: Erro basico +rep - by MultiKill - 13.05.2014, 00:31
Re: Erro basico +rep - by LE4NDrO - 13.05.2014, 00:49
Re: Erro basico +rep - by DoN_ReNaTo - 13.05.2014, 00:56

Forum Jump:


Users browsing this thread: 1 Guest(s)