SA-MP Forums Archive
[help] "ini_removeKey" vs "iniClose" by Donate system - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [help] "ini_removeKey" vs "iniClose" by Donate system (/showthread.php?tid=480348)



[help] "ini_removeKey" vs "iniClose" by Donate system - Borntobie - 10.12.2013

everyone please guide me how to fix this error
Error :
Quote:

D:\My Documents\Downloads\Documents\ZombieR3.3\scriptfil es\new.pwn(93) : error 017: undefined symbol "ini_removeKey"
D:\My Documents\Downloads\Documents\ZombieR3.3\scriptfil es\new.pwn(100) : error 017: undefined symbol "iniClose"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.

FS : http://pastebin.com/sg7f0viq

help me .. plssss


Respuesta: [help] "ini_removeKey" vs "iniClose" by Donate system - ghost556 - 10.12.2013

I could only figure 1 out and that was the close one.

Replace the iniClose line with
ini_closeFile(file);