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

Delete time saving?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Krystek.
Member
Join Date: May 2022
Old 05-18-2022 , 16:05   Delete time saving?
Reply With Quote #1

Code:
#include <amxmodx>
#include <amxmisc>
#include <fvault>

new const g_vault_name[] = "popular_maps";

public plugin_init() {
    new mapname[64];
    get_mapname(mapname, sizeof(mapname) - 1);
    
    new info[10];
    fvault_get_data(g_vault_name, mapname, info, sizeof(info) - 1);
    
    num_to_str(str_to_num(info) + 1, info, sizeof(info) - 1);
    
    fvault_set_data(g_vault_name, mapname, info);
}
https://forums.alliedmods.net/showthread.php?t=76453


Can you remove from this time? Because after saving it looks like this
Code:
"de_dust2" "1" 1652903413
Krystek. is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 05-18-2022 , 23:45   Re: Delete time saving?
Reply With Quote #2

Huh, what?
__________________
fysiks is offline
Craxor
Veteran Member
Join Date: Jan 2016
Location: Romania
Old 05-19-2022 , 00:29   Re: Delete time saving?
Reply With Quote #3

You want to remove the info? that number 165..

Please add more Details to what you wanna try to do .
__________________
Project: Among Us
Craxor is offline
Send a message via ICQ to Craxor
Krystek.
Member
Join Date: May 2022
Old 05-19-2022 , 07:59   Re: Delete time saving?
Reply With Quote #4

I've already dealt with removing "1652903413"
Krystek. is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 05-19-2022 , 23:05   Re: Delete time saving?
Reply With Quote #5

Ok, so what is your question then?
__________________
fysiks is offline
Krystek.
Member
Join Date: May 2022
Old 05-20-2022 , 07:07   Re: Delete time saving?
Reply With Quote #6

The question is outdated as I wrote above.
Krystek. is offline
Craxor
Veteran Member
Join Date: Jan 2016
Location: Romania
Old 05-20-2022 , 10:48   Re: Delete time saving?
Reply With Quote #7

Quote:
Originally Posted by Krystek. View Post
The question is outdated as I wrote above.
You solved or what ?

Man , i feel like you are DjEarthQuake 2.0
__________________
Project: Among Us
Craxor is offline
Send a message via ICQ to Craxor
bigdaddy424
Senior Member
Join Date: Oct 2021
Location: Jupiter
Old 05-20-2022 , 22:25   Re: Delete time saving?
Reply With Quote #8

Whats wrong with DjEarthQuake?
__________________
bigdaddy424 is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 05-21-2022 , 06:21   Re: Delete time saving?
Reply With Quote #9

Quote:
Originally Posted by bigdaddy424 View Post
Whats wrong with DjEarthQuake?
He failed to select all images containing a bicycle.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Craxor
Veteran Member
Join Date: Jan 2016
Location: Romania
Old 05-21-2022 , 15:54   Re: Delete time saving?
Reply With Quote #10

Quote:
Originally Posted by OciXCrom View Post
He failed to select all images containing a bicycle.
He could have done that , but he forgot to check if user is connected . No worry , he will never repeat this mistake .
__________________
Project: Among Us
Craxor is offline
Send a message via ICQ to Craxor
Reply



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:43.


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