Raised This Month: $32 Target: $400
 8% 

Individual Weapon Models


Post New Thread Reply   
 
Thread Tools Display Modes
KadiR
Unnecessary Member
Join Date: Aug 2008
Location: Zürich / Switzerland
Old 08-22-2009 , 06:01   Re: Individual Weapon Models
Reply With Quote #21

oohh, thanks quim =)
KadiR is offline
kobri
Senior Member
Join Date: Oct 2005
Location: Bulgaria
Old 09-19-2009 , 12:05   Re: Individual Weapon Models
Reply With Quote #22

Great idea! Can you please make an option for the change to be available only for users with certain access flags?

P.S. Just tested it, works like a charm, however only for the POV models, any chance for the 3rd person view?
__________________
Founder of the legendary OptiLAN, MANIA and SECTOR.BG Gaming Communities
Providing everyday fun for over 15000 Bulgarian players!

http://about.me/kobri

Last edited by kobri; 09-20-2009 at 11:58.
kobri is offline
Send a message via Skype™ to kobri
Old 12-22-2009, 13:33
KadiR
This message has been deleted by KadiR.
Wasteland
Junior Member
Join Date: Sep 2009
Location: Romania
Old 01-15-2010 , 09:11   Re: Individual Weapon Models
Reply With Quote #23

Uhm...I have done everything when adding the plugin and models but is not working! I mean, I get the default models even is it's set to 1 or 0! Here is my individualWeaponModels.ini
Code:
knife knife_whip
glock 18 glock18_silver
usp usp_silver
p228 p228_silver
m3 m3_silver
xm1014 xm1014_silver
tmp tmp_silver
mac10 mac10_silver
mp5 mp5_silver
ump45 ump45_silver
p90 p90_silver
galil galil_silver
famas famas_silver
ak47 ak47_silver
m4a1 m4a1_silver
aug aug_silver
sg552 sg552_silver
sg550 sg550_silver
g3sg1 g3sg1_silver
scout scout_silver
awp awp_silver
m249 m249_silver
hegrenade hegrenade_silver
Have I done something wrong? P.S.I have a Biohazard Server! Latest version! Please help cause I would love to change the models from my server but don't know how! Tried so many plugins....but still...nothing! PLEASE!


P.S. [ 71] unknown unknown unknown individualWeapo bad load
__________________
[IMG]http://img6.**************/img6/1628/349357101a87097m3.png[/IMG]

Last edited by Wasteland; 01-15-2010 at 10:01. Reason: Updated!
Wasteland is offline
Send a message via Yahoo to Wasteland
crazyeffect
Veteran Member
Join Date: Jul 2008
Location: Belgium
Old 01-15-2010 , 17:24   Re: Individual Weapon Models
Reply With Quote #24

Quote:
knife knife_whip
glock18 glock18_silver
usp usp_silver
p228 p228_silver
m3 m3_silver
xm1014 xm1014_silver
tmp tmp_silver
mac10 mac10_silver
mp5 mp5_silver
ump45 ump45_silver
p90 p90_silver
galil galil_silver
famas famas_silver
ak47 ak47_silver
m4a1 m4a1_silver
aug aug_silver
sg552 sg552_silver
sg550 sg550_silver
g3sg1 g3sg1_silver
scout scout_silver
awp awp_silver
m249 m249_silver
hegrenade hegrenade_silver
You had a space between 'glock' & '18'
__________________
crazyeffect is offline
Send a message via MSN to crazyeffect
ditmesteam
Senior Member
Join Date: Oct 2009
Old 01-16-2010 , 03:35   Re: Individual Weapon Models
Reply With Quote #25

I do not understand.
For example I use orginal v_m4a1, now I have new model m4a1_sliver. I seted G button for drop guns
How can I change orginal m4a1 into new v_m4a1_sliver (Am I right if I press G button). Can I use orginal v_m4a1 gun again?

Last edited by ditmesteam; 01-16-2010 at 03:38.
ditmesteam is offline
Wasteland
Junior Member
Join Date: Sep 2009
Location: Romania
Old 01-16-2010 , 11:24   Re: Individual Weapon Models
Reply With Quote #26

Quote:
Originally Posted by crazyeffect View Post
You had a space between 'glock' & '18'
Ok. But none of the skins work!
__________________
[IMG]http://img6.**************/img6/1628/349357101a87097m3.png[/IMG]
Wasteland is offline
Send a message via Yahoo to Wasteland
crazyeffect
Veteran Member
Join Date: Jul 2008
Location: Belgium
Old 01-16-2010 , 11:41   Re: Individual Weapon Models
Reply With Quote #27

well, that space can fuck everything up
__________________
crazyeffect is offline
Send a message via MSN to crazyeffect
Wasteland
Junior Member
Join Date: Sep 2009
Location: Romania
Old 01-16-2010 , 11:52   Re: Individual Weapon Models
Reply With Quote #28

Nope. Still not working! And i get these 2 errors when I type amx_plugins in the console! [ 72] unknown unknown unknown individualWeapo bad load

( 72) Load fails: Plugin uses an unknown function (name "TrieGetCell") - check your modules.ini.

And my modules.ini looks like this:
Code:
;;;
; To enable a module, remove the semi-colon (;) in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time.  Use      ;;
;;  amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;mysql
;sqlite

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Put third party modules below here.              ;;
;; You can just list their names, without the _amxx ;;
;;  or file extension.                              ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; These modules will be auto-detected and loaded   ;;
;;  as needed.  You do not need to enable them here ;;
;;  unless you have problems.                       ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

fun
;engine
;fakemeta
geoip
;sockets
regex
;nvault
cstrike
csx
hamsandwich
__________________
[IMG]http://img6.**************/img6/1628/349357101a87097m3.png[/IMG]
Wasteland is offline
Send a message via Yahoo to Wasteland
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 01-16-2010 , 16:53   Re: Individual Weapon Models
Reply With Quote #29

Quote:
Originally Posted by Wasteland View Post
Nope. Still not working! And i get these 2 errors when I type amx_plugins in the console! [ 72] unknown unknown unknown individualWeapo bad load

( 72) Load fails: Plugin uses an unknown function (name "TrieGetCell") - check your modules.ini.
Get the latest version of AMXX NAOW!
__________________
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
Wasteland
Junior Member
Join Date: Sep 2009
Location: Romania
Old 01-17-2010 , 00:47   Re: Individual Weapon Models
Reply With Quote #30

Quote:
Originally Posted by DarkGod View Post
Get the latest version of AMXX NAOW!
Uhm...Same errors! Still not working! Even with the latest version of AMXX! Oh well....I will erase the plugin from my server then! Tnx anyways guys! ;) Maybe one day there will be a plugin that will work for me as well! Cheers!
__________________
[IMG]http://img6.**************/img6/1628/349357101a87097m3.png[/IMG]
Wasteland is offline
Send a message via Yahoo to Wasteland
Reply


Thread Tools
Display Modes

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:47.


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