Raised This Month: $32 Target: $400
 8% 

error 102


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
tommiczek
Junior Member
Join Date: Aug 2019
Old 03-27-2022 , 04:47   error 102
Reply With Quote #1

Hello I wanted to compile this plugin but it says error 102..
Can somebody help me?


Code:
// C:\Users\tomic\Desktop\CS-GO\scripting\include\handles.inc(78) : error 173: 'using' is a newly reserved keyword that may be used in the future; use a different name as an identifier
// C:\Users\tomic\Desktop\CS-GO\scripting\include\functions.inc(114) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\files.inc(91) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\files.inc(108) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\files.inc(112) : warning 213: tag mismatch
// C:\Users\tomic\Desktop\CS-GO\scripting\include\datapack.inc(45) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\keyvalues.inc(55) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\dbi.inc(72) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\dbi.inc(103) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\dbi.inc(273) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\dbi.inc(289) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\dbi.inc(344) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\textparse.inc(137) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\console.inc(436) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\convars.inc(98) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\events.inc(75) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\bitbuffer.inc(38) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\bitbuffer.inc(112) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\protobuf.inc(40) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\menus.inc(156) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\menus.inc(161) : error 148: cannot assign null to a non-nullable type
// C:\Users\tomic\Desktop\CS-GO\scripting\include\menus.inc(240) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\menus.inc(918) : error 148: cannot assign null to a non-nullable type
// C:\Users\tomic\Desktop\CS-GO\scripting\include\adt_array.inc(55) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\adt_trie.inc(39) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\adt_trie.inc(132) : error 102: cannot find methodmap Handle
// C:\Users\tomic\Desktop\CS-GO\scripting\include\adt_stack.inc(38) : error 102: cannot find methodmap Handle
Attached Files
File Type: sp Get Plugin or Get Source (Advanced_Vip.sp - 38 views - 35.4 KB)
tommiczek is offline
Et3rnity
Member
Join Date: Sep 2018
Location: Romania
Old 03-27-2022 , 05:13   Re: error 102
Reply With Quote #2

You can't. You must have all that include file. You can ask the author for them.
__________________
Et3rnity is offline
tommiczek
Junior Member
Join Date: Aug 2019
Old 03-27-2022 , 07:16   Re: error 102
Reply With Quote #3

Quote:
Originally Posted by Et3rnity View Post
You can't. You must have all that include file. You can ask the author for them.
I don't think that authour will give it to me :/
tommiczek is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 03-27-2022 , 08:03   Re: error 102
Reply With Quote #4

Quote:
Originally Posted by Et3rnity View Post
You can't. You must have all that include file. You can ask the author for them.
What? All those files are stock SM includes...

Just make sure you have the "include" folder from the SM package you downloaded. All of those includes should be in the following directory: addons/sourcemod/scripting/include/<.inc files should be in here>
__________________
Psyk0tik is offline
VladimirTk
Senior Member
Join Date: Apr 2021
Location: Perú - Latino América
Old 03-27-2022 , 09:53   Re: error 102
Reply With Quote #5

this can compile

I have sm 1.10

PHP Code:
//SourceMod Batch Compiler
// by the SourceMod Dev Team


//// Advanced_Vip.sp
//
// C:\Program Files (x86)\Steam\steamapps\common\left 4 dead\left4dead\addons\sourcemod\scripting\Advanced_Vip.sp(771) : warning 219: local variable "PlayerMoney" shadows a variable at a preceding level
// C:\Program Files (x86)\Steam\steamapps\common\left 4 dead\left4dead\addons\sourcemod\scripting\Advanced_Vip.sp(823) : warning 219: local variable "PlayerMoney" shadows a variable at a preceding level
// C:\Program Files (x86)\Steam\steamapps\common\left 4 dead\left4dead\addons\sourcemod\scripting\Advanced_Vip.sp(875) : warning 219: local variable "PlayerMoney" shadows a variable at a preceding level
// C:\Program Files (x86)\Steam\steamapps\common\left 4 dead\left4dead\addons\sourcemod\scripting\Advanced_Vip.sp(950) : warning 219: local variable "PlayerMoney" shadows a variable at a preceding level
// Code size:            83236 bytes
// Data size:            23936 bytes
// Stack/heap size:      16384 bytes
// Total requirements:  123556 bytes
//
// 4 Warnings.
//
// Compilation Time: 0.58 sec
// ----------------------------------------

Press enter to exit ... 

Last edited by VladimirTk; 03-27-2022 at 10:06.
VladimirTk is offline
VladimirTk
Senior Member
Join Date: Apr 2021
Location: Perú - Latino América
Old 03-27-2022 , 10:04   Re: error 102
Reply With Quote #6

is this not the same?

https://github.com/Levi2288/Advanced_Vip

has the missing files

Last edited by VladimirTk; 03-27-2022 at 10:05.
VladimirTk is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:08.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode