Jump to content

Question

Posted

Vreau sa imi schimb si eu spawnul de la gm , cum fac asta? nu mai vreau sa fie spawnul acela help mee

3 answers to this question

Recommended Posts

  • 0
Posted (edited)

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

 

  • 0
Posted
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 ;) 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.