Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

SurfTimer | Max bhops exceeded (Limit 4) #8

Closed
bedstespil opened this issue Aug 25, 2017 · 6 comments
Closed

SurfTimer | Max bhops exceeded (Limit 4) #8

bedstespil opened this issue Aug 25, 2017 · 6 comments

Comments

@bedstespil
Copy link

Hello. How do I turn this off?
Can not find it in any config file.
I use a plugin on bhop server, so it must be turned off.
Thanks in advance :)

@tomtko
Copy link
Owner

tomtko commented Aug 25, 2017

can't remember if this version has the convar or not, try ck_bhop_limit 0

edit: don't think it does, you will need to remove it from here https://github.com/fluffyst/Surftimer/blob/master/addons/sourcemod/scripting/SurfTimer/hooks.sp#L1019 (line 1025 to line 1044)

@bedstespil
Copy link
Author

It does not work. Has changed it in file and made a new upload.

@tomtko
Copy link
Owner

tomtko commented Aug 25, 2017

you need to compile the plugin and upload the smx

@bedstespil
Copy link
Author

//// SurfTimer.sp
//
// SurfTimer/misc.sp(2384) : warning 204: symbol is assigned a value that is never used: "index"
// SurfTimer/misc.sp(2488) : warning 217: loose indentation
// SurfTimer/misc.sp(2520) : warning 217: loose indentation
// SurfTimer/commands.sp(1015) : warning 217: loose indentation
// SurfTimer/commands.sp(1796) : warning 204: symbol is assigned a value that is never used: "szMenuTitle"
// SurfTimer/commands.sp(1910) : warning 217: loose indentation
// SurfTimer/commands.sp(1911) : warning 217: loose indentation
// SurfTimer/commands.sp(3494) : warning 213: tag mismatch
// SurfTimer/hooks.sp(1018) : error 010: invalid function or declaration
// SurfTimer/sql.sp(863) : warning 204: symbol is assigned a value that is never used: "totalplayers"
// SurfTimer/sql.sp(1020) : warning 204: symbol is assigned a value that is never used: "rank"
// SurfTimer/sql.sp(1019) : warning 204: symbol is assigned a value that is never used: "totalplayers"
// SurfTimer/sql.sp(1183) : warning 203: symbol is never used: "top10"
// SurfTimer/sql.sp(1182) : warning 203: symbol is never used: "wr"
// SurfTimer/sql.sp(9433) : warning 217: loose indentation
// SurfTimer/sql.sp(9434) : warning 217: loose indentation
// SurfTimer/sql.sp(9470) : warning 217: loose indentation
// SurfTimer/sql.sp(9472) : warning 217: loose indentation
// SurfTimer/sql.sp(9567) : warning 203: symbol is never used: "points"
// SurfTimer/draw.sp(100) : warning 203: symbol is never used: "entity"
// SurfTimer.sp(2491) : warning 213: tag mismatch
// SurfTimer.sp(2527) : error 017: undefined symbol "Event_PlayerJump"
// SurfTimer.sp(7118) : warning 204: symbol is assigned a value that is never used: "g_bLoadingWrcpSettings"
//
// 2 Errors.
//
// Compilation Time: 3,89 sec
// ----------------------------------------

@tomtko
Copy link
Owner

tomtko commented Aug 28, 2017

did you remove the entire event? i guess you could do that too but you need to remove it from surftimer.sp line 2527 too, not sure what line 1018 in hooks.sp is now since you removed the event_playerjump

@tomtko
Copy link
Owner

tomtko commented Oct 4, 2017

Removed with version 2.0.1

@tomtko tomtko closed this as completed Oct 4, 2017
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants