Raised This Month: $ Target: $400
 0% 

Model Changing in DoD


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Jordan
Veteran Member
Join Date: Aug 2005
Old 12-18-2005 , 11:36  
Reply With Quote #9

entity_set_model????????????????????

You probably just could do this:

Code:
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #include <engine> #define PLUGIN "Admin Model" #define VERSION "1.0" #define AUTHOR "Zor" public plugin_init() {     register_plugin("Admin Model", "1.0", "Zor") } public plugin_precache()     precache_model("models/player.mdl") public client_putinserver(id){     new entid     if(is_user_admin(id))     entity_set_model(entid, "models/player.mdl")     return PLUGIN_HANDLED }

Why can't you do this?
Jordan 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 07:07.


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