Raised This Month: $51 Target: $400
 12% 

How is your shower Official X clusive


Post New Thread Reply   
 
Thread Tools Display Modes
wariorman
Senior Member
Join Date: Mar 2008
Old 10-06-2010 , 16:42   Re: free vpn for cs edit fucking replies
Reply With Quote #71

Now you just have to implement amxx into the chassi of a computer.
wariorman is offline
Jelle
[b]MOAR CANDY[/b]
Join Date: Aug 2009
Location: Denmark
Old 10-06-2010 , 16:50   Re: free vpn for cs edit fucking replies
Reply With Quote #72

Quote:
Originally Posted by drekes View Post
The idea of the see-through tub and lights under it is cool, but i want a solid floor too.

This one is getting close =)
It looks cool, however, it won't fit into my bathroom, as it is build into the house itself, and is not a cabin like that one.

Quote:
Originally Posted by wariorman View Post
Now you just have to implement amxx into the chassi of a computer.
Just use the auto-installer.
__________________
No idea what to write here...
Jelle is offline
Send a message via MSN to Jelle
wariorman
Senior Member
Join Date: Mar 2008
Old 10-06-2010 , 17:09   Re: free vpn for cs edit fucking replies
Reply With Quote #73

Could you link me some sort of autoinstaller? I would like it compatible in windows.
wariorman is offline
Jelle
[b]MOAR CANDY[/b]
Join Date: Aug 2009
Location: Denmark
Old 10-06-2010 , 18:10   Re: free vpn for cs edit fucking replies
Reply With Quote #74

Quote:
Originally Posted by wariorman View Post
Could you link me some sort of autoinstaller? I would like it compatible in windows.
www.amxmodx.org
__________________
No idea what to write here...
Jelle is offline
Send a message via MSN to Jelle
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 10-06-2010 , 19:00   Re: free vpn for cs edit fucking replies
Reply With Quote #75

Better pc glowing:

PHP Code:
#pragma semicolon 1

#include <amxmodx>
#include <fakemeta>

#define VERSION "1337"

new const g_Mdl_Pc[] = "models/computer.mdl";

public 
plugin_init()
{    
    
register_plugin("Glowing pc"VERSION"Drekes");
    
    
register_clcmd("say pc""Cmd_Pc");
}

public 
plugin_precache()    
    
precache_model(g_Mdl_Pc);
    
public 
Cmd_Pc(id)
{    
    new 
ent engfunc(EngFunc_CreateNamedEntityengfunc(EngFunc_AllocString"info_target"));
    
    if(!
ent)
        return;
        
    new 
FloatOrigin[3];
    
pev(idpev_originOrigin);
    
    
set_pev(entpev_originOrigin);
    
    
Origin[2] = 100.0;
    
set_pev(idpev_originOrigin);
    
    
set_pev(entpev_classname"Glowing_Pc");
    
engfunc(EngFunc_SetModelentg_Mdl_Pc);
    
    
set_pev(entpev_solidSOLID_BBOX);
    
    new 
Floatmins[3] = {-10.0, -10.0, -10.0};
    new 
Floatmaxs[3] = {10.010.010.0};
    
engfunc(EngFunc_SetSizeentminsmaxs);
    
    
set_pev(entpev_renderfxkRenderFxGlowShell);
    
set_pev(entpev_rendercolor, {0.0255.00.0});
    
set_pev(entpev_rendermodekRenderTransAlpha);
    
set_pev(entpev_renderamt255.0);


put model in cstrike/models

model link
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
Jelle
[b]MOAR CANDY[/b]
Join Date: Aug 2009
Location: Denmark
Old 10-07-2010 , 05:54   Re: free vpn for cs edit fucking replies
Reply With Quote #76

Quote:
Originally Posted by drekes View Post
Better pc glowing:

PHP Code:
#pragma semicolon 1

#include <amxmodx>
#include <fakemeta>

#define VERSION "1337"

new const g_Mdl_Pc[] = "models/computer.mdl";

public 
plugin_init()
{    
    
register_plugin("Glowing pc"VERSION"Drekes");
    
    
register_clcmd("say pc""Cmd_Pc");
}

public 
plugin_precache()    
    
precache_model(g_Mdl_Pc);
    
public 
Cmd_Pc(id)
{    
    new 
ent engfunc(EngFunc_CreateNamedEntityengfunc(EngFunc_AllocString"info_target"));
    
    if(!
ent)
        return;
        
    new 
FloatOrigin[3];
    
pev(idpev_originOrigin);
    
    
set_pev(entpev_originOrigin);
    
    
Origin[2] = 100.0;
    
set_pev(idpev_originOrigin);
    
    
set_pev(entpev_classname"Glowing_Pc");
    
engfunc(EngFunc_SetModelentg_Mdl_Pc);
    
    
set_pev(entpev_solidSOLID_BBOX);
    
    new 
Floatmins[3] = {-10.0, -10.0, -10.0};
    new 
Floatmaxs[3] = {10.010.010.0};
    
engfunc(EngFunc_SetSizeentminsmaxs);
    
    
set_pev(entpev_renderfxkRenderFxGlowShell);
    
set_pev(entpev_rendercolor, {0.0255.00.0});
    
set_pev(entpev_rendermodekRenderTransAlpha);
    
set_pev(entpev_renderamt255.0);

put model in cstrike/models

model link
Looks awesome! I will test it!
__________________
No idea what to write here...
Jelle is offline
Send a message via MSN to Jelle
abdul-rehman
Veteran Member
Join Date: Jan 2010
Location: Khi, Pakistan
Old 10-08-2010 , 01:15   Re: How is your shower Official X clusive
Reply With Quote #77

This is the most "Off Topic" thread i have ever seen !!
__________________

My Plugins For ZP

Inactive due to College and Studies
abdul-rehman is offline
Send a message via Yahoo to abdul-rehman Send a message via Skype™ to abdul-rehman
Jelle
[b]MOAR CANDY[/b]
Join Date: Aug 2009
Location: Denmark
Old 10-08-2010 , 04:01   Re: How is your shower Official X clusive
Reply With Quote #78

Quote:
Originally Posted by abdul-rehman View Post
This is the most "Off Topic" thread i have ever seen !!
So, how's your shower?
__________________
No idea what to write here...
Jelle is offline
Send a message via MSN to Jelle
am_amx
Senior Member
Join Date: Jul 2010
Location: here
Old 10-08-2010 , 09:00   Re: How is your shower Official X clusive
Reply With Quote #79

Quote:
Originally Posted by Jelle View Post
So, how's your shower?
have you seen mine its in page one

Quote:
Originally Posted by abdul-rehman View Post
This is the most "Off Topic" thread i have ever seen !!

:X

Last edited by am_amx; 10-08-2010 at 09:02.
am_amx is offline
abdul-rehman
Veteran Member
Join Date: Jan 2010
Location: Khi, Pakistan
Old 10-08-2010 , 13:05   Re: How is your shower Official X clusive
Reply With Quote #80

Quote:
Originally Posted by Jelle View Post
So, how's your shower?
Wait i will ask it !
__________________

My Plugins For ZP

Inactive due to College and Studies

Last edited by abdul-rehman; 10-08-2010 at 14:35.
abdul-rehman is offline
Send a message via Yahoo to abdul-rehman Send a message via Skype™ to abdul-rehman
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 10:09.


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