Raised This Month: $ Target: $400
 0% 

Models doesn`t work :\


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
RuleBreaker
Senior Member
Join Date: May 2011
Old 07-27-2011 , 06:08   Models doesn`t work :\
Reply With Quote #1

Code:
/* Plugin generated by AMXX-Studio */

#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/model/te_skin.mdl" )
	precache_model( "models/player/model/rambo.mdl" ) //promjeniti model
}
public plugin_init() {
	register_plugin(PLUGIN, VERSION, AUTHOR)
	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") 
}
why they doesn`t work??
RuleBreaker 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