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

Problem with compilation zephyrus store


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Grafitosky
Member
Join Date: Jul 2020
Old 12-01-2020 , 10:56   Problem with compilation zephyrus store
Reply With Quote #1

I can't compile a .sp zephyrus store, even if nothing changes in it
after editing, I have the same errors

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


//// store.sp
//
// D:\kompilator\include\store.inc(24) : error 050: constant 'szName' already defined
// D:\kompilator\include\store.inc(55) : error 050: constant 'iId' already defined
// D:\kompilator\include\store.inc(78) : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Enum_Structs
// D:\kompilator\include\store.inc(79) : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Enum_Structs
// D:\kompilator\include\store.inc(82) : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Enum_Structs
// D:\kompilator\include\zephstocks.inc(45) : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Enum_Structs
// D:\kompilator\include\zephstocks.inc(297) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId
//
//
// D:\kompilator\include\zephstocks.inc(298) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId
//
//
// D:\kompilator\include\zephstocks.inc(1128) : warning 204: symbol is assigned a value that is never used: "m_unModelPrecacheMax"
// D:\kompilator\include\zephstocks.inc(1169) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId
//
//
// D:\kompilator\store.sp(46) : error 050: constant 'iId' already defined
// D:\kompilator\store.sp(65) : error 050: constant 'hPlugin' already defined
// D:\kompilator\store.sp(111) : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Enum_Structs
// D:\kompilator\store.sp(112) : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Enum_Structs
// D:\kompilator\store.sp(113) : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Enum_Structs
// D:\kompilator\store.sp(114) : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Enum_Structs
// D:\kompilator\store.sp(115) : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Enum_Structs
// D:\kompilator\store.sp(116) : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Enum_Structs
// D:\kompilator\include\store/hats.sp(29) : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Enum_Structs
// D:\kompilator\include\store/playerskins.sp(16) : error 050: constant 'szModel' already defined
// D:\kompilator\include\store/playerskins.sp(24) : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Enum_Structs
// D:\kompilator\include\store/trails.sp(24) : error 050: constant 'iSlot' already defined
// D:\kompilator\include\store/trails.sp(27) : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Enum_Structs
// D:\kompilator\include\store/trails.sp(94) : error 032: array index out of bounds (variable "g_eTrails")
// D:\kompilator\include\store/trails.sp(110) : error 032: array index out of bounds (variable "g_eTrails")
// D:\kompilator\include\store/trails.sp(116) : error 032: array index out of bounds (variable "g_eTrails")
// D:\kompilator\include\store/trails.sp(165) : error 032: array index out of bounds (variable "g_eTrails")
// D:\kompilator\include\store/trails.sp(211) : error 032: array index out of bounds (variable "g_eTrails")
// D:\kompilator\include\store/grenskins.sp(15) : error 050: constant 'szModel' already defined
// D:\kompilator\include\store/grenskins.sp(21) : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Enum_Structs
// D:\kompilator\include\store/grenskins.sp(73) : error 032: array index out of bounds (variable "g_eGrenadeSkins")
// D:\kompilator\include\store/grenskins.sp(85) : error 032: array index out of bounds (variable "g_eGrenadeSkins")
// D:\kompilator\include\store/grenskins.sp(90) : error 032: array index out of bounds (variable "g_eGrenadeSkins")
// D:\kompilator\include\store/grentrails.sp(13) : error 050: constant 'szMaterial' already defined
// D:\kompilator\include\store/grentrails.sp(22) : warning 241: Array-based enum structs will be removed in 1.11. See https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Enum_Structs
// D:\kompilator\include\store/grentrails.sp(65) : error 001: expected token: ",", but found "["
// D:\kompilator\include\store/grentrails.sp(65) : error 029: invalid expression, assumed zero
// D:\kompilator\include\store/grentrails.sp(65) : warning 215: expression has no effect
// D:\kompilator\include\store/grentrails.sp(65) : error 001: expected token: ";", but found "]"
// D:\kompilator\include\store/grentrails.sp(65) : fatal error 190: too many error messages on one line
//
// Compilation aborted.
// 20 Errors.
//
// Compilation Time: 0,64 sec
// ----------------------------------------

Press enter to exit ...
Grafitosky is offline
GsiX
gee, six eggs
Join Date: Aug 2012
Location: Land Below The Wind
Old 12-01-2020 , 11:15   Re: Problem with compilation zephyrus store
Reply With Quote #2

I am amaze you exist everywhere.

There is a version already compiled. Link below.

https://github.com/dvarnai/store-plu...ag/v1.1-public

If you really want to compile try sm 1.10
.
__________________
If i happen to insulted you unintentionally,
it was me and Google Translate who did it.
GsiX is offline
Grafitosky
Member
Join Date: Jul 2020
Old 12-01-2020 , 17:41   Re: Problem with compilation zephyrus store
Reply With Quote #3

Quote:
Originally Posted by GsiX View Post
I am amaze you exist everywhere.

There is a version already compiled. Link below.

https://github.com/dvarnai/store-plu...ag/v1.1-public

If you really want to compile try sm 1.10
.
i need edit this plugin, and my version of compilator is 1.10
how i can fix that?
Grafitosky is offline
Cruze
Veteran Member
Join Date: May 2017
Old 12-04-2020 , 12:39   Re: Problem with compilation zephyrus store
Reply With Quote #4

It will only compile with SM 1.9 or below
__________________
Taking paid private requests! Contact me
Cruze is offline
Reply


Thread Tools
Display Modes

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 04:34.


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