LuxAdmin With Junkbuster Include Problem
#1

Now I Know Its Only 1 Line But I Just Cant Compile LuxAdmin

Please Someone Help Me,

Am I Using The Wrong/Older Includes That Should Of Been In Package But Just Isnt

Do I Have To Downgrade To 0.2 For It To Work Or Something

Or Does It Simply Fail

PS. The Error Is The DCMD It Says It Needs ; And There Is A ;
Reply
#2

Show us that line.

Also, Stop Posting Like This, It's Hard To Read.
Reply
#3

C:\Users\Reckless\Desktop\GTA-SA\gta sa\pawno\include\lfuncs.inc(723) : warning 209: function "IsValidSkin" should return a value
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(207) : error 001: expected token: "}", but found "#"
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(694) : error 001: expected token: ",", but found "#"
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(694) : error 029: invalid expression, assumed zero
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(694) : error 017: undefined symbol "register"
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(694) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.0.3367 Copyright © 1997-2005, ITB CompuPhase


5 Errors.


Line:
Code:
       206 - new RegisterCommands[3][e_Register]= {
       *207 - {""#RegisterCommand"",-1},{""#LoginCommand"",-1},{""#ChangePassCommand"",-1}
       208 - }
Code:
	693 - if(!udb_Exists(PlayerName2(playerid)))
	*694 - SendClientMessage(playerid,orange, "SERVER: Your account isn't registered. Please register (/"#RegisterCommand")");
	695 - else
Reply
#4

Try this for the 693, 694, 695 problem.

Code:
 if(!udb_Exists(PlayerName2(playerid))
           {
                 SendClientMessage(playerid, orange, "SERVER: Your account isn't registered. Please register /register <password>");
                 {
                 else
Reply
#5

Quote:
Originally Posted by Yamoo
View Post
Try this for the 693, 694, 695 problem.

Code:
 if(!udb_Exists(PlayerName2(playerid))
           {
                 SendClientMessage(playerid, orange, "SERVER: Your account isn't registered. Please register /register <password>");
                 {
                 else

C:\Users\Reckless\Desktop\GTA-SA\gta sa\pawno\include\lfuncs.inc(723) : warning 209: function "IsValidSkin" should return a value
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(207) : error 001: expected token: "}", but found "#"
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(47 : error 017: undefined symbol "UpdateConfig"
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(479) : error 017: undefined symbol "ReadTextDraws"
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(49 : error 017: undefined symbol "ShowConfigInConsole"
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(523) : error 004: function "SaveTeleport" is not implemented
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(625) : error 004: function "SaveIn" is not implemented
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(640) : error 004: function "SaveIn" is not implemented
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(642) : error 079: inconsistent return types (array & non-array)
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(660) : error 004: function "SaveIn" is not implemented
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(661) : error 079: inconsistent return types (array & non-array)
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(694) : error 001: expected token: ")", but found "{"
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(697) : error 029: invalid expression, assumed zero
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(697 -- 701) : error 029: invalid expression, assumed zero
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(70 : error 017: undefined symbol "LoginPlayer"
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(765 -- 766) : error 001: expected token: ",", but found "#"
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(766) : error 029: invalid expression, assumed zero
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(766) : error 017: undefined symbol "login"
C:\Users\Reckless\Desktop\LuxAdmin System 1.6\LuxAdmin\LuxAdmin.pwn(766) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.0.3367 Copyright © 1997-2005, ITB CompuPhase


18 Errors.
Reply
#6

for the undefined symbol
you should make it like this
#define UpdateConfig
#define ReadTextDraws
#define LoginPlayer
bottom of include samp
Reply
#7

Put both of the scripts on pastebin.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)