This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 99
Search took 0.02 seconds.
Search: Posts Made By: mptijsma
Forum: Unapproved/Old Plugins 09-10-2006, 02:56
Replies: 57
Views: 23,012
Posted By mptijsma
Re: Replace Weapon Models

What do u mean by changing the p_shield model?
The plugin replaces those by default...

format(ShieldWeaponModel,sizeof(ShieldWeaponModel),"%s/p_shield_%s.mdl",ModelDIR,WeaponName);
...
Forum: Approved Plugins 09-09-2006, 10:41
Replies: 44
Views: 35,805
Posted By mptijsma
Re: 'Teamplay Helper'

Sorry, I stopped developing AMXX plugins for CS 1.6.
I moved on to CS:Source.
Forum: Unapproved/Old Plugins 09-09-2006, 10:34
Replies: 57
Views: 23,012
Posted By mptijsma
Re: Replace Weapon Models

That is removed since 1.2, but will re-add that in 1.3.


Yes there is. Will put that on 1.3 request list.

Note that I'm very busy these days, and I don't play CS 1.6 anymore (I play CS:S now...
Forum: Unapproved/Old Plugins 08-23-2006, 01:36
Replies: 38
Views: 12,417
Posted By mptijsma
Re: Replace Player Models

I cannot replace the images, but I can add a model chooser to the plugin, then it will go like this:

Players joins team, choose model, right after that a menu pops up, where the player can choose...
Forum: Unapproved/Old Plugins 08-23-2006, 01:32
Replies: 57
Views: 23,012
Posted By mptijsma
Re: Replace Weapon Models

pwnt indeed :stupid:
Forum: Unapproved/Old Plugins 08-22-2006, 13:30
Replies: 57
Views: 23,012
Posted By mptijsma
Re: Replace Weapon Models

Oh, I missed some months I think :).
Will think about it. I have a really busy schedule :).
Forum: Unapproved/Old Plugins 08-22-2006, 13:14
Replies: 57
Views: 23,012
Posted By mptijsma
Re: Replace Weapon Models

Since gun sounds are triggered/played client side, it is NOT possible to replace them.
Forum: Unapproved/Old Plugins 08-22-2006, 05:50
Replies: 38
Views: 12,417
Posted By mptijsma
Re: Replace Player Models

By making it so that a player can choose of 4 models... you mean they just choose gign (as example) and it get replaces by custom gign?

If so... there is no need for me to adjust the plugin, you...
Forum: Approved Plugins 08-21-2006, 10:01
Replies: 44
Views: 35,805
Posted By mptijsma
Re: 'Teamplay Helper'

Okay, good to know that, I'm just a newbie when it comes to AMXX coding.
Thank you!

Will fix that in all future versions.
Forum: Approved Plugins 08-21-2006, 09:44
Replies: 44
Views: 35,805
Posted By mptijsma
Re: 'Teamplay Helper'

Thank you for your concern, but I am nearly finished with developing the radar function :).
Forum: Unapproved/Old Plugins 08-20-2006, 14:28
Replies: 57
Views: 23,012
Posted By mptijsma
Re: Replace Weapon Models

That is correct, I think this happends because I give the CVAR a default value.

Greetz,

Thijs
Forum: Approved Plugins 08-20-2006, 07:42
Replies: 44
Views: 35,805
Posted By mptijsma
Re: 'Teamplay Helper'

As soon as possible I will update the plugin, but I also have to 'work'.
Forum: Unapproved/Old Plugins 08-20-2006, 06:50
Replies: 38
Views: 12,417
Posted By mptijsma
Re: Replace Player Models

I will make that in the next version.
Forum: Approved Plugins 08-20-2006, 06:44
Replies: 44
Views: 35,805
Posted By mptijsma
Re: 'Teamplay Helper'

I just saw it today :)
Forum: Unapproved/Old Plugins 08-19-2006, 16:38
Replies: 38
Views: 12,417
Posted By mptijsma
Re: Replace Player Models

This plugin also supports replacing player models by Team or by another model name.

- removed this part because it didn't make sense, sorry if I offended you commonbullet -
Forum: Unapproved/Old Plugins 08-19-2006, 15:01
Replies: 38
Views: 12,417
Posted By mptijsma
Re: Replace Player Models

You said your models were at:
/models/player/sp_gign/gign.mdl

You should rename it to:
/models/player/sp_gign/sp_gign.mdl
Forum: Unapproved/Old Plugins 08-19-2006, 14:57
Replies: 38
Views: 12,417
Posted By mptijsma
Re: Replace Player Models

Yes, put that in the config file in AMXX's configdir (without the quotes) and you should be okay. :)
Forum: Unapproved/Old Plugins 08-19-2006, 14:15
Replies: 38
Views: 12,417
Posted By mptijsma
Re: Replace Player Models

Change your bsp_replace_playermodels.ini to:
gign sp_gign

Also, change the path to the models (rename the files) to:
models/player/sp_gign/sp_gign.mdl

That's it. :)
Forum: Unapproved/Old Plugins 08-19-2006, 13:55
Replies: 38
Views: 12,417
Posted By mptijsma
Re: Replace Player Models

As for the 'general rules' of syntax explanation formatting, <variable> means you should replace the whole thing with your variable. and [variable] means it's an optional variable.

And BY THE WAY...
Forum: Unapproved/Old Plugins 08-19-2006, 10:25
Replies: 38
Views: 12,417
Posted By mptijsma
Re: Replace Player Models

Basically... yes. It replaces the model that is 'assigned' to the player.

You can change the model by giving another model name, or Steam ID, or team name "CT" or "T" (without quotes).
Forum: Approved Plugins 08-18-2006, 10:43
Replies: 44
Views: 35,805
Posted By mptijsma
Re: 'Teamplay Helper'

Well... to be honest... I don't follow CS:S updates...
Forum: Approved Plugins 08-18-2006, 10:18
Replies: 44
Views: 35,805
Posted By mptijsma
Re: 'Teamplay Helper'

This plugin manages (controls) the player radio... meaning it would automatically use it when eg you spot an enemy or get hurt and need backup :).

Hope you understand it better now.
Forum: Approved Plugins 08-18-2006, 07:46
Replies: 44
Views: 35,805
Posted By mptijsma
Re: 'Teamplay Helper'

That's why that function is in the [TODO] listing... meaning I still have to make that function.


It does not ONLY work at the first spotting, I just made it so nobody on your team can call the...
Forum: Unapproved/Old Plugins 08-17-2006, 13:17
Replies: 57
Views: 23,012
Posted By mptijsma
Re: Replace Weapon Models

I know... but it was also trashed many times... for many reasons.

One of those reasons was that the model paths were hardcoded in it.

This is the first dynamical weapon model replacer as for as...
Forum: Unapproved/Old Plugins 08-17-2006, 10:24
Replies: 6
Views: 2,203
Posted By mptijsma
Re: Enhanced Chat

That's correct.
Showing results 1 to 25 of 99

 
Forum Jump

All times are GMT -4. The time now is 04:24.


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