Don't see other players' equipment!

ReBoot

New Adventurer
Joined
Jan 1, 2007
Messages
233
Reaction score
0
Location
Germany
My issue: I only see other players' weapons, a shield from time to time. I don't see the packs, helmets and armor. I only see that stuff if the player puts it on while I am connected. If I just join and he just join a game, I don't see that stuff.

Latest beta package installed.
 

PBarnum

New Adventurer
MSS Developer
MSC Developer
RiP
Joined
Jun 14, 2006
Messages
3,031
Reaction score
4
tried fixing that with disasterous consequences. try searching and reading past beta package changelogs
 

evilsquirrel

New Adventurer
MSC Developer
RiP
Joined
Jan 2, 2006
Messages
2,905
Reaction score
0
Age
36
Location
middle of nowhere
its one of them ancient bugs...the last fix for it worked, unfortunately it corrupted characters.

someone mentioned a possible fix for it in the form of an AMX plugin that came with stripper2 on thothies server

so thothie - search your logs for "stripper" XD ^_^
 

evilsquirrel

New Adventurer
MSC Developer
RiP
Joined
Jan 2, 2006
Messages
2,905
Reaction score
0
Age
36
Location
middle of nowhere
no, everyone has it...

you can let others see your items by re-equiping them, but thats about it.


the plugin works by refreshing the models every time someone joins, it apparently works under sven, the specialists, and natural selection...shouldn't be too hard to adapt...unless it is D:
 

ReBoot

New Adventurer
Joined
Jan 1, 2007
Messages
233
Reaction score
0
Location
Germany
I am not good at coding (in fact, I can't at all). So could someone else adopt that? :D
 

Shurik3n

New Adventurer
MSC Developer
RiP
Joined
Aug 15, 2006
Messages
1,357
Reaction score
0
Age
34
If its an amx plugin I might be able to adapt it, if somebody finds me the source.
 

Blasto121

New Adventurer
MSC Developer
The Pirates of Dreadwind
Joined
May 24, 2006
Messages
1,967
Reaction score
0
Age
38
Location
Eugene, OR
I was thinking I should learn how to write scripts for AMX, although PHP already makes my head hurt enough.
 

Thothie

Administrator
Staff member
Administrator
Moderator
MSC Archivist
Joined
Apr 8, 2005
Messages
16,342
Reaction score
326
Location
lost
The MSC inventory system doesn't work anything like the inventory system in any of those other games, so I doubt anything that works for them would work for MSC. I don't think it's a simple matter of updating models, it's that the client doesn't tell the other clients what he's got equipped.

AMX2006 is pretty simple... So long as you don't deal with strings (strings are a pain) - and you don't mind the freaking SC compiler telling you how to format your code ([generates 873 warnings] FUCK YOU SC!) ... There's also the 'oddities' dealing with MSC, if you have a menu or anything. (Keys are all fux0red, tis what makes the vote menu such a pain.)

Still... It's certainly simpler than Pearl, or anything I can name aside from maybe Basic and Logo, and the MSC script system. ;)
 

Netrogor

New Adventurer
Blades of Urdual
Joined
Jul 3, 2005
Messages
1,963
Reaction score
2
Location
My information.
Is it safe to assume that the MSC Script system outmatches everything that seems complex?? I seem to recall your mentioning that MSC was rather... stuck together in a large mess by various coders who didn't bother with organization & clean code :D

Course, the extend of my coding in C++ or anything else is the printf command... :)
 
Top