Two Questions Regarding MySQL
#1

So I finally worked out a simple login system, except, it kicks me after I register, and doesn't save it in the database like I set it up to do. Was hoping someone would be able to look at it for me or something, I can't exactly pin point the problem though without posting all 600 lines or whatever it is. Second:

Script[gamemodes/nnrp.amx]: Run time error 20: "Invalid index parameter <bad entry point>"

^ Can someone tell me what that means? The script runs fine, apart from the error before this message, but yeah.
Reply
#2

That simply means that you don't have main() {} in your gamemode. It must be there, even if it's empty.
Reply
#3

Quote:
Originally Posted by Vince
Посмотреть сообщение
That simply means that you don't have main() {} in your gamemode. It must be there, even if it's empty.
Got anything about my SQL issue? I've been going at this for almost 3 days now and I still have a problem with that =[

It create's the profile in the `userfiles`, but doesn't save any of the info in the `userstrings`, then kicks me when i type a pass in =[
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)