AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   XP + Level + Rank System v2.2 (https://forums.alliedmods.net/showthread.php?t=294867)

maxedrom 04-10-2020 14:57

Re: XP + Level + Rank System v2.2
 
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 ?

OciXCrom 04-10-2020 15:53

Re: XP + Level + Rank System v2.2
 
Quote:

Originally Posted by maxedrom (Post 2692251)
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 ?

You're missing fvault.inc in your scripting/include folder - https://forums.alliedmods.net/showthread.php?t=76453

Why use an unapproved plugin? There's a much better one that does the same job and much more here - https://forums.alliedmods.net/showthread.php?t=308540

thEsp 04-10-2020 15:54

Re: XP + Level + Rank System v2.2
 
Quote:

Originally Posted by maxedrom (Post 2692251)
some one can help ?

The author should've read few more lines of his elementary school English book and AMXX wiki before releasing the plugin, which wasn't unapproved w/o a reason.

On the other hand, you may use OciXCrom's Rank System [XP|Levels|Ranks].

nomi1492 09-09-2020 02:50

Re: XP + Level + Rank System v2.2
 
i cannot gain xp in my server i am admin and running the server

SoulWeaver16 03-22-2023 18:28

Re: XP + Level + Rank System v2.2
 
Quote:

Originally Posted by maxedrom (Post 2692251)
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
// ----------------------------------------



All times are GMT -4. The time now is 00:27.

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