View Single Post
SoulWeaver16
Senior Member
Join Date: May 2021
Location: Uruguay
Old 03-22-2023 , 18:28   Re: XP + Level + Rank System v2.2
Reply With Quote #125

Quote:
Originally Posted by maxedrom View Post
Hello, there is an error, when i try to compile... i have the laste version of the mod .

Code:
//// cs_rank_system.sma
// C:\Games\Counter-Strike 1.6\cstrike\addons\amxmodx\scripting\cs_rank_system.sma(2) : fatal error 100: cannot read from file: "fvault"
//
// Compilation aborted.
// 1 Error.
// Could not locate output file compiled\cs_rank_system.amx (compile failed).
//
// Compilation Time: 0,08 sec
// ----------------------------------------
some one can help ?
That's because when copying and pasting, the folder is called "Includes" and the folder that is already there is "Include"
However, I pasted it fine but it gave me these errors
Code:
//// cs_rank_system.sma
//
// C:\Program Files (x86)\Steam\steamapps\common\Half-Life\czero\addons\amxmodx\scripting\include\wm_play.inc(38) : error 021: symbol already defined: "client_print_color"
// C:\Program Files (x86)\Steam\steamapps\common\Half-Life\czero\addons\amxmodx\scripting\include\wm_play.inc(38) : error 001: expected token: "=", but found ","
// C:\Program Files (x86)\Steam\steamapps\common\Half-Life\czero\addons\amxmodx\scripting\include\wm_play.inc(38) : error 008: must be a constant expression; assumed zero
// C:\Program Files (x86)\Steam\steamapps\common\Half-Life\czero\addons\amxmodx\scripting\include\wm_play.inc(38) : fatal error 107: too many error messages on one line
//
// Compilation aborted.
// 4 Errors.
// Could not locate output file compiled\cs_rank_system.amx (compile failed).
//
// Compilation Time: 0,45 sec
// ----------------------------------------
__________________
Extended Arm Weapon Skin v2.1 {16/Apr/23}
(Detect which class is and associate it with the corresponding arms)
SideWeapons v0.2 {01/Sep/22}
(New version of Back Weapons v1.87)

SoulWeaver16 is offline