Raised This Month: $ Target: $400
 0% 

Simple but It's not working


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
hleV
Veteran Member
Join Date: Mar 2007
Location: Lithuania
Old 12-04-2010 , 20:14   Re: Simple but It's not working
Reply With Quote #2

Put uuck.mdl in models/player/uuck folder.
Code:
#include <amxmodx> #include <cstrike>   public plugin_precache()         precache_model("models/player/uuck/uuck.mdl");   public plugin_init()         register_clcmd("say /asd", "asd");   public asd(client)         cs_set_user_model(client, "uuck");
__________________
hleV 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 11:25.


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