[Ajuda] warnning
#1

tava colocando um cod ... tipo quando estiver na guerra do morro ao matar o player ganharб uma certa quantidade de pontos ... Sendo q eu fiz isso e ta dando warnning , e n sei oq estб de errado nisso .

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
new org = GetPlayerOrg(playerid);
if(!IsACop(killerid)) { SetPlayerCriminal(killerid,255, "Assasinato"); }
        if(Morro[Guerra] >= 1)
        {
            new killerorg = GetPlayerOrg(killerid);
            if(OrgPodeGuerriarMorro(playerid,org) && OrgPodeGuerriarMorro(killerid,killerorg))
        {
            if(IsPlayerInMorro(playerid) && IsPlayerInMorro(killerid))
            {
                MorroPontos[killerorg] += 10;// Pontos Que ganha Qnd Matar o Players
                }
        }
}
olha o warnning

pawn Код:
warning 219: local variable "org" shadows a variable at a preceding level
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase

Header size:          12568 bytes
Code size:          2688632 bytes
Data size:          3343716 bytes
Stack/heap size:      16384 bytes; estimated max. usage=5860 cells (23440 bytes)
Total requirements: 6061300 bytes

1 Warning.
Reply
#2

Nгo precisa remover warnings mano, tenho umas 10 coisas com warning й funfa normal =D
Reply
#3

mas nao й bom deixar com warnning , pelo oq me enformaram , pode bugar outras coisas .
Reply
#4

Nem sabia disso, Nгo ajudo porque sou burro rзrз
Reply
#5

Quote:
Originally Posted by Helbim
Посмотреть сообщение
Nem sabia disso, Nгo ajudo porque sou burro rзrз
rsrsrs ^^ mas , auguem sabe onde q ta errado ?
Reply
#6

Nesse script, troque "org" por orgPlayer ou algum outro nome.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)