30.05.2013, 00:10
Queria Saber como Atualizar Codigo
new org; if(PlayerInfo[playerid][pMembro] > 0) { org = PlayerInfo[playerid][pMembro]; } if(PlayerInfo[playerid][pLider] > 0) { org = PlayerInfo[playerid][pLider]; } if(TendoGuerra >= 1) { if(IsPlayerInGuerra(playerid)) { if(OrgPodeGuerriar(playerid,org)) { GuerraPontos[org] += 10; } } } } |