Jump to content

[REZOLVAT] SCHIMB SPAWN


zeca
 Share

Recommended Posts

Cauti coordonatele la care te spawnezi si le inlocuiesti cu coordonatele noi.

Respecta si vei fi respectat.

 

BigInt Pawn:

Pacman C++: 

Snake C++:

Minesweeper C++:

 

mattbb.cash

leaks.ro

Link to comment
Share on other sites

  • Administrator

Daca nu cauti singur, nu vei invata niciodata un limbaj de programare.

 

Cauta in gamemode functia

function FactionsSpawns(playerid)

Si ai acolo:

if(fid == 0) {
		SetPlayerPosEx(playerid, 1685.9309, -2238.6553, 13.5469); 
		SetPlayerFacingAngle(playerid, 176.9721);
		SetPlayerInterior(playerid,0);
		SetPlayerVirtualWorld(playerid, 0);	
		InHQ[playerid] = -1;
		return 1;
	}

Iar la 

SetPlayerPosEx(playerid, 1685.9309, -2238.6553, 13.5469); 
                             x          y          z

Adaugi coordonatele tale.

 

ERA GREU?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...