Raised This Month: $51 Target: $400
 12% 

Errors (Store plugin).


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Author Message
SkumTomteN
Veteran Member
Join Date: Oct 2013
Location: Asgard
Old 07-25-2016 , 17:00   Errors (Store plugin).
#1

Why do they release plugins that cant be compiled in latest sourcemod?, doesnt make sense to me.
Always this shit on sourcemod, cant ever be compiled without an error or a warning.

Keep your focus on the ones with the error 001.


HTML Code:
//// store-backend.sp
//
// store-backend.sp(243) : warning 234: symbol "FCVAR_PLUGIN" is marked as deprecated: No logic using this flag ever existed in a released game. It only ever appeared in the first hl2sdk.
//
//
// store-backend.sp(415) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(416) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(430) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(430) : error 001: expected token: ")", but found ";"
// store-backend.sp(432) : error 001: expected token: ";", but found "-identifier-"
// store-backend.sp(543) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(544) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(545) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(574) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(575) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(576) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(582) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(684) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(685) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(740) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(741) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(826) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(827) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(828) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(883) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(884) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(982) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(985) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(986) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(1002) : error 001: expected token: "(", but found "-identifier-"
// store-backend.sp(1003) : error 001: expected token: "(", but found "-identifier-"
//
// Compilation aborted.
// 26 Errors.
//
// Compilation Time: 0,45 sec
// ----------------------------------------

//// store-core.sp
//
// store-core.sp(105) : warning 234: symbol "FCVAR_PLUGIN" is marked as deprecated: No logic using this flag ever existed in a released game. It only ever appeared in the first hl2sdk.
//
//
// store-core.sp(107) : warning 234: symbol "FCVAR_PLUGIN" is marked as deprecated: No logic using this flag ever existed in a released game. It only ever appeared in the first hl2sdk.
//
//
// store-core.sp(200) : error 001: expected token: "(", but found "-identifier-"
// store-core.sp(202) : error 001: expected token: "(", but found "-identifier-"
// store-core.sp(562) : error 001: expected token: "(", but found "-identifier-"
// store-core.sp(576) : error 001: expected token: "(", but found "-identifier-"
// store-core.sp(639) : error 001: expected token: "(", but found "-identifier-"
// store-core.sp(639) : error 001: expected token: ",", but found ";"
//
// 6 Errors.
//
// Compilation Time: 0,23 sec
// ----------------------------------------

//// store-distributor.sp
//
// store-distributor.sp(54) : warning 234: symbol "FCVAR_PLUGIN" is marked as deprecated: No logic using this flag ever existed in a released game. It only ever appeared in the first hl2sdk.
//
//
// store-distributor.sp(85) : error 001: expected token: "(", but found "-identifier-"
// store-distributor.sp(197) : error 001: expected token: "(", but found "-identifier-"
//
// 2 Errors.
//
// Compilation Time: 0,22 sec
// ----------------------------------------

//// store-gifting.sp
//
// store-gifting.sp(9) : fatal error 183: cannot read from file: "smartdm"
//
// Compilation aborted.
// 1 Error.
//
// Compilation Time: 0,08 sec
// ----------------------------------------

//// store-inventory.sp
//
// store-inventory.sp(54) : warning 234: symbol "FCVAR_PLUGIN" is marked as deprecated: No logic using this flag ever existed in a released game. It only ever appeared in the first hl2sdk.
//
//
// store-inventory.sp(97) : error 001: expected token: "(", but found "-identifier-"
// store-inventory.sp(98) : error 001: expected token: "(", but found "-identifier-"
// store-inventory.sp(99) : error 001: expected token: "(", but found "-identifier-"
// store-inventory.sp(120) : error 001: expected token: "(", but found "-identifier-"
// store-inventory.sp(123) : error 001: expected token: "(", but found "-identifier-"
// store-inventory.sp(125) : warning 213: tag mismatch
// store-inventory.sp(474) : error 001: expected token: "(", but found "-identifier-"
// store-inventory.sp(504) : error 001: expected token: "(", but found "-identifier-"
// store-inventory.sp(505) : error 001: expected token: "(", but found "-identifier-"
// store-inventory.sp(568) : error 001: expected token: "(", but found "-identifier-"
// store-inventory.sp(598) : error 001: expected token: "(", but found "-identifier-"
// store-inventory.sp(599) : error 001: expected token: "(", but found "-identifier-"
// store-inventory.sp(684) : error 001: expected token: "(", but found "-identifier-"
// store-inventory.sp(684) : error 001: expected token: ",", but found ";"
// store-inventory.sp(712) : error 001: expected token: "(", but found "-identifier-"
// store-inventory.sp(712) : error 001: expected token: "(", but found "-identifier-"
// store-inventory.sp(712) : error 001: expected token: ",", but found ";"
// store-inventory.sp(712) : fatal error 190: too many error messages on one line
//
// Compilation aborted.
// 17 Errors.
//
// Compilation Time: 0,23 sec
// ----------------------------------------

//// store-loadouts.sp
// Already compiled.
// ----------------------------------------

//// store-logging.sp
//
// store-logging.sp(74) : warning 234: symbol "FCVAR_PLUGIN" is marked as deprecated: No logic using this flag ever existed in a released game. It only ever appeared in the first hl2sdk.
//
//
// store-logging.sp(119) : error 001: expected token: "(", but found "-identifier-"
// store-logging.sp(120) : error 001: expected token: "(", but found "-identifier-"
// store-logging.sp(121) : error 001: expected token: "(", but found "-identifier-"
// store-logging.sp(122) : error 001: expected token: "(", but found "-identifier-"
// store-logging.sp(123) : error 001: expected token: "(", but found "-identifier-"
// store-logging.sp(124) : error 001: expected token: "(", but found "-identifier-"
// store-logging.sp(129) : error 001: expected token: "(", but found "-identifier-"
// store-logging.sp(133) : error 001: expected token: "(", but found "-identifier-"
// store-logging.sp(134) : error 001: expected token: "(", but found "-identifier-"
// store-logging.sp(135) : error 001: expected token: "(", but found "-identifier-"
// store-logging.sp(136) : error 001: expected token: "(", but found "-identifier-"
// store-logging.sp(137) : error 001: expected token: "(", but found "-identifier-"
// store-logging.sp(138) : error 001: expected token: "(", but found "-identifier-"
//
// 13 Errors.
//
// Compilation Time: 0,2 sec
// ----------------------------------------

//// store-refunds.sp
//
// store-refunds.sp(35) : warning 234: symbol "FCVAR_PLUGIN" is marked as deprecated: No logic using this flag ever existed in a released game. It only ever appeared in the first hl2sdk.
//
//
// store-refunds.sp(73) : error 001: expected token: "(", but found "-identifier-"
// store-refunds.sp(74) : error 001: expected token: "(", but found "-identifier-"
// store-refunds.sp(75) : error 001: expected token: "(", but found "-identifier-"
// store-refunds.sp(329) : error 001: expected token: "(", but found "-identifier-"
//
// 4 Errors.
//
// Compilation Time: 0,19 sec
// ----------------------------------------

//// store-shop.sp
//
// store-shop.sp(56) : warning 234: symbol "FCVAR_PLUGIN" is marked as deprecated: No logic using this flag ever existed in a released game. It only ever appeared in the first hl2sdk.
//
//
// store-shop.sp(93) : error 001: expected token: "(", but found "-identifier-"
// store-shop.sp(94) : error 001: expected token: "(", but found "-identifier-"
// store-shop.sp(95) : error 001: expected token: "(", but found "-identifier-"
// store-shop.sp(96) : error 001: expected token: "(", but found "-identifier-"
// store-shop.sp(97) : error 001: expected token: "(", but found "-identifier-"
//
// 5 Errors.
//
// Compilation Time: 0,23 sec
// ----------------------------------------
__________________
Contact: Steam
Videos: Youtube
SkumTomteN is offline
Fyren
FyrenFyrenFyrenFyrenFyren FyrenFyrenFyrenFyrenFyren FyrenFyrenFyrenFyrenFyren FyrenFyrenFyrenFyrenFyren
Join Date: Feb 2106
Old 07-26-2016 , 00:52   Re: Errors (Store plugin).
#2

Why do they post threads with no relevant info on the latest forums? Doesn't make sense to me.
Always this shit on the forums, can't ever have proper context.

Keep your focus on the original post.

Translation:
If you have a problem with a plugin, post in the plugin's thread. If you have a real question, try asking it in a way that someone can answer without being able to read your mind.
Fyren is offline
Closed Thread



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 13:58.


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