Raised This Month: $ Target: $400
 0% 

adding a ini file in a plugin


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
wonsae
Senior Member
Join Date: Jan 2006
Location: Behind you >:D
Old 03-11-2006 , 12:09   adding a ini file in a plugin
Reply With Quote #1

hi how would i add a ini file for models in this plugin

Code:
#include <amxmodx> #include <amxmisc> #define PLUGIN "Clothesmod" #define VERSION "1.0" #define AUTHOR "won" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)     } public plugin_precache() {     precache_model("models/player/collector-civilian") } public client_connect(id) {     client_cmd(id,"model collector-civ") } public client_infochanged(id){     get_user_info(id,"model","newmodel")     engclient_cmd(id,"model","oldmodel");     client_print(id,print_chat,"[Clothesmod] You may not change clothes that way.") }
wonsae 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 20:27.


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