While trying to implement the .pwn content into a newly created file, I did everything properly, but at the end when I run the server I encounter a problem with crashdetect -
PHP Code:
|
main(){}
Script[gamemodes/logreg.amx]: Run time error 20: "Invalid index parameter (bad entry point)" Number of vehicle models: 0 plugin.bcrypt: Version check failed.
F:\My SAMP Scripts\gamemodes\test.pwn(30) : warning 213: tag mismatch F:\My SAMP Scripts\gamemodes\test.pwn(32) : error 017: undefined symbol "mysql_set_option" F:\My SAMP Scripts\gamemodes\test.pwn(34) : warning 213: tag mismatch F:\My SAMP Scripts\gamemodes\test.pwn(34) : warning 213: tag mismatch F:\My SAMP Scripts\gamemodes\test.pwn(35) : error 017: undefined symbol "MYSQL_INVALID_HANDLE" F:\My SAMP Scripts\gamemodes\test.pwn(53) : warning 213: tag mismatch F:\My SAMP Scripts\gamemodes\test.pwn(54) : warning 213: tag mismatch F:\My SAMP Scripts\gamemodes\test.pwn(72) : warning 213: tag mismatch F:\My SAMP Scripts\gamemodes\test.pwn(73) : warning 213: tag mismatch F:\My SAMP Scripts\gamemodes\test.pwn(92) : warning 213: tag mismatch F:\My SAMP Scripts\gamemodes\test.pwn(94) : warning 213: tag mismatch F:\My SAMP Scripts\gamemodes\test.pwn(106) : error 017: undefined symbol "cache_get_value_name" F:\My SAMP Scripts\gamemodes\test.pwn(107) : error 017: undefined symbol "cache_get_value_name_int" F:\My SAMP Scripts\gamemodes\test.pwn(122) : error 017: undefined symbol "cache_get_value_name_int" F:\My SAMP Scripts\gamemodes\test.pwn(123) : error 017: undefined symbol "cache_get_value_name_int" F:\My SAMP Scripts\gamemodes\test.pwn(124) : error 017: undefined symbol "cache_get_value_name_int" F:\My SAMP Scripts\gamemodes\test.pwn(134) : warning 213: tag mismatch F:\My SAMP Scripts\gamemodes\test.pwn(136) : warning 213: tag mismatch Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 8 Errors. |