Jump to content

Tzimix

Resident
  • Posts

    11
  • Joined

  • Last visited

Everything posted by Tzimix

  1. Hello and thank you for your answers. How is it possible to make a timer with the display like on the picture seen above? Display the timer coldown of 10,20,30 minutes, but not in hovertext? If any of you have this style of timer in full perm, it would be great. Many thanks ^^
  2. Hello community I allow myself a small message because I'm looking for a timer script in your inventory if ever. I need to be able to put the script in a prim to wear like a hud and be able to click on it to open a menu that offers me different timer style countdown. The ideal would be with a loops option (that I can activate or deactivate in my menu) which means that for example if I put the timer at 30 minutes arrived at the end of 30 minutes it starts again on a timer automatically. I hope I have not lost you in my explanations, here is a small image to show the style of the timer. many thanks in advance Tzimix
  3. oh no watch Xiija's answer 2 line the script is in a single line here :
  4. I just realized that maybe it's an error in my firefox display to see the script that you only have one line
  5. Hello thx Mollymews the problem when I do this he copies the whole script on one line and then doesn't respect lines 1,2,3...
  6. Hello, Sometimes some people copy scripts on the forum, all in length. I don't understand how to copy them? When I copy it's only one line thank you in advance for my ignorance
  7. Hello there I expose my problem of the day lol ... I made a kind of ball to wear that when I type /99 run in the chat or if I use a gesture that says /99 run it makes me run for a short time how can I create a button to wear in hud that when I click on it replaces my gesture or my command in the chat? Basically a button when I click on it says /99 run and activates the script in the cube I'm wearing. I made with a simple script but of course it doesn't work because it gives the name of my object when I click on it ... so I really don't see how to tinker with it... thank you in advance if any of you have an idea of what you would like to see. beautiful day
  8. Hello and thx Rachel1206 Thank you for your help when I test the script, I have to click on the cube to start and stop the sound. is it possible you think that the sound and the animation play together the time of the animation automatically when I carry the object . and that it is possible to set a timer so that the animation and the sound play together every 30 seconds for example . miles thank you
  9. Hello , I have a script that I put in a prim with my animation, but I would like to be able to integrate some modifications that I apparently can't do ^^ ^^. I would like to know if by putting in my prim an animation and a sound it is possible that when I wear the prim it plays my animation and the sound at the same time as the animation with a style timer every 30 seconds. I would like to know if I can put an animation and a sound instead of the animations in the object. I put my script if ever a person has a light ^^ ^ string gAnimName = "anim"; default { state_entry() { llRequestPermissions(llGetOwner(), PERMISSION_TRIGGER_ANIMATION); // ask the owner for permission to trigger animations llSetTimerEvent(0.5);//I added this line. //llStartAnimation(gAnimName); } on_rez(integer param) { llResetScript(); // reset the script as soon as it starts. } attach(key id) { integer perm = llGetPermissions(); if (id != NULL_KEY) // make sure we're actually attached. { if (! (perm & PERMISSION_TRIGGER_ANIMATION)) // remember to use bitwise operators! { llRequestPermissions(llGetOwner(), PERMISSION_TRIGGER_ANIMATION); // request permissions from the owner. } } else { if (perm & PERMISSION_TRIGGER_ANIMATION) { llStopAnimation(gAnimName); // stop the animation } } } timer() { llStopAnimation(gAnimName); llStartAnimation(gAnimName); } } thank you in advance
  10. Bonjour à tous , Voila déjà un petit moment que j’aimerais me lancer dans la creation d’avatar en mesh pour pouvoir me créer des personnage amusant et surtout personnalisé . J’aimerais savoir si vous auriez des liens de bon tuto , site … Dans un premier temps j’aimerais pouvoir importer et créer un avatar d’après un modèle existant style sur le site https://free3d.com/fr/ , mais je ne sais pas du tout les démarche a suivre … j’ai pourtant essayer pas mal de truc … L’importer en .dae cela j’y arrive , mais j’imagine qu’il y a d’autre chose pour pouvoir le porter comme un avatar sur SL et qu’il sois animé avec les mouvement que fait mon avatar normalement dans SL . Bref je galère un petit peu a trouver des info claire sur la marche a suivre . ( j'ai Blender mais super débutant si besoin de convertir ... ) J'ai reussi a importer un avatar mesh mais il ne s'anime vraiment pas quand je le porte .... J’ai trouvé quelques site ou je peut télécharger des exemple d’avatar avec les texture . Exemple : https://free3d.com/fr/3d-model/base-...pps-75394.html https://free3d.com/fr/3d-model/rigge...ure-43707.html https://free3d.com/fr/3d-model/carto...ter-75227.html Merci à tout les personnes qui peuvent éclairer ma lanterne Belle journée
  11. Hello everyone, I'm looking for a script ( that I can add to a hud )that tells me in the chat that enters the sim ( with or without the language of the viewer ) Example : Jojo Resident enter in the server , user language: English notifications for avatars entering and leaving a sim I am on thank you in advance if this is lying in your drawers ^^
×
×
  • Create New...