Advertising
advertising
related pastes to tag 'scripts'
- 2107668 - script meteo bash: scripts bash meteo
-
- *** Fichier meteo.sh ***
- #!/bin/bash
- set -xv
- ########################################################################
- 1291891 - ScriptHelper: help scripts programming basic website
-
- --Basic Website Script help.
- Here are some basic website scripts. They are very useful to know when you are programming your own website.
- <img src="IMAGELINKHERE"> --This script will add an image to your site. Of course, IMAGELINKHERE is not an actual web link,
- and therefore it must be changed. Keep everything the same INCLUDING THE QUOTES (I cannot stress enough how important the
- quotes are!) except the text IMAGELINKHERE. That needs to be replaced with the actual link of the picture you want to upload
- to your site. If you have your image on an image upload site, copy the link in the section DIRECT LINK or whichever one
- that will work when the link is put into the code. With uploading sites that give multiple links, you may have to experiment
- 974276 - Pawno lotto script: samp script scripts sa gta lotto
-
- #include a_samp
- public lottery(){
- for(new i=0;i<MAX_PLAYERS;i++){
- lotto = random(40);
- lotto2 = random(40);
- lotto3 = random(40);
- format(string, sizeof(string),"Todays Lotto Numbers: %d %d %d!",lotto,lotto2,lotto3);
- 957068 - Pawno lotto script: samp script scripts sa gta lotto
-
- #include a_samp
- public lottery(){
- for(new i=0;i<MAX_PLAYERS;i++){
- lotto = random(40);
- lotto2 = random(40);
- lotto3 = random(40);
- format(string, sizeof(string),"Todays Lotto Numbers: %d %d %d!",lotto,lotto2,lotto3);
- 898511 - ChannelWatcher By:Kool-aid_Man: mirc scripts
-
- /*
- Created by: Kool-aid_Man @ irc.hackthissite.org (SSL Port: 7000)
- Things to get done:
- *Lots more...
- --Send to multiple windows maybe? (for one send only maybe?)
- --Menus need work
- --Customization dialog?