Raised This Month: $ Target: $400
 0% 

Models doesn`t work :\


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
r0ck
Senior Member
Join Date: Jun 2011
Location: India
Old 07-27-2011 , 08:34   Re: Models doesn`t work :\
Reply With Quote #4

PHP Code:
#include <amxmodx> 
#include <amxmisc> 
#include <cstrike> 
#include <core> 
#include <fun> 
#include <hamsandwich> 

#define PLUGIN "New Plug-In" 
#define VERSION "1.0" 
#define AUTHOR "Stefan" 

public plugin_precache() 

    
precache_model"models/player/te_skin/te_skin.mdl" 
    
precache_model"models/player/rambo/rambo.mdl" 

public 
plugin_init() 

    
register_plugin(PLUGINVERSIONAUTHOR
    
register_clcmd("say /rambo""rambo"
    
register_clcmd("say /soad""soad"
    
// Add your code here... 

public 
rambo(id

    
cs_set_user_model(id"rambo"

public 
soad(id)

    
cs_set_user_model(id"te_skin")  

Keep rambo model in player/rambo/rambo.mdl"
and Keep te_skin model in player/te_skin/te_skin.mdl"
__________________
Preparing to release my plugins..
r0ck 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 01:11.


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