Help guys?
#1

Код:
case 8: //Hitman Agency
				{
				  if(SelectCharPlace[playerid] == 1) { SetPlayerSkin(playerid, JoinPed[38][0]); SelectCharPlace[playerid] = 2; ChosenSkin[playerid] = JoinPed[38][0]; }
				  else if(SelectCharPlace[playerid] == 2) { SetPlayerSkin(playerid, JoinPed[39][0]); SelectCharPlace[playerid] = 3; ChosenSkin[playerid] = JoinPed[39][0]; }
				  else if(SelectCharPlace[playerid] == 3) { SetPlayerSkin(playerid, JoinPed[40][0]); SelectCharPlace[playerid] = 4; ChosenSkin[playerid] = JoinPed[40][0]; }
				  else if(SelectCharPlace[playerid] == 4) { SetPlayerSkin(playerid, JoinPed[41][0]); SelectCharPlace[playerid] = 5; ChosenSkin[playerid] = JoinPed[41][0]; }
				  else if(SelectCharPlace[playerid] == 5) { SetPlayerSkin(playerid, JoinPed[42][0]); SelectCharPlace[playerid] = 1; ChosenSkin[playerid] = JoinPed[42][0]; }
				}
I can't figure this piece of the scripts out. How do I change/make new Factions skins? Such as I mean how do I get the Skin id to be the right JoinPed Id? Help please.
Reply
#2

im pretty sure its not in that code, your using west coast roleplay im guessing so, search for
Код:
{127},//HITMANS
and you will find
Код:
{127},//HITMANS
{165},
{186},
{93},
{141},
those are the IDs to change
Reply
#3

I was saying to put a new faction into the game. Cause ya I am using LARP's Script.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)