Errors on line i havent even created! PLEASE HELP!
#1

Well im trying to create a login system and it says i have 3 errors on lines i havent got in my script, take a look right here.



PLEASE HELP PLEASE
Reply
#2

Add "new Users_OnFilterScriptInit" And "new Users_OnGameModeInit" at the start of the lines..
Reply
#3

there isn't anythign with Users_
Reply
#4

If you actually read the errors properly, they're in ini.inc - an included file.
Reply
#5

Quote:
Originally Posted by GoldAngel
Посмотреть сообщение
Add "new Users_OnFilterScriptInit" And "new Users_OnGameModeInit" at the start of the lines..
Thanks but now i get this
Quote:

C:\Users\jack\Desktop\Folders\SAMP Server\gamemodes\tutorial.pwn(12) : error 001: expected token: ";", but found "new"
C:\Users\jack\Desktop\Folders\SAMP Server\gamemodes\tutorial.pwn(26) : error 001: expected token: ";", but found "enum"

Reply
#6

So fix it. The compiler expected a semi-colon, but it found 'new' - so you missed a semi-colon on the line before 'new'. It's not hard to decipher.

Actually READ the errors in the future - don't say 'oh no an error - TO THE SAMP FORUMS!'.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)