Raised This Month: $ Target: $400
 0% 

Model code ++


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
[X]-RayCat
Senior Member
Join Date: Sep 2006
Old 01-16-2008 , 08:34   Model code ++
Reply With Quote #1

I got this script:
PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <cstrike>
 
new model[] = "models/player/mo.mdl"
 
public plugin_init() {
         
register_plugin("""""");
         
register_clcmd("say /mo","CmdMo"ADMIN_RCON,"...");
}
public 
plugin_precache()
{
         
precache_model(model); 
}
public 
CmdMo(id)
{
         
SetModel(id)
}
public 
SetModel(id)
{
         
cs_set_user_model(id"mo");

The problem is that i want everyone to see my model. Now when people use this command they cant see it, but i can see it. Wheres the problem?

And another question: Is it possible to block round draw messages? ;)

Last edited by [X]-RayCat; 01-16-2008 at 09:05.
[X]-RayCat 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 23:52.


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