Raised This Month: $ Target: $400
 0% 

model plugin help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
AAleaderNik
Member
Join Date: Dec 2005
Old 04-02-2006 , 04:26   model plugin help
Reply With Quote #1

Code:
#include <amxmodx>
#include <cstrike>
#include <amxmisc>

public plugin_init()
{
	register_plugin("Model basis","1.0","AANik")
	register_event("Resethud","resetModel","b")
	return PLUGIN_CONTINUE
}

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

public resetModel(id, level, cid) {
	if (get_user_flags(id) & ADMIN_CFG) {
		new CsTeams:userTeam = cs_get_user_team(id)
		if (userTeam == CS_TEAM_T) {
			cs_set_user_model(id, "arctic")
		}
		else {
			cs_reset_user_model(id)
		}
	}
	return PLUGIN_CONTINUE
}
whats wrong with this that would make it not work supposedly nobody has to dl the model maybe my path is wrong i dont know but i need some help
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 16:30.


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