Quote:
					Originally Posted by  TzAkS.
 
 
pawn Код: 
INI_WriteInt(File, "Price",HousePrice);//Writing in the place "Price" the inputted "Price" value.     INI_WriteInt(File, "Owned",0);//Setting to "Owned" = 0 in the ini file.     INI_WriteInt(File, "VirtualWorld",GetPlayerVirtualWorld(playerid));//Writing "VirtualWorld" = GetPlayerVirtualWorld(..);     INI_WriteFloat(File, "XPos",x);//Writing the players pos for the check point position.     INI_WriteFloat(File, "YPos",y);//Self explanatory.     INI_WriteFloat(File, "ZPos",z);//Self explanatory.     INI_WriteString(File, "Owner","Nonusablenameforthishouse");  
  
 | 
 
Now i am getting these errors
Код:
(1287) : error 017: undefined symbol "File"
(1288) : error 017: undefined symbol "File"
(1289) : error 017: undefined symbol "File"
(1290) : error 017: undefined symbol "File"
(1291) : error 017: undefined symbol "File"
(1292) : error 017: undefined symbol "File"
(1293) : error 017: undefined symbol "File"
(1294) : error 017: undefined symbol "INI_Save"
 
Please Help Me