View Single Post
J_Tanzanite
Senior Member
Join Date: Aug 2018
Location: Norway
Old 12-05-2022 , 06:38   Re: [ANY] Little Anti-Cheat
Reply With Quote #479

Quote:
Originally Posted by CryWolf View Post
SM 1.11
First of all don't see the point of this
Code:
lilac.sp(37) : warning 224: user warning: "sourcebanspp.inc" include file not found, banning though SourceBans++ will not work!

lilac.sp(40) : warning 224: user warning: "materialadmin.inc" include file not found, banning through Material-Admin will not work!

lilac.sp(41) : warning 224: user warning: Включаемый файл "materialadmin.inc" не найден, бан через Material-Admin не будет работать!
Secont tought it compiles 1.7.1 version but
PHP Code:
lilac/lilac_string.sp(115) : warning 242: function "event_namechange" should return an explicit value
lilac
/lilac_string.sp(115) : warning 242: function "event_namechange" should return an explicit value
lilac
/lilac_stock.sp(251) : warning 242: function "timer_kick" should return an explicit value
lilac
/lilac_ping.sp(19) : warning 224user warningMessy code!

lilac/lilac_noisemaker.sp(32) : warning 242: function "event_inventoryupdate" should return an explicit value
lilac
/lilac_macro.sp(194) : warning 242: function "timer_decrement_macro" should return an explicit value
lilac
/lilac_convar.sp(19) : warning 224user warningMessy codeConsidering re-writing this entire system.

lilac/lilac_config.sp(456) : warning 242: function "lilac_date_list" should return an explicit value
lilac
/lilac_bhop.sp(153) : warning 242: function "timer_decrement_bhop" should return an explicit value
lilac
/lilac_bhop.sp(153) : warning 242: function "timer_decrement_bhop" should return an explicit value
lilac
/lilac_aimlock.sp(260) : warning 242: function "timer_decrement_aimlock" should return an explicit value
lilac
/lilac_aimlock.sp(260) : warning 242: function "timer_decrement_aimlock" should return an explicit value
lilac
/lilac_aimbot.sp(116) : warning 242: function "timer_check_aimbot" should return an explicit value
lilac
/lilac_aimbot.sp(116) : warning 242: function "timer_check_aimbot" should return an explicit value
lilac
/lilac_aimbot.sp(340) : warning 242: function "timer_decrement_aimbot" should return an explicit value
lilac
/lilac_aimbot.sp(340) : warning 242: function "timer_decrement_aimbot" should return an explicit value
lilac
.sp(34) : warning 224user warning"updater.inc" include file not foundauto update functionality will not work!

lilac.sp(37) : warning 224user warning"sourcebanspp.inc" include file not foundbanning though SourceBans++ will not work!

lilac.sp(40) : warning 224user warning"materialadmin.inc" include file not foundbanning through Material-Admin will not work!

lilac.sp(41) : warning 224user warningВключаемый файл "materialadmin.inc" не найденбан через Material-Admin не будет работать!

lilac.sp(281) : warning 242: function "event_teleported" should return an explicit value
lilac
.sp(297) : warning 242: function "timer_welcome" should return an explicit value
Code size
:         98220 bytes
Data size
:         756320 bytes
Stack
/heap size:      17728 bytes
Total requirements
:  872268 bytes 
Version 1.7.4 same (some errors) but compiles fine
PHP Code:
Code size:         23896 bytes
Data size
:         6776 bytes
Stack
/heap size:      17132 bytes
Total requirements
:   47804 bytes
SourcePawn Compiler 1.11.0.6923
Copyright 
(c1997-2006 ITB CompuPhase
Copyright 
(c2004-2021 AlliedModders LLC

lilac
/lilac_string.sp(115) : warning 242: function "event_namechange" should return an explicit value
lilac
/lilac_string.sp(115) : warning 242: function "event_namechange" should return an explicit value
lilac
/lilac_stock.sp(307) : warning 242: function "timer_kick" should return an explicit value
lilac
/lilac_ping.sp(19) : warning 224user warningMessy code!

lilac/lilac_noisemaker.sp(37) : warning 242: function "event_inventoryupdate" should return an explicit value
lilac
/lilac_macro.sp(194) : warning 242: function "timer_decrement_macro" should return an explicit value
lilac
/lilac_convar.sp(19) : warning 224user warningMessy codeConsidering re-writing this entire system.

lilac/lilac_config.sp(481) : warning 242: function "lilac_date_list" should return an explicit value
lilac
/lilac_bhop.sp(161) : warning 242: function "timer_decrement_bhop" should return an explicit value
lilac
/lilac_bhop.sp(161) : warning 242: function "timer_decrement_bhop" should return an explicit value
lilac
/lilac_aimlock.sp(262) : warning 242: function "timer_decrement_aimlock" should return an explicit value
lilac
/lilac_aimlock.sp(262) : warning 242: function "timer_decrement_aimlock" should return an explicit value
lilac
/lilac_aimbot.sp(143) : warning 242: function "timer_check_aimbot" should return an explicit value
lilac
/lilac_aimbot.sp(143) : warning 242: function "timer_check_aimbot" should return an explicit value
lilac
/lilac_aimbot.sp(371) : warning 242: function "timer_decrement_aimbot" should return an explicit value
lilac
/lilac_aimbot.sp(371) : warning 242: function "timer_decrement_aimbot" should return an explicit value
lilac
.sp(282) : warning 242: function "event_teleported" should return an explicit value
lilac
.sp(298) : warning 242: function "timer_welcome" should return an explicit value
Code size
:         112736 bytes
Data size
:         759236 bytes
Stack
/heap size:      49092 bytes
Total requirements
:  921064 bytes 
These are not errors, but warnings; and were fixed 20 hours ago.
Just redownload the latest source for 1.7.4 and you'll be fine.

Also, in version 1.7.4 I made it so you don't need the include files for SB++, SB, MA or the updater plugin. That's why you don't see include warnings for them. I also removed user warnings 20 hours ago because people mistake them for errors or problems.
J_Tanzanite is offline