Raised This Month: $ Target: $400
 0% 

- Stickman Mod -


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
broertje
Senior Member
Join Date: Mar 2005
Old 11-01-2005 , 17:26   - Stickman Mod -
Reply With Quote #1

I did this small plugin,it works,it just changes your model,gravity,hp,ap
Code:
#include <amxmodx> #include <amxmisc> #include <cstrike> #include <fun> #define PLUGIN "StickMan mod" #define VERSION "1.0" #define AUTHOR "Broertje" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)     register_event("ResetHUD", "resetModel", "b") } public  plugin_precache()       {     precache_model("models/player/stickman/stickman.mdl")         return PLUGIN_CONTINUE } public resetModel(id, level, cid)       { cs_set_user_model(id, "stickman") set_user_gravity(id, 0.5) set_user_health(id, 150) set_user_armor(id, 175) }
broertje 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:42.


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