Jump to content
  • 0

Cum sa fac comanda de teleportare?


Question

Guest Al3xan4d
Posted

Deci cum sa fac comanda de teleportare

ce tre sa scriu? ??? ??? ??? ??? ??? ??? ???

11 answers to this question

Recommended Posts

  • 0
  • Administrator
Posted

Si unde vrei sa te teleportezi?si ce comanda?

logo.png

ATENTIE!!! Nu imi trimiteti mesaje private care au legatura cu scriptingul. NU mai scriptez.

  • 0
Posted

foloseste programu teleport generator

Imi aduc aminte cand jucam pe versiunea 0.1.. ala era SA-MP adevarat.

Va salut cu respect (pe cei care merita).

  • 0
  • Administrator
Posted

foloseste programu teleport generator

Adica asta

logo.png

ATENTIE!!! Nu imi trimiteti mesaje private care au legatura cu scriptingul. NU mai scriptez.

  • 0
Guest Al3xan4d
Posted

mah io trebe sa fac o comanda adik /teles si dau sa ma teleportez da nu stiu cum

  • 0
Posted
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/tele", cmdtext, true, 10) == 0)
	{
		SetPlayerPos(playerid, Coordonatele);
		return 1;
	}
	return 0;
}

  • 0
Guest Al3xan4d
Posted

Da ce coordonate trebe sa scriu AddPlayerClass si numerele?

  • 0
  • Administrator
Posted

Nu.

La SetPlayerPos(playerid, Coordonatele); pui coordonatele unde sa se teleporteze playerul.

logo.png

ATENTIE!!! Nu imi trimiteti mesaje private care au legatura cu scriptingul. NU mai scriptez.

  • 0
Posted

AddPlayerClass ?? ::):o

Nu..

Coordonatele x,y,z.

Am facut un topic, 'Problema x, y, z'.

Arunca o privire pe acolo.

  • 0
Guest Al3xan4d
Posted

Dar cum sa bag un script facut? in forum ca sa il descarce alti?

  • 0
  • Administrator
Posted

Dar cum sa bag un script facut? in forum ca sa il descarce alti?

Pai uploadezi scriptu aici dai New Topic,scrii despre script,pui titlu si dai Post.Cei mare lucru?

logo.png

ATENTIE!!! Nu imi trimiteti mesaje private care au legatura cu scriptingul. NU mai scriptez.

  • 0
Posted

Sau mai bine zis:

public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/tele", cmdtext, true, 10) == 0)
	{
                SetPlayerInterior(playerid, Interior ID);//Ca sa te teleportezi in incaperi
		SetPlayerPos(playerid, Coordonatele x, y, z);
		return 1;
	}
	return 0;
}

B-Zone: Role Play Server -  77.81.202.202:7777 [url=http://www.game-monitor.com/sa-mp_GameServer/77.

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.