25.04.2014, 06:39
tk
Код:
C:\Users\NTV\Desktop\lumberjack.pwn(566) : warning 225: unreachable code Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase Header size: 1988 bytes Code size: 16260 bytes Data size: 3788 bytes Stack/heap size: 16384 bytes; estimated max. usage=97 cells (388 bytes) Total requirements: 38420 bytes 1 Warning.
Код:
stock GivePlayerValidWeapon(playerid,weaponid,ammo) { if(-1 < weaponid < 47) { GivePlayerWeapon(playerid,weaponid,ammo); return 1; }else return 0; return 1; (((Line of error }