Quote:
Originally Posted by naveen
PHP Code:
../modules/crafting/main.inc(32) : warning 203: symbol is never used: "playerid"
C:\Users\THE HACKER\Desktop\Zombotech\gamemodes\zombo.pwn(223) : warning 204: symbol is assigned a value that is never used: "str"
C:\Users\THE HACKER\Desktop\Zombotech\gamemodes\zombo.pwn(251) : warning 217: loose indentation
C:\Users\THE HACKER\Desktop\Zombotech\gamemodes\zombo.pwn(252) : warning 217: loose indentation
C:\Users\THE HACKER\Desktop\Zombotech\gamemodes\zombo.pwn(764) : warning 203: symbol is never used: "IsValidZombieSkin"
C:\Users\THE HACKER\Desktop\Zombotech\gamemodes\zombo.pwn(764) : warning 203: symbol is never used: "PlayerCraftingInfo"
C:\Users\THE HACKER\Desktop\Zombotech\gamemodes\zombo.pwn(764) : warning 203: symbol is never used: "PreloadAnimations"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
7 Warnings.
pls help me to solve this bro
|
Hello Mr.THE HACKER, you can solve these common warnings easily, just using pragma unused for the unused variables, using stock on the functions that have not been used yet, and learning the basic of identation
@PT: I'm not doing any mistake dude.