warning 203: symbol is never used: "HouseFile_Load"
#1

Код:
C:\GTA - San Andreas\SERVER\gamemodes\latih.pwn(3348) : warning 203: symbol is never used: "HouseFile_Load"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Pawn Code:
http://pastebin.com/mm7ehJHL


how to fix it?
Reply
#2

Change HouseFileLoad(HouseID) into a public function;
pawn Код:
HouseFileLoad(HouseID)
{
Change that too;

pawn Код:
forward HouseFile_Load(HouseID); // Place this with the rest of your 'forwards'
public HouseFile_Load(HouseID)
{
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)