Jump to content
  • 0

Problema


Iulian2

Question

3 answers to this question

Recommended Posts

  • 0

Cauta in Gm :  SetPlayerSpawn sau Europa cum e pe gm BigZone

Mergi chiar jos de tot si acolo chiar penultima o linie numita :

		if(PlayerInfo[playerid][pMember] == 0 || PlayerInfo[playerid][pLeader] == 0) // Civilian
		{
			SetPlayerPosEx(playerid, Coordonatele dorite aici);
			SetPlayerFacingAngle(playerid, 178.75);
			SetPlayerInterior(playerid,0);
			PlayerInfo[playerid][pInt] = 0;
			SetPlayerVirtualWorld(playerid, 0);
			return 1;
		}
		if ((gTeam[playerid]) == 3)
		{
			SetPlayerPosEx(playerid, Coordonatele dorite aici);
			SetPlayerFacingAngle(playerid, 178.75);
			SetPlayerInterior(playerid,0);
			PlayerInfo[playerid][pInt] = 0;
			SetPlayerVirtualWorld(playerid, 0);
			return 1;
		}


 Unde am pus eu "coordonatele dorite aici" iti pui coordonatele salvate. Tot ce ramane e sa dai compile si sa te distrezi =]
 

Edited by LucaAdv.
Am uitat o linie =]

GameMode Edited: gamemode

Servicii Scripting:

Contact:
Email: [email protected]
Discord: LucaAdv //  LHS#9084

 

Link to comment
Share on other sites

  • 0
Acum 26 minute, LucaAdv. a spus:

Cauta in Gm :  SetPlayerSpawn sau Europa cum e pe gm BigZone

Mergi chiar jos de tot si acolo chiar penultima o linie numita :


		if(PlayerInfo[playerid][pMember] == 0 || PlayerInfo[playerid][pLeader] == 0) // Civilian
		{
			SetPlayerPosEx(playerid, Coordonatele dorite aici);
			SetPlayerFacingAngle(playerid, 178.75);
			SetPlayerInterior(playerid,0);
			PlayerInfo[playerid][pInt] = 0;
			SetPlayerVirtualWorld(playerid, 0);
			return 1;
		}
		if ((gTeam[playerid]) == 3)
		{
			SetPlayerPosEx(playerid, Coordonatele dorite aici);
			SetPlayerFacingAngle(playerid, 178.75);
			SetPlayerInterior(playerid,0);
			PlayerInfo[playerid][pInt] = 0;
			SetPlayerVirtualWorld(playerid, 0);
			return 1;
		}


 Unde am pus eu "coordonatele dorite aici" iti pui coordonatele salvate. Tot ce ramane e sa dai compile si sa te distrezi =]
 

gata frate mersi pwp ;) 

Link to comment
Share on other sites

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.