Raised This Month: $ Target: $400
 0% 

gun skins plz help!!!!!!!!!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
cdoldschool
Junior Member
Join Date: Aug 2005
Location: california
Old 08-07-2005 , 02:46   gun skins plz help!!!!!!!!!
Reply With Quote #1

doese anyone know how to put custom gun skins on a server? i really need help.
cdoldschool is offline
Send a message via AIM to cdoldschool Send a message via MSN to cdoldschool
Aoki Takayama
Member
Join Date: May 2005
Old 08-18-2005 , 20:01  
Reply With Quote #2

I do....
Aoki Takayama is offline
Send a message via AIM to Aoki Takayama Send a message via MSN to Aoki Takayama Send a message via Yahoo to Aoki Takayama
[]D [] []v[] []D
Member
Join Date: Jul 2005
Old 08-18-2005 , 20:21  
Reply With Quote #3

I need to no to
[]D [] []v[] []D is offline
Send a message via ICQ to []D [] []v[] []D
cdoldschool
Junior Member
Join Date: Aug 2005
Location: california
Old 09-02-2005 , 23:25  
Reply With Quote #4

her is the code but u have to put you things in it ok /*
* Knife Model Changer v1.0
* Created by Dontask-jello
* Assissted by Don Juan-jello
* HTTP://www.jello-net.com
* For AMXX 1.0
* 3/14/2005
*============================================ ===============================
* Description:
* This plugin will change the gun model on your server from
* the default one to the chucky model.
*============================================ ===============================
* Cvars:
* ck_on <1|0> : Enables/Disables all plugin functionality.
*
*
*/
#include <amxmodx>
#include <engine>
#include <amxmisc>
public plugin_init()
{
// Plugin Info
register_plugin("Gun Model Change","1.0","Dontask-jello")
register_event("CurWeapon", "weaponChange", "be", "1=1")
register_cvar("ck_on", "1")
return PLUGIN_CONTINUE
}
public plugin_precache()
{
precache_model("models/darthmaul_knife.mdl")
precache_model("models/darthmaul_p_knife.mdl")
return PLUGIN_CONTINUE
}
public weaponChange(id)
if (get_cvar_num("ck_on"))
{
new clip, ammo, wpnid = get_user_weapon(id,clip,ammo)
if (wpnid == CSW_KNIFE) {
entity_set_string(id, EV_SZ_viewmodel, "models/darthmaul_knife.mdl")
entity_set_string(id, EV_SZ_weaponmodel, "models/darthmaul_p_knife.mdl")
}
}
cdoldschool is offline
Send a message via AIM to cdoldschool Send a message via MSN to cdoldschool
Aoki Takayama
Member
Join Date: May 2005
Old 09-10-2005 , 11:07  
Reply With Quote #5

Very nice. But usually I just reskin the model or replace it...
Aoki Takayama is offline
Send a message via AIM to Aoki Takayama Send a message via MSN to Aoki Takayama Send a message via Yahoo to Aoki Takayama
{NM}Jason
AMX Mod X Beta Tester
Join Date: Mar 2004
Location: Texas
Old 09-10-2005 , 13:01  
Reply With Quote #6

Quote:
Originally Posted by Aoki Takayama
Very nice. But usually I just reskin the model or replace it...
yeah but this way players are safe to play on other Server even ones with File Constincy enabled..

but use the one for Mp5 mod works better
i edited it for my own Personal use 8.2.0.39:27015 check it out the Frams and the M4 and the Mp5 are using that plugin
__________________
http://forums.alliedmods.net/showthr...396#post451396
Quote:
Originally Posted by BAILOPAN View Post
Shortly after posting that image, Jason crushed the truck into a ball with his hands, and tossed it over his shoulder.
{NM}Jason is offline
Send a message via ICQ to {NM}Jason Send a message via AIM to {NM}Jason Send a message via MSN to {NM}Jason Send a message via Yahoo to {NM}Jason
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 18:38.


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