Jump to content
  • 0

Problema skin factiuni


z0r

Question

Salut,folosesc gamemode WSter RPG pentru a lucra pe el.

Ma puteti ajuta in adaugarea skin-urilor la factiuni in functie de rank ?

Acesta este codul pe care l-am gasit pentru skin-urile liderilor.

Ma puteti ajuta in creearea unui skin pentru rank 2 doar ca model si o explicatie simpla? :D Le voi creea ulterior pe restul.

Va multumesc frumos !

if(level == 0) { PlayerInfo[para1][pModel] = 0; }
					else if(level == 1) { PlayerInfo[para1][pModel] = 304; } //Police Force
					else if(level == 2) { PlayerInfo[para1][pModel] = 286; } //FBI
					else if(level == 3) { PlayerInfo[para1][pModel] = 273; } //National Guard
					else if(level == 4) { PlayerInfo[para1][pModel] = 113; } //Los Aztecas
					else if(level == 5) { PlayerInfo[para1][pModel] = 270; } //Grove Street
					else if(level == 6) { PlayerInfo[para1][pModel] = 109; } //Los Vagos
					else if(level == 8) { PlayerInfo[para1][pModel] = 304; } //LVPD
					else if(level == 9) { PlayerInfo[para1][pModel] = 147; } //News Reporter
					else if(level == 10) { PlayerInfo[para1][pModel] = 296; } //Ballas
                    else if(level == 11) { PlayerInfo[para1][pModel] = 294; } //The Agency
                    else if(level == 12) { PlayerInfo[para1][pModel] = 189; } //School Instructors
                    else if(level == 13) { PlayerInfo[para1][pModel] = 228; } //Los Santos Taxi
                    else if(level == 14) { PlayerInfo[para1][pModel] = 279; } //Paramedic
					if(level == 0)
					{
					    gTeam[para1] = 3;
				    	PlayerInfo[para1][pTeam] = 3;
					}
					else if(level == 1 || level == 2 || level == 3 || level == 7 || level == 8)
					{
					    gTeam[para1] = 2;
				    	PlayerInfo[para1][pTeam] = 2;
					}
					else if(level == 4 || level == 5 || level == 6 || level == 10)
					{
					    gTeam[para1] = 5;
				    	PlayerInfo[para1][pTeam] = 5;
					}
					else if(level == 9 || level == 12 || level == 13 || level == 14)
					{
					    gTeam[para1] = 4;
				    	PlayerInfo[para1][pTeam] = 4;
					}
					else if(level == 11)
					{
					    gTeam[para1] = 11;
				    	PlayerInfo[para1][pTeam] = 11;
					}
				    SetPlayerSkin(para1, PlayerInfo[para1][pModel]);
                    PlayerInfo[para1][pRank] = 7;

 

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.