Vice City Multiplayer
VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Fuzzy168 on October 17, 2011, 06:51:32 am
-
TeamID = Teams
Skinid = Skins
Classid = What is it for?
-
number of skin... 1,2,3,4,5,6 ... etc.
first, second, third etc.
-
Err..To make it clearlier...
It's the order of the classes added at AddPlayerClass.
-
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.
-
So if i say classid = 0, it is referring to the first skin at the request class screen and not the skin id?
-
Yep, classid = 0 refers to the first skin at the spawn-screen.
-
lol. at first I thought it was for the skin id and screwed up my script ... :-[
-
Happens to everyone. I mistook it for the team IDs which also gave a bit of a grief in the beginning.