×

Langue

Fermer
Atelier 801
  • Forums
  • Dev Tracker
  • Connexion
    • English Français
      Português do Brasil Español
      Türkçe Polski
      Magyar Română
      العربية Skandinavisk
      Nederlands Deutsch
      Bahasa Indonesia Русский
      中文 Filipino
      Lietuvių kalba 日本語
      Suomi עברית
      Italiano Česky
      Hrvatski Slovensky
      Български Latviešu
      Estonian
  • Langue
  • Tribus
  • /
  • Armia pingwina xD
  • /
  • Discussions
  • /
  • Skrypty
Skrypty
Pingwinekx
« Citoyen »
Membre
1503252480000
    • Pingwinekx#0000
    • Profil
    • Derniers messages
    • Tribu
#1
  0
To jest skrypt na serce ze strzalek tych fioletowych,trzeba wpisac /lua i tam wkleic ten skrypt xd

function main()
for playerName in pairs(tfm.get.room.playerList) do
eventNewPlayer(playerName)
end
end

function eventNewPlayer(playerName)
system.bindMouse (playerName, true);
end

function eventMouse (playerName, mx, my)
local size = 5;
local x_position = mx;
local y_position = my;

for t=0,2*math.pi,0.1 do

x=(16*math.sin(t)^3)*size + x_position
y=(13*math.cos(t)-5*math.cos(2*t)-2*math.cos(3*t)-math.cos(4*t))*size
y=-y + y_position

tfm.exec.addShamanObject(0,x,y);

end
end

main ();
  • Tribus
  • /
  • Armia pingwina xD
  • /
  • Discussions
  • /
  • Skrypty
© Atelier801 2018

Equipe Conditions Générales d'Utilisation Politique de Confidentialité Contact

Version 1.27