[AJUDA] Funзгo teleporte por mapa. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] Funзгo teleporte por mapa. (
/showthread.php?tid=351307)
[AJUDA] Funзгo teleporte por mapa. -
Mutuka_XTreme - 15.06.2012
Fala galera, tudo bom?
Quando o meu server era no 0.3c, eu clicava no mapa (logado no ADM), e meu player era teleportado pra lб.. isso facilitava MUITO em muitas coisas.
No 0.3d eu jб nгo conseguia fazer isso. Mesma coisa no 0.3e, nгo consigo.
Eu usava a funзгo AllowAdminTeleport(1);...
o que devo fazer agora?
Desde jб agradeзo! Abraзos!
Re: [AJUDA] Funзгo teleporte por mapa. -
Ades - 15.06.2012
WFT ? Como assim ?
Re: [AJUDA] Funзгo teleporte por mapa. -
zbt - 15.06.2012
pawn Код:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ)
return SetPlayerPosFindZ(playerid, fX, fY, fZ);
Re: [AJUDA] Funзгo teleporte por mapa. -
Mutuka_XTreme - 15.06.2012
Valeu zbt! Aqui tava dando erro porque eu puis:
Quote:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ)
SetPlayerPosFindZ(playerid, fX, fY, fZ);
return 1;
|
Mas vlw!