Jump to content
  • 0

Ajutor interior hq


alecsbr

Question

7 answers to this question

Recommended Posts

  	if((PlayerData[playerid][pMember] == 3)||(PlayerData[playerid][pLeader] == 3) || (gTeam[playerid] == 2)) 
{
		   	SetPlayerPos(playerid, 288.745971,169.350997,1007.171875);
		   	SetPlayerVirtualWorld(playerid,0);
		   	SetPlayerInterior(playerid, 3);
		   	return 1;

			}else{
			    SendClientMessage(playerid, COLOR_LIGHTGREEN, "Doar membrii armatei pot intra in HQ!");
											if((PlayerData[playerid][pLeader] + PlayerData[playerid][pMember] == 8) && (GoChase[playerid] != 999)){
							new str[128];
						format(str, sizeof(str), "Ca hitman, poti sparge usa cand ai contract,dar vrei primi +wanted1. Vrei sa o spargi?");
    ShowPlayerDialog(playerid, 156, DIALOG_STYLE_MSGBOX, "Incapere incuiata", str, "Da", "Nu");
	}
				}
				}
		 	}

	if (newkeys==KEY_SECONDARY_ATTACK)
    	{
    	if(PlayerData[playerid][pMember] >= 0 ) 
	  	 	{
		 	if PlayerToPoint(5,playerid,288.745971,169.350997,1007.171875)
		 	*then
		 	{
		   	SetPlayerPos(playerid, 200.9477,1869.3363,13.1470);
		   	SetPlayerVirtualWorld(playerid,0);
		   	SetPlayerInterior(playerid, 0);
		   	return 1;
		 	}
			}
		 	}

scuze ca nam dat edit :(

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.