Raised This Month: $ Target: $400
 0% 

model change


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
AAleaderNik
Member
Join Date: Dec 2005
Old 02-24-2006 , 16:47   model change
#1

to have my server make everyone see this model like on the uwc3 mod when you turn into that one monster thing that jumps
what am i missing or what wrong here

#include <amxmodx>
#include <engine>
#include <amxmisc>

public plugin_init()
{
register_plugin("Model basis","1.0","AANik")
register_event("Resethud","setplayermodel","b e")
register_cvar("custmodel_on", "1")
return PLUGIN_CONTINUE
}

public plugin_precache()
{
precache_model("models/player/arctic/arctic.mdl")
return PLUGIN_CONTINUE
}

public switchmodel(id)
{
if(get_cvar_num("custmodel_on") == 1) (

switchmodel(id)
)
}
AAleaderNik 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 20:26.


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