08.12.2012, 19:53
Deu aviso:
Mas Funfo, vllww ae
Foi nessa linha (1260):
Код:
C:\Users\Felipe\Desktop\GTA server\gamemodes\LoL.pwn(12960) : warning 219: local variable "TaxValue" shadows a variable at a preceding level Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase Header size: 11836 bytes Code size: 2254328 bytes Data size: 2213060 bytes Stack/heap size: 16384 bytes; estimated max. usage=7008 cells (28032 bytes) Total requirements: 4495608 bytes 1 Warning.
Foi nessa linha (1260):
Код:
(1258) if(PlayerInfo[i][pPayDay] >= 3) (1259) { (1260) new TaxValue; (1261) PlayerInfo[i][pConta] -= TaxValue - Tax; (1262) new checks = PlayerInfo[i][pSalario]; (1263) new ebill = (PlayerInfo[i][pConta]/30000)*(PlayerInfo[i][pLevel]); (1264) ConsumingMoney[i] = 1; (1265) GivePlayerMoneyEx(i, checks);