Jump to content
  • 0

[AJUTOR] Coordonate !


LeinadRO

Question

Salut , exista posibilitatea sa gasesc o zona dupa coordonatele unui obiect ? Adica am coordonate de la un obiect , pot afla unde este acel obiect ? 

CreateDynamicObject(2793,1414.9000244,-1704.0000000,17.8999996,0.0000000,0.0000000,48.0000000)

Aceasta este linia . Multumesc cine ma ajuta +1 ! 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Da, de exemplu faci o comanda gen /goto

 

CMD:aaa( playerid, params[] )
{
	if( IsPlayerConnected( playerid ) ) {
		if( PlayerInfo[ playerid ][ pPlayerConnected ] == 0 ) return SCM( playerid, -1, ""ALB"Trebuie sa fi conectat pentru a utiliza aceasta comanda." );
		if(PlayerInfo[playerid][pAdminLevel] < 1) return SCM(playerid, -1, ""GRI"Nu ai autorizatia sa folosesti aceasta comanda.");
		SetPlayerPos( playerid, 1414.9000244,-1704.0000000,17.8999996 );
		SetPlayerInterior( playerid, 0 );
		SetPlayerVirtualWorld( playerid, 0 );
	}
	return 1;
}

si la SetPlayerPos pui : 1414.9000244,-1704.0000000,17.8999996 exemplu in cazul tau. ti-am pus eu acum tu trebuie sa adaugi comanda in gamemode. SetPlayerPos( playerid, 1414.9000244,-1704.0000000,17.8999996 );

Y!M: menyx.official

Skype: menyx.official

 

 

Inainte de a critica o persoana indiferent de etnie/varsta/inteligenta ei uita-te la tine si nu uita ca toti suntem Oameni si ca nu are sens sa incerci sa pari diferit!Daca esti mai prost/destept decat cel scos/aflat in discutie incearca sa nu faci pe "MR. Inteligent" TACI si FACI!

Respecta membrii acestei comunitati daca ai pretentia sa fi respectat si tratat(a) ca pe o fiinta umana!

 

Nu fac nimic remarcabil, dar ceea ce fac este esenţial.•

 

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.