AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   2 models for all (https://forums.alliedmods.net/showthread.php?t=65690)

CLLlAgOB 01-14-2008 12:14

2 models for all
 
1 Attachment(s)
This small pugin set for all cl_minmodels 1.
And block cl_minmodels

g0tceak 01-14-2008 17:17

Re: 2 models for all
 
PHP Code:

#include <amxmodx>

public plugin_init()
    {
    
register_plugin("min models for all""1""CLLlAgOB")
    }
    
public 
client_connect(id)
{
    
client_cmd(id"cl_minmodels 1");
    
client_cmd(id" alias cl_minmodels  ");


Wow im amased you cant code go learn from wiki please 1 enables them to have minmodels and search for it next time ;) its here some where.

Pro Patria Finland 01-17-2008 01:47

Re: 2 models for all
 
Quote:

Originally Posted by CLLlAgOB (Post 573893)
This small pugin set for all cl_minmodels 1.
And block cl_minmodels

Isn't this slowhacking? Why yes it is. Besides, I find this rather useless anyhow.

kp_uparrow 01-17-2008 19:40

Re: 2 models for all
 
kind of slowhacking

alias is not allowed to execute by client_cmd(...)


All times are GMT -4. The time now is 17:11.

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