This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Radio Gag System


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
bigdaddy424
Senior Member
Join Date: Oct 2021
Location: Jupiter
Old 04-28-2024 , 22:46   Re: Radio Gag System
Reply With Quote #10

Quote:
Originally Posted by CT_Spawn View Post


image link
You get this picture. Don't deny it, I saw it myself, my friend
that activity only happens when running a non steam server
Quote:
Originally Posted by CT_Spawn View Post
32*32*4=4096 .....(1)
+
39*32*4=4992 ....(2)

(1) + (2) = 9088 Bytes
************************
24 * 60 = 1440 minutes

map time = 10 minutes
1440/10 ======> have 144 map in one day
so
9088 * 144 = 1308672 Bytes = 1.25 mb in one day

so
1.25 * 30 = 37.5 mb in 1 month

so
37.5*12=450 mb

This is just what we calculated on my plugin

So what if we count the other plugins?
Also, the system and the server software, we assume that they both carry 750 MB without taking into account additional other plugins, and I add only my 450 MB program to them.

That means the total is 1.2 GB
Imagine that the server only has 1 GB of RAM


It's strange to see a programmer bragging about memory loss like you

Didn't you study web programming and learn from it that you should do your best to reduce the volume, even if it is small?
im not sure what you mean about these numbers but youre taking it on extreme levels. my lazy calculations were made using nvault_set on a loop 30000 times and the result came to about 1.5mb
PHP Code:
#include <amxmodx>
#include <nvault>

public plugin_init()
{
    new 
k[MAX_NAME_LENGTH], nvault_open("v")
    for (new 
030000i++)
    {
        for (new 
0MAX_NAME_LENGTHj++)
            
k[j] = random_num(97122)
        
nvault_set(vkNULL_STRING)
        
server_print "%d[%s]"ik
    
}
    
nvault_close(v)

we're going against all odds when we assume banning 30'000 players. daily player base of counter-strike peaks around 15'000 and majority are players who play everyday https://steamdb.info/app/10/charts/
ive been mining steam ids using nvault to save certain values and this has been going on from around 3 years and ive accumulated around 7000 unique players. this includes players who connected to the server by mistake, players having multiple accounts and those using family sharing with friends. now do the math
__________________
bigdaddy424 is offline
 



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 01:56.


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