Search found 33 matches

by TheWhitesmith
6 years ago
Forum: Trash
Topic: Fixed Save & Load Functions for Level System
Replies: 11
Views: 15692

Re: Fixed Save & Load Functions for Level System

Jack GamePlay wrote: 6 years ago Do you save levels in a file & XP in anther file?
Yeah I do, I've seen many advanced coders use it and I'm convinced it makes things more stable.
by TheWhitesmith
6 years ago
Forum: Technical Support
Topic: Unknown Error
Replies: 3
Views: 4479

Unknown Error

is there any way I can track this error? OGP_HOME_000000012_startup_scr.sh : ligne 2 : 6893 Erreur de segmentation taskset -c 0 ./hlds_run -game cstrike -pidfile ogp_game_startup.pid +map ze_amazonas_beta +ip 37.59.86.13 +port 27115 +maxplayers 32 -norestart Server 'taskset -c 0 ./hlds_run -game cst...
by TheWhitesmith
6 years ago
Forum: Trash
Topic: Fixed Save & Load Functions for Level System
Replies: 11
Views: 15692

Re: Fixed Save & Load Functions for Level System

First of all, I'm not saving Max XP. I'm also saving in 2 different vaults.

Code: Select all

g_szVaultLevel = nvault_open("Level_Vault") 
g_szVaultXP = nvault_open("XP_Vault")
I dont know why this works very well, but it does.
by TheWhitesmith
6 years ago
Forum: Trash
Topic: Fixed Save & Load Functions for Level System
Replies: 11
Views: 15692

Re: Fixed Save & Load Functions for Level System

Also I've been using this syntax for every plugin I've made (basically JailBreak Shop) and I've never found Problems using it! But If you could find a better way to save I'll definitely start using it.
by TheWhitesmith
6 years ago
Forum: Trash
Topic: Fixed Save & Load Functions for Level System
Replies: 11
Views: 15692

Re: Fixed Save & Load Functions for Level System

I actually used the same syntax a known FFA server used to save XP/Level for its users. It's been more than a Year (even more) and I still have my own level. So I requested the plugin in .amxx format and I decompiled it successfully.
by TheWhitesmith
6 years ago
Forum: Trash
Topic: Fixed Save & Load Functions for Level System
Replies: 11
Views: 15692

Re: Fixed Save & Load Functions for Level System

That's the Levels, you mean Escape Coins? Maybe I didnt understand your request.
by TheWhitesmith
6 years ago
Forum: Trash
Topic: Fixed Save & Load Functions for Level System
Replies: 11
Views: 15692

Fixed Save & Load Functions for Level System

Well, this is a temporary (if not permanent, as I never lost data) solution to the reset of Levels & Coins. This is the procedure (This one is for Levels System, same can be applied to Coins System) Can't provide the whole source because I've modified alot in the code which may affect your gamep...
by TheWhitesmith
6 years ago
Forum: Scripting Help
Topic: Save Level By Name
Replies: 2
Views: 3709

Re: Save Level By Name

There is alot of known SteamID Changers, so one could easily get to other's Escape Coins and waste them or anything like this. It is better to save using Names, (I dont know if NoSteam is allowed here, but what you provided is enough for Steam Servers) Also I didnt notice "native is_char_mb(ch)...
by TheWhitesmith
6 years ago
Forum: Scripting Help
Topic: Save Level By Name
Replies: 2
Views: 3709

Save Level By Name

So this is my version of the "ze_level_system", instead of giving priority to STEAM_ID it saves the values directly under the user Name. I recommend using a Register System (google it!) with this so you can protect the user's privacy #include <zombie_escape> #include <fvault> // Defines #d...
by TheWhitesmith
6 years ago
Forum: Technical Support
Topic: Server Online but shows as Offline for others
Replies: 5
Views: 6967

Re: Server Online but shows as Offline for others

oh okay I realised it was a problem with the port (27016), I've used the Full Pack on another VPS and it worked :) thank you
by TheWhitesmith
6 years ago
Forum: Public Requests
Topic: ban plugin
Replies: 3
Views: 4218

Re: ban plugin

Advanced bans is kind of "Advanced" for users that are not familiarized with AMXX, i'd rather suggest "Ultimate Bans" as it's easy and powerful at the same time!
by TheWhitesmith
6 years ago
Forum: Technical Support
Topic: Server Online but shows as Offline for others
Replies: 5
Views: 6967

Re: Server Online but shows as Offline for others

I just reinstalled HLDS and put reHLDS in it, those people that couldnt see the server (server is not responding) can see it now. I think the problem comes from reunion but I'm really not sure, because I removed amxx module from metamod list and the problem still occurs. I'm using now dproto with re...
by TheWhitesmith
6 years ago
Forum: Technical Support
Topic: Server Online but shows as Offline for others
Replies: 5
Views: 6967

Server Online but shows as Offline for others

I'd like to get some help, I downloaded and unzipped the linux package and putted it on my Server. Now when someone adds my ip in his favorites, it wont show and if he types connect ip, it doesnt work. Notice that for some, it do work (including me) but others do not I'd like someone to help me if h...