Author Topic: Skin class issue  (Read 9364 times)

0 Members and 1 Guest are viewing this topic.

Offline PMP

  • Street Thug
  • *
  • Posts: 25
    • View Profile
Skin class issue
« on: August 15, 2007, 01:38:19 am »
I wanna know more about setting classes, can you help me by posting a small tuturial on this?
And also I can't change the skins cause when I do that and pass by them at the selection screen it stucks in that skin.
« Last Edit: August 15, 2007, 02:57:12 am by PMP »

Offline Watti

  • Street Thug
  • *
  • Posts: 24
    • View Profile
Re: Skin class issue
« Reply #1 on: August 15, 2007, 06:32:57 am »
Umm im gunna be messing with them the sarve

Offline PMP

  • Street Thug
  • *
  • Posts: 25
    • View Profile
Re: Skin class issue
« Reply #2 on: August 15, 2007, 07:27:09 pm »
Umm im gunna be messing with them the sarve
I know that watti.  :P
BTW talk to me on msn.  ;)

Juppi

  • Guest
Re: Skin class issue
« Reply #3 on: August 17, 2007, 09:58:01 pm »
I think the problem is because you have mixed special characters (ID's 97 - 129) and normal characters together in your config.ini.

If you have no deathmatch, then you set your skins this way: First class description, then under that all the skins you have in the class:

Code: [Select]
ClassDescription = <your class name>
Class = <team> <skin> <spawn coordinates> <skin weapons>

<team> sets your skins team and the colour what they seem in the map. If you set Team = -1, then your team is independant, and team members can kill each others. <skin> sets the skin ID you want. <spawn coords> sets the coordinates where you player spawns. Last are the weapons, maximum 3 weapons, set like this: weapon1_ID we1ammo weapon2_ID we2ammo weapon3_ID we3ammo. If you set no weapons, then set weapon ID 0 and ammo 0. For example:

Code: [Select]
ClassDescription = FBI
Class = 3 3 509.0229 511.6066 12.1061 181.5437 25 300 20 50 0 0

Offline PMP

  • Street Thug
  • *
  • Posts: 25
    • View Profile
Re: Skin class issue
« Reply #4 on: September 02, 2007, 10:31:44 pm »
I got that but can someone tell me the team color codes?