Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: Alpays on Apr 07, 2020, 06:51 PM

Title: Tommy's Outfits
Post by: Alpays on Apr 07, 2020, 06:51 PM
How to change Tommy Vercetti's outfits?

For example

function onPickupPickedUp( player, pickup )
{   
  if ( pickup.Model == 409 )
  {
  player.Skin = (Tommy's ID)
  }

 what should i write (btw i didnt find any skin id for vercetti)
Title: Re: Tommy's Outfits
Post by: Sebastian on Apr 07, 2020, 07:41 PM
http://wiki.thijn.ovh/index.php?title=Main_Page

ID References - Skins
Title: Re: Tommy's Outfits
Post by: Alpays on Apr 07, 2020, 07:56 PM
Quote from: Sebastian on Apr 07, 2020, 07:41 PMhttp://wiki.thijn.ovh/index.php?title=Main_Page

ID References - Skins

So Thanks to you finally i found a skin list with Tommy's outfits