MySQL Problem
#1

I am making a Register/Login System I am using the Tut to make it, But i got these weird errors?

Код:
error 021: symbol already defined: "main"
error 021: symbol already defined: "OnGameModeInit"
error 021: symbol already defined: "OnGameModeExit"
error 021: symbol already defined: "OnPlayerRequestClass"
Reply
#2

That indicates that you just blatantly copied the code instead of following the tutorial.
If you search for the 'main' function, for example, you'll find it in your script twice. Put them together in one function.
Reply
#3

Quote:
Originally Posted by Vince
Посмотреть сообщение
That indicates that you just blatantly copied the code instead of following the tutorial.
If you search for the 'main' function, for example, you'll find it in your script twice. Put them together in one function.
I searched for them but only found the one?
Reply
#4

example OnGameModeInit

you cant put OnGameModeInit you cant put it more than one time just put in the one what you need
Reply
#5

Quote:
Originally Posted by Jamal'
Посмотреть сообщение
example OnGameModeInit

you cant put OnGameModeInit you cant put it more than one time just put in the one what you need
I have only one "OnGameModeInit"
Reply
#6

Quote:
Originally Posted by Jamal'
Посмотреть сообщение
example OnGameModeInit

you cant put OnGameModeInit you cant put it more than one time just put in the one what you need
Liar, I have 4 OnGameModeInit's.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)