Jump to content

Question

Posted

Nick:alecsbr

Problema: schimb interiorul si nu merge

Erori / warnings: schimb coordonatele la interior totul bine dar  cand ies din hq vad negru adica vad doar pickup'up sa intru in hq

Lini/script: -

Ai incercat sa rezolvi singur ?: da

7 answers to this question

Recommended Posts

Posted

  	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 :(

  • Administrator
Posted

"*then" ala nu are ce cauta in PAWN. Pawn este o derivare de la C. Then din cate stiam era la Python. Si ai testat, iti merge?

Posted

48H without reply , topic closed.

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

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.