02.09.2013, 19:12
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 .
olha o warnning
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
}
}
}
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.