AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   admin_push() (https://forums.alliedmods.net/showthread.php?t=96070)

zimis 06-30-2009 11:56

admin_push()
 
how much admin_push() can handle? i mean what are it's limtis, if i need to push like 1000 players to amx memory will it be ok? :|

TheRadiance 06-30-2009 12:16

Re: admin_push()
 
I have more than 20000 players in db and it works without any problems.

|PJ| Shorty 06-30-2009 12:40

Re: admin_push()
 
20000 admins?? wtf... :wink:

donīt know if there is a limit. i think not

TheRadiance 06-30-2009 12:43

Re: admin_push()
 
Quote:

20000 admins?? wtf...

Sorry, not admins - users :)

hleV 06-30-2009 13:59

Re: admin_push()
 
Quote:

Originally Posted by |PJ| Shorty (Post 860910)
20000 admins?? wtf... :wink:

Why not? :D
PHP Code:

#include <amxmodx>
 
public client_authorized(id)
{
        if (
is_user_admin(id))
                return;

        new 
name[32];
        
get_user_name(idname31);
 
        
server_cmd("amx_addadmin ^"%s^" a ^"^" steamid"name);



xPaw 06-30-2009 14:07

Re: admin_push()
 
Gonna use it :mrgreen: -karma!

hleV 06-30-2009 17:14

Re: admin_push()
 
Why am I always getting grey karma? Or does it show grey one even if it's positive or negative?

xPaw 06-30-2009 17:15

Re: admin_push()
 
spk barney/dontaskme

DruGzOG 06-30-2009 19:08

Re: admin_push()
 
I dont know either but it seems like negative or positive karma becomes grey


All times are GMT -4. The time now is 15:39.

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