warning 217: loose indentation
What this error means ? and how to fix it ?
|
Re: warning 217: loose indentation
code?
|
Re: warning 217: loose indentation
Code:
#define PLUGINNAME "gg"and then i mysql pass equal setinfo _pw then return true |
Re: warning 217: loose indentation
1 Attachment(s)
Compiled without any errors || warnings!
|
Re: warning 217: loose indentation
Thanks a lot for your help :)
but still when i connect with correct setingo _pw and nick hes still kick me maybe somebody know why ? :/ |
Re: warning 217: loose indentation
change this
Code:
get_user_info(id, "setinfo _pw", password, 63)Code:
get_user_info(id, "_pw", password, 63) |
Re: warning 217: loose indentation
|
Re: warning 217: loose indentation
You are hurting my eyes with this:
Code:
if(equal(regtime[0], password[0])Code:
if(equal(regtime, password)) |
Re: warning 217: loose indentation
Code:
if(equal(regtime[0], password[0])Btw.: insert debug messages if the passwort is correct..maybe you find the error with that messages !? |
Re: warning 217: loose indentation
looooooooooooooooooooooooooooooooool
|
| All times are GMT -4. The time now is 10:38. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.