SA-MP Forums Archive
Little problem with my admin system [Need help] - 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: Little problem with my admin system [Need help] (/showthread.php?tid=395521)



Little problem with my admin system [Need help] - mickos - 26.11.2012

Hi everyone,

I have some problems with my admin systeem.
I dont know how to fix this errors. My question is if anyone can help me out of this problem.

This are the errors:

Quote:

D:\GTA San Andreas\Freeroam Server\pawno\KamAdminMB.pwn(130) : error 017: undefined symbol "LoggedIn"
D:\GTA San Andreas\Freeroam Server\pawno\KamAdminMB.pwn(145) : error 017: undefined symbol "LoggedIn"
D:\GTA San Andreas\Freeroam Server\pawno\KamAdminMB.pwn(162) : error 017: undefined symbol "LoggedIn"
D:\GTA San Andreas\Freeroam Server\pawno\KamAdminMB.pwn(163) : error 017: undefined symbol "udb_Exists"
D:\GTA San Andreas\Freeroam Server\pawno\KamAdminMB.pwn(165) : error 017: undefined symbol "INI_CheckLogin"
D:\GTA San Andreas\Freeroam Server\pawno\KamAdminMB.pwn(16 : error 017: undefined symbol "INI_Encode"
D:\GTA San Andreas\Freeroam Server\pawno\KamAdminMB.pwn(170) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


7 Errors.

And this is the system:

http://pastebin.com/hAPwZ7Qd

I hope you will help me.

Thanks


Re: Little problem with my admin system [Need help] - JJones432 - 26.11.2012

Replace "LoggedIn" with "pLoggedIn"


Re: Little problem with my admin system [Need help] - mickos - 26.11.2012

Okej thanks, But now I got still this problems..

This are the errors now at the moment:

pawn Код:
D:\GTA San Andreas\Freeroam Server\pawno\KamAdminMB.pwn(163) : error 017: undefined symbol "udb_Exists"
D:\GTA San Andreas\Freeroam Server\pawno\KamAdminMB.pwn(165) : error 017: undefined symbol "INI_CheckLogin"
D:\GTA San Andreas\Freeroam Server\pawno\KamAdminMB.pwn(168) : error 017: undefined symbol "INI_Encode"
D:\GTA San Andreas\Freeroam Server\pawno\KamAdminMB.pwn(170) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.