Author Topic: Skinid, Teamid & Classid  (Read 3107 times)

0 Members and 1 Guest are viewing this topic.

Offline Fuzzy168

  • VC:MP Veteran
  • *****
  • Posts: 729
  • Programming since 2011
    • View Profile
Skinid, Teamid & Classid
« on: October 17, 2011, 06:51:32 am »
TeamID = Teams
Skinid = Skins
Classid = What is it for?
I'm beginning to feel like a Lag God, Lag God

Offline sseebbyy

  • VC:MP Veteran
  • *****
  • Posts: 774
  • Immortal VC:MP Player
    • View Profile
    • Zombie Invasion => Server Forum [DEAD PROJECT]
Re: Skinid, Teamid & Classid
« Reply #1 on: October 17, 2011, 02:45:17 pm »
number of skin... 1,2,3,4,5,6 ... etc.

first, second, third etc.

Quote
Painful/Noob scripters acts like: I Am The Best Scripter Because I Announce My Releases With Big Font Size Without Giving Too Much Info' In The Hope They All Will Download And Check It. I Ignore Bad Replies, Replies That I Could Learn From, And Replies With So Much Text.



Offline heekz.shadow

  • LU testers
  • Made Man
  • *
  • Posts: 249
    • View Profile
Re: Skinid, Teamid & Classid
« Reply #2 on: October 17, 2011, 03:30:37 pm »
Err..To make it clearlier...

It's the order of the classes added at AddPlayerClass.
Code: [Select]
[20:23] <habi> later only i heard that lu chatbox is customizable. On my first visit, it appeared ugly.
[20:23] <habi> May be that also be the reason why lu has no players

Offline Morphine

  • Made Man
  • ***
  • Posts: 109
    • View Profile
Re: Skinid, Teamid & Classid
« Reply #3 on: October 17, 2011, 05:14:36 pm »
Err..To make it clearlier...

It's the order of the classes added at AddPlayerClass.

Don't be offended but that makes it in no way clearer.

Moby's post would be an easier way to describe it. It's the order of the screens on the spawnscreen. I don't remember whether it starts from 0 or 1 though.

edit:// It starts from 0.

Offline Fuzzy168

  • VC:MP Veteran
  • *****
  • Posts: 729
  • Programming since 2011
    • View Profile
Re: Skinid, Teamid & Classid
« Reply #4 on: October 17, 2011, 06:07:14 pm »
So if i say classid = 0, it is referring to the first skin at the request class screen and not the skin id?
I'm beginning to feel like a Lag God, Lag God

Offline Morphine

  • Made Man
  • ***
  • Posts: 109
    • View Profile
Re: Skinid, Teamid & Classid
« Reply #5 on: October 17, 2011, 06:51:58 pm »
Yep, classid = 0 refers to the first skin at the spawn-screen.

Offline Fuzzy168

  • VC:MP Veteran
  • *****
  • Posts: 729
  • Programming since 2011
    • View Profile
Re: Skinid, Teamid & Classid
« Reply #6 on: October 17, 2011, 06:55:33 pm »
lol. at first I thought it was for the skin id and screwed up my script ... :-[
I'm beginning to feel like a Lag God, Lag God

Offline Morphine

  • Made Man
  • ***
  • Posts: 109
    • View Profile
Re: Skinid, Teamid & Classid
« Reply #7 on: October 18, 2011, 06:30:24 am »
Happens to everyone. I mistook it for the team IDs which also gave a bit of a grief in the beginning.